disable select * from __all_virtual_mds_node_stat

This commit is contained in:
obdev
2024-02-22 09:15:51 +00:00
committed by ob-robot
parent 3188adcdb8
commit 8d22244e43
4 changed files with 8 additions and 20 deletions

View File

@ -3578,11 +3578,9 @@ state longtext NO NULL
position longtext NO NULL
user_data longtext NO NULL
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_mds_node_stat;
IF(count(*) >= 0, 1, 0)
1
ERROR 0A000: Not supported feature or function
"oceanbase.__all_virtual_mds_node_stat runs in single server"
IF(count(*) >= 0, 1, 0)
1
ERROR 0A000: Not supported feature or function
desc oceanbase.__all_virtual_mds_event_history;
Field Type Null Key Default Extra
tenant_id bigint(20) NO PRI NULL

View File

@ -7850,11 +7850,9 @@ state longtext NO NULL
position longtext NO NULL
user_data longtext NO NULL
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_mds_node_stat;
IF(count(*) >= 0, 1, 0)
1
ERROR 0A000: Not supported feature or function
"oceanbase.__all_virtual_mds_node_stat runs in single server"
IF(count(*) >= 0, 1, 0)
1
ERROR 0A000: Not supported feature or function
desc oceanbase.__all_virtual_mds_event_history;
Field Type Null Key Default Extra
tenant_id bigint(20) NO PRI NULL