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

     1  drop database mo_catalog;
     2  internal error: do not have privilege to execute the statement
     3  drop database system;
     4  internal error: do not have privilege to execute the statement
     5  drop database system_metrics;
     6  internal error: do not have privilege to execute the statement
     7  drop database information_schema;
     8  internal error: do not have privilege to execute the statement
     9  use mo_catalog;
    10  drop table mo_database;
    11  internal error: do not have privilege to execute the statement
    12  drop table mo_tables;
    13  internal error: do not have privilege to execute the statement
    14  drop table mo_columns;
    15  internal error: do not have privilege to execute the statement
    16  drop table mo_user;
    17  internal error: do not have privilege to execute the statement
    18  drop table mo_account;
    19  internal error: do not have privilege to execute the statement
    20  drop table mo_role;
    21  internal error: do not have privilege to execute the statement
    22  drop table mo_user_grant;
    23  internal error: do not have privilege to execute the statement
    24  drop table mo_role_grant;
    25  internal error: do not have privilege to execute the statement
    26  drop table mo_role_privs;
    27  internal error: do not have privilege to execute the statement
    28  create table A(a int);
    29  internal error: do not have privilege to execute the statement
    30  drop table mo_catalog.mo_database;
    31  internal error: do not have privilege to execute the statement
    32  drop table mo_catalog.mo_tables;
    33  internal error: do not have privilege to execute the statement
    34  drop table mo_catalog.mo_columns;
    35  internal error: do not have privilege to execute the statement
    36  drop table mo_catalog.mo_user;
    37  internal error: do not have privilege to execute the statement
    38  drop table mo_catalog.mo_account;
    39  internal error: do not have privilege to execute the statement
    40  drop table mo_catalog.mo_role;
    41  internal error: do not have privilege to execute the statement
    42  drop table mo_catalog.mo_user_grant;
    43  internal error: do not have privilege to execute the statement
    44  drop table mo_catalog.mo_role_grant;
    45  internal error: do not have privilege to execute the statement
    46  drop table mo_catalog.mo_role_privs;
    47  internal error: do not have privilege to execute the statement
    48  create table mo_catalog.A(a int);
    49  internal error: do not have privilege to execute the statement
    50  update mo_role_grant set granted_id = 0;
    51  internal error: do not have privilege to execute the statement
    52  update mo_catalog.mo_role_grant set granted_id = 0;
    53  internal error: do not have privilege to execute the statement
    54  insert into mo_role_grant values (100,101,0,0,"2022-10-09 00:00:00",true);
    55  internal error: do not have privilege to execute the statement
    56  insert into mo_catalog.mo_role_grant values (100,101,0,0,"2022-10-09 00:00:00",true);
    57  internal error: do not have privilege to execute the statement
    58  delete from mo_role_grant;
    59  internal error: do not have privilege to execute the statement
    60  delete from mo_catalog.mo_role_grant;
    61  internal error: do not have privilege to execute the statement
    62  use system;
    63  drop table statement_info;
    64  internal error: do not have privilege to execute the statement
    65  drop table span_info;
    66  internal error: do not have privilege to execute the statement
    67  drop table log_info;
    68  internal error: do not have privilege to execute the statement
    69  drop table error_info;
    70  internal error: do not have privilege to execute the statement
    71  create table A(a int);
    72  internal error: do not have privilege to execute the statement
    73  drop table system.statement_info;
    74  internal error: do not have privilege to execute the statement
    75  drop table system.span_info;
    76  internal error: do not have privilege to execute the statement
    77  drop table system.log_info;
    78  internal error: do not have privilege to execute the statement
    79  drop table system.error_info;
    80  internal error: do not have privilege to execute the statement
    81  create table system.A(a int);
    82  internal error: do not have privilege to execute the statement
    83  update statement_info set statement_id = "1111";
    84  invalid input: cannot insert/update/delete from external table
    85  update error_info set err_code = "1111";
    86  invalid input: cannot insert/update/delete from view
    87  update system.error_info set err_code = "1111";
    88  invalid input: cannot insert/update/delete from view
    89  insert into error_info values ("2022-10-09 00:00:00", "1", "1", "1", "1", "1");
    90  invalid input: cannot insert/update/delete from view
    91  insert into system.error_info values ("2022-10-09 00:00:00", "1", "1", "1", "1", "1");
    92  invalid input: cannot insert/update/delete from view
    93  delete from error_info;
    94  invalid input: cannot insert/update/delete from view
    95  delete from system.error_info;
    96  invalid input: cannot insert/update/delete from view
    97  delete from system.statement_info;
    98  invalid input: cannot insert/update/delete from external table
    99  use system_metrics;
   100  drop table sql_statement_total;
   101  internal error: do not have privilege to execute the statement
   102  drop table sql_transaction_errors;
   103  internal error: do not have privilege to execute the statement
   104  drop table sql_statement_errors;
   105  internal error: do not have privilege to execute the statement
   106  drop table server_connections;
   107  internal error: do not have privilege to execute the statement
   108  drop table process_cpu_percent;
   109  internal error: do not have privilege to execute the statement
   110  drop table process_resident_memory_bytes;
   111  internal error: do not have privilege to execute the statement
   112  drop table process_open_fds;
   113  internal error: do not have privilege to execute the statement
   114  drop table process_max_fds;
   115  internal error: do not have privilege to execute the statement
   116  drop table sys_cpu_seconds_total;
   117  internal error: do not have privilege to execute the statement
   118  drop table sys_cpu_combined_percent;
   119  internal error: do not have privilege to execute the statement
   120  drop table sys_memory_used;
   121  internal error: do not have privilege to execute the statement
   122  drop table sys_memory_available;
   123  internal error: do not have privilege to execute the statement
   124  drop table sys_disk_read_bytes;
   125  internal error: do not have privilege to execute the statement
   126  drop table sys_disk_write_bytes;
   127  internal error: do not have privilege to execute the statement
   128  drop table sys_net_recv_bytes;
   129  internal error: do not have privilege to execute the statement
   130  drop table sys_net_sent_bytes;
   131  internal error: do not have privilege to execute the statement
   132  create table A(a int);
   133  internal error: do not have privilege to execute the statement
   134  drop table system_metrics.sql_statement_total;
   135  internal error: do not have privilege to execute the statement
   136  drop table system_metrics.sql_transaction_errors;
   137  internal error: do not have privilege to execute the statement
   138  drop table system_metrics.sql_statement_errors;
   139  internal error: do not have privilege to execute the statement
   140  drop table system_metrics.server_connections;
   141  internal error: do not have privilege to execute the statement
   142  drop table system_metrics.process_cpu_percent;
   143  internal error: do not have privilege to execute the statement
   144  drop table system_metrics.process_resident_memory_bytes;
   145  internal error: do not have privilege to execute the statement
   146  drop table system_metrics.process_open_fds;
   147  internal error: do not have privilege to execute the statement
   148  drop table system_metrics.process_max_fds;
   149  internal error: do not have privilege to execute the statement
   150  drop table system_metrics.sys_cpu_seconds_total;
   151  internal error: do not have privilege to execute the statement
   152  drop table system_metrics.sys_cpu_combined_percent;
   153  internal error: do not have privilege to execute the statement
   154  drop table system_metrics.sys_memory_used;
   155  internal error: do not have privilege to execute the statement
   156  drop table system_metrics.sys_memory_available;
   157  internal error: do not have privilege to execute the statement
   158  drop table system_metrics.sys_disk_read_bytes;
   159  internal error: do not have privilege to execute the statement
   160  drop table system_metrics.sys_disk_write_bytes;
   161  internal error: do not have privilege to execute the statement
   162  drop table system_metrics.sys_net_recv_bytes;
   163  internal error: do not have privilege to execute the statement
   164  drop table system_metrics.sys_net_sent_bytes;
   165  internal error: do not have privilege to execute the statement
   166  create table system_metrics.A(a int);
   167  internal error: do not have privilege to execute the statement
   168  update sql_statement_total set type = "1";
   169  invalid input: cannot insert/update/delete from view
   170  update system_metrics.sql_statement_total set type = "1";
   171  invalid input: cannot insert/update/delete from view
   172  insert into sql_statement_total values ("2022-10-09 00:00:00",0,"1","1","1","1");
   173  invalid input: cannot insert/update/delete from view
   174  insert into system_metrics.sql_statement_total values ("2022-10-09 00:00:00",0,"1","1","1","1");
   175  invalid input: cannot insert/update/delete from view
   176  drop table if exists mysql.user;
   177  internal error: do not have privilege to execute the statement
   178  drop table if exists mysql.db;
   179  internal error: do not have privilege to execute the statement
   180  drop table if exists mysql.procs_priv;
   181  internal error: do not have privilege to execute the statement
   182  drop table if exists mysql.columns_priv;
   183  internal error: do not have privilege to execute the statement
   184  drop table if exists mysql.tables_priv;
   185  internal error: do not have privilege to execute the statement
   186  use information_schema;
   187  drop table if exists KEY_COLUMN_USAGE;
   188  internal error: do not have privilege to execute the statement
   189  drop table if exists COLUMNS;
   190  internal error: do not have privilege to execute the statement
   191  drop table if exists PROFILING;
   192  internal error: do not have privilege to execute the statement
   193  drop table if exists `PROCESSLIST`;
   194  internal error: do not have privilege to execute the statement
   195  drop table if exists USER_PRIVILEGES;
   196  internal error: do not have privilege to execute the statement
   197  drop table if exists SCHEMATA;
   198  internal error: do not have privilege to execute the statement
   199  drop table if exists CHARACTER_SETS;
   200  internal error: do not have privilege to execute the statement
   201  drop table if exists TRIGGERS;
   202  internal error: do not have privilege to execute the statement
   203  drop table if exists TABLES;
   204  internal error: do not have privilege to execute the statement
   205  create table A(a int);
   206  internal error: do not have privilege to execute the statement
   207  drop table if exists INFORMATION_SCHEMA.KEY_COLUMN_USAGE;
   208  internal error: do not have privilege to execute the statement
   209  drop table if exists INFORMATION_SCHEMA.COLUMNS;
   210  internal error: do not have privilege to execute the statement
   211  drop table if exists INFORMATION_SCHEMA.PROFILING;
   212  internal error: do not have privilege to execute the statement
   213  drop table if exists INFORMATION_SCHEMA.`PROCESSLIST`;
   214  internal error: do not have privilege to execute the statement
   215  drop table if exists INFORMATION_SCHEMA.USER_PRIVILEGES;
   216  internal error: do not have privilege to execute the statement
   217  drop table if exists INFORMATION_SCHEMA.SCHEMATA;
   218  internal error: do not have privilege to execute the statement
   219  drop table if exists INFORMATION_SCHEMA.CHARACTER_SETS;
   220  internal error: do not have privilege to execute the statement
   221  drop table if exists INFORMATION_SCHEMA.TRIGGERS;
   222  internal error: do not have privilege to execute the statement
   223  drop table if exists INFORMATION_SCHEMA.TABLES;
   224  internal error: do not have privilege to execute the statement
   225  create table INFORMATION_SCHEMA.A(a int);
   226  internal error: do not have privilege to execute the statement