github.com/matrixorigin/matrixone@v0.7.0/test/distributed/cases/tenant/privilege/create_account_case_insensitive.result (about)

     1  drop account if exists NtrWE02sgtvCXu;
     2  create account NtrWE02sgtvCXu admin_name '謳95071驊2连5202曹' identified by '鑊78狿殻01948楲777';
     3  create account NtrWE02sgtvCXu admin_name '謳95071驊2连5202曹' identified by '鑊78狿殻01948楲777';
     4  internal error: the tenant ntrwe02sgtvcxu exists
     5  create account if not exists NtrWE02sgtvCXu admin_name '謳95071驊2连5202曹' identified by '鑊78狿殻01948楲777';
     6  drop account NtrWE02sgtvCXu;
     7  drop account NtrWE02sgtvCXu;
     8  internal error: there is no account ntrwe02sgtvcxu
     9  drop account if exists NtrWE02sgtvCXu;