fix mysqltest case owner

This commit is contained in:
maosy
2024-08-08 09:46:12 +00:00
committed by ob-robot
parent 5ef4a2d36c
commit d8e7d0f628
7 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
set @@session.explicit_defaults_for_timestamp=off;
--enable_query_log
#owner: yanmu.ztl
#owner: zhaoziqian.zzq
#owner group: rs
#description: test whether show create tablegroup stmt

View File

@ -1,4 +1,4 @@
#owner: yanmu.ztl
#owner: shouju.zyp
#owner group: RS
#tags: schema
#description: check sys view definition in mysql
@ -90,4 +90,4 @@ WHERE c.table_id = t.table_id
AND t.table_id < 25000
AND t.table_name LIKE 'GV$%'
GROUP BY t.table_name) t2
on t1.table_name = substr(t2.table_name,2) and t1.column_name_list != t2.column_name_list;
on t1.table_name = substr(t2.table_name,2) and t1.column_name_list != t2.column_name_list;

View File

@ -1,4 +1,4 @@
#owner: yanmu.ztl
#owner: shouju.zyp
#owner group: RS
#tags: schema
#description: check sys view definition in sys tenant

View File

@ -1,4 +1,4 @@
#owner: yanmu.ztl
#owner: shouju.zyp
#owner group: RS
#tags: schema
#description: check virtual table in mysql

View File

@ -1,4 +1,4 @@
#owner: yanmu.ztl
#owner: shouju.zyp
#owner group: RS
#tags: schema
#description: check virtual table in sys tenant

View File

@ -1,7 +1,7 @@
--disable_query_log
set @@session.explicit_defaults_for_timestamp=off;
--enable_query_log
#owner: yanmu.ztl
#owner: shouju.zyp
#owner group: SQL2
# tags: optimizer
#description: 该case是为了验证内部表是否符合规范