github.com/matrixorigin/matrixone@v1.2.0/test/distributed/cases/tenant/privilege/create_account_case_insensitive.result (about) 1 set global enable_privilege_cache = off; 2 drop account if exists NtrWE02sgtvCXu; 3 create account NtrWE02sgtvCXu admin_name '謳95071驊2连5202曹' identified by '鑊78狿殻01948楲777'; 4 create account NtrWE02sgtvCXu admin_name '謳95071驊2连5202曹' identified by '鑊78狿殻01948楲777'; 5 internal error: the tenant ntrwe02sgtvcxu exists 6 create account if not exists NtrWE02sgtvCXu admin_name '謳95071驊2连5202曹' identified by '鑊78狿殻01948楲777'; 7 drop account NtrWE02sgtvCXu; 8 drop account NtrWE02sgtvCXu; 9 internal error: there is no account ntrwe02sgtvcxu 10 drop account if exists NtrWE02sgtvCXu; 11 set global enable_privilege_cache = on;