fix mysqltest case owner
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#owner: yanmu.ztl
|
||||
#owner: shouju.zyp
|
||||
#owner group: RS
|
||||
#tags: schema
|
||||
#description: check sys view definition in sys tenant
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#owner: yanmu.ztl
|
||||
#owner: shouju.zyp
|
||||
#owner group: RS
|
||||
#tags: schema
|
||||
#description: check virtual table in mysql
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#owner: yanmu.ztl
|
||||
#owner: shouju.zyp
|
||||
#owner group: RS
|
||||
#tags: schema
|
||||
#description: check virtual table in sys tenant
|
||||
|
||||
@ -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是为了验证内部表是否符合规范
|
||||
|
||||
Reference in New Issue
Block a user