Skip to content

关闭回收站

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

语法格式

sql
SET enable_recycle OFF;

示例

sql
SQL> SET enable_recycle OFF;

Execute successful.
Use time:3 ms.

SQL> SHOW enable_recycle;

ENABLE_RECYCLE |
------------------------------------------------------------------------------
F |
Use time:0 ms.