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

     1  set global enable_privilege_cache = off;
     2  show variables like 'autocommit';
     3  Variable_name    Value
     4  autocommit    on
     5  show global variables like 'autocommit';
     6  Variable_name    Value
     7  autocommit    on
     8  create account test_show_var_acc1 admin_name 'root' identified by '111';
     9  show variables like 'autocommit';
    10  Variable_name    Value
    11  autocommit    on
    12  show global variables like 'autocommit';
    13  Variable_name    Value
    14  autocommit    on
    15  drop account test_show_var_acc1;
    16  set global enable_privilege_cache = on;