github.com/matrixorigin/matrixone@v1.2.0/test/distributed/cases/tenant/privilege/create_role_case_sensitive.result (about)

     1  set global enable_privilege_cache = off;
     2  drop role if exists `rrw`,`JOzSxk`,'88桢38鞨804譓905岏','291溥苧828孷9烙248','52殦6541驏696悵慕9';
     3  create role `rrw`,`JOzSxk`,'88桢38鞨804譓905岏','291溥苧828孷9烙248','52殦6541驏696悵慕9';
     4  create role `rrw`,`JOzSxk`,'88桢38鞨804譓905岏','291溥苧828孷9烙248','52殦6541驏696悵慕9';
     5  internal error: the role rrw exists
     6  create role if not exists `rrw`,`JOzSxk`,'88桢38鞨804譓905岏','291溥苧828孷9烙248','52殦6541驏696悵慕9';
     7  create role if not exists `rrw`,`JOzSxk`,'88桢38鞨804譓905岏','291溥苧828孷9烙248','52殦6541驏696悵慕9';
     8  drop role `rrw`,`JOzSxk`,'88桢38鞨804譓905岏','291溥苧828孷9烙248','52殦6541驏696悵慕9';
     9  drop role `rrw`,`JOzSxk`,'88桢38鞨804譓905岏','291溥苧828孷9烙248','52殦6541驏696悵慕9';
    10  internal error: there is no role rrw
    11  drop role if exists `rrw`,`JOzSxk`,'88桢38鞨804譓905岏','291溥苧828孷9烙248','52殦6541驏696悵慕9';
    12  drop role if exists `rrw`,`JOzSxk`,'88桢38鞨804譓905岏','291溥苧828孷9烙248','52殦6541驏696悵慕9';
    13  drop role if exists `AiaqE`;
    14  create role `AiaqE`;
    15  drop role `AiaqE`,`AiaqE`,`AiaqE`;
    16  internal error: there is no role aiaqe
    17  drop role `AiaqE`;
    18  set global enable_privilege_cache = on;