fix bug time_zone=default when developing global time_zone formalize

This commit is contained in:
obdev
2022-11-03 03:08:38 +00:00
committed by wangzelin.wzl
parent eb39169070
commit 8fc92865eb
4 changed files with 55 additions and 43 deletions

View File

@ -8,6 +8,7 @@
connect (conn_admin_tz, $OBMYSQL_MS0,admin,$OBMYSQL_PWD,test,$OBMYSQL_PORT);
connection conn_admin_tz;
set session ob_query_timeout = 20000000;
select count(*) c1 from oceanbase.__all_tenant_time_zone;
select count(*) c1 from oceanbase.__all_tenant_time_zone_name;
select count(*) c1 from oceanbase.__all_tenant_time_zone_transition;