github.com/matrixorigin/matrixone@v1.2.0/test/distributed/cases/tenant/privilege/create_account_case_sensitive.result (about) 1 set global enable_privilege_cache = off; 2 drop account if exists `DLmFjq026Cd5T`; 3 create account `DLmFjq026Cd5T` admin_name '杷062廼鄮704凈4547' identified by '1罖914尘1029垳4鋧0'; 4 create account `DLmFjq026Cd5T` admin_name '杷062廼鄮704凈4547' identified by '1罖914尘1029垳4鋧0'; 5 internal error: the tenant dlmfjq026cd5t exists 6 create account if not exists `DLmFjq026Cd5T` admin_name '杷062廼鄮704凈4547' identified by '1罖914尘1029垳4鋧0'; 7 drop account `DLmFjq026Cd5T`; 8 drop account `DLmFjq026Cd5T`; 9 internal error: there is no account dlmfjq026cd5t 10 drop account if exists `DLmFjq026Cd5T`; 11 set global enable_privilege_cache = on;