github.com/matrixorigin/matrixone@v1.2.0/test/distributed/cases/dml/show/show2.test (about)

     1  set global enable_privilege_cache = off;
     2  show variables like 'autocommit';
     3  show global variables like 'autocommit';
     4  create account test_show_var_acc1 admin_name 'root' identified by '111';
     5  -- @session:id=2&user=test_show_var_acc1:root&password=111
     6  show variables like 'autocommit';
     7  show global variables like 'autocommit';
     8  -- @session
     9  drop account test_show_var_acc1;
    10  set global enable_privilege_cache = on;