Skip to content

开启回收站

回收站可以通过此方式开启(立即生效)或者在启动数据库时将xugu.ini文件中中的enable_recycle参数设置为true(默认为true)。

语法格式

sql
SET enable_recycle ON;

示例

sql
SQL> SET enable_recycle ON;

Execute successful.
Use time:3 ms.

SQL> SHOW enable_recycle;

ENABLE_RECYCLE |
------------------------------------------------------------------------------
T |
Use time:1 ms.