fix mysqltest case owner
This commit is contained in:
@ -131,17 +131,17 @@ begin
|
||||
call oceanbase.create_mysql_tenant_2c4g(tenant_name);
|
||||
end /
|
||||
|
||||
-- create_mysql_tenant_mini / create_mysql_tenant_mini_with_arg: 默认创建一个1c1g的mysql租户
|
||||
-- create_mysql_tenant_mini / create_mysql_tenant_mini_with_arg: 默认创建一个1c2g的mysql租户1G会内存不足
|
||||
drop procedure if exists create_mysql_tenant_mini;/
|
||||
create procedure create_mysql_tenant_mini(tenant_name varchar(64))
|
||||
begin
|
||||
call oceanbase.create_mysql_tenant_1c1g(tenant_name);
|
||||
call oceanbase.create_mysql_tenant_1c2g(tenant_name);
|
||||
end /
|
||||
|
||||
drop procedure if exists create_mysql_tenant_mini_with_arg;/
|
||||
create procedure create_mysql_tenant_mini_with_arg(tenant_name varchar(64), arg_list varchar(64))
|
||||
begin
|
||||
call oceanbase.create_mysql_tenant_1c1g_with_arg(tenant_name, arg_list);
|
||||
call oceanbase.create_mysql_tenant_1c2g_with_arg(tenant_name, arg_list);
|
||||
end /
|
||||
|
||||
-- create_mysql_tenant_1c1g / create_mysql_tenant_1c1g_with_arg: 创建一个1c1g的mysql租户
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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