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

     1  drop account if exists `DLmFjq026Cd5T`;
     2  create account `DLmFjq026Cd5T` admin_name '杷062廼鄮704凈4547' identified by '1罖914尘1029垳4鋧0';
     3  create account `DLmFjq026Cd5T` admin_name '杷062廼鄮704凈4547' identified by '1罖914尘1029垳4鋧0';
     4  internal error: the tenant DLmFjq026Cd5T exists
     5  create account if not exists `DLmFjq026Cd5T` admin_name '杷062廼鄮704凈4547' identified by '1罖914尘1029垳4鋧0';
     6  drop account `DLmFjq026Cd5T`;
     7  drop account `DLmFjq026Cd5T`;
     8  internal error: there is no account DLmFjq026Cd5T
     9  drop account if exists `DLmFjq026Cd5T`;