[scn] fix failure of mittest after refresh feature scn
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
--disable_query_log
|
||||
set @@session.explicit_defaults_for_timestamp=off;
|
||||
--enable_query_log
|
||||
#owner : xiaofeng.lby
|
||||
#owner group : sql2
|
||||
#desription : test collation_character_set_applicability
|
||||
|
||||
use information_schema;
|
||||
|
||||
select * from collation_character_set_applicability;
|
||||
select COLLATION_NAME, CHARACTER_SET_NAME from collation_character_set_applicability;
|
||||
select COLLATION_NAME from collation_character_set_applicability;
|
||||
select CHARACTER_SET_NAME from collation_character_set_applicability;
|
||||
select * from collation_character_set_applicability where COLLATION_NAME = 'utf8mb4_bin';
|
||||
|
||||
desc collation_character_set_applicability;
|
||||
@ -0,0 +1,18 @@
|
||||
--disable_query_log
|
||||
set @@session.explicit_defaults_for_timestamp=off;
|
||||
--enable_query_log
|
||||
#owner : nijia.nj
|
||||
#owner group : sql2
|
||||
#description : test information_schema.collations
|
||||
|
||||
use information_schema;
|
||||
|
||||
#basic
|
||||
select * from collations;
|
||||
select collation_name, character_set_name, id, is_default, is_compiled, sortlen from collations;
|
||||
select * from collations where collation_name like '%utf8%';
|
||||
|
||||
#show
|
||||
--source mysql_test/include/show_create_table_old_version_replica2.inc
|
||||
show create table collations;
|
||||
desc collations;
|
||||
@ -310,10 +310,6 @@ select * from oceanbase.DBA_OB_MAJOR_COMPACTION limit 1;
|
||||
select * from oceanbase.CDB_OB_ZONE_MAJOR_COMPACTION limit 1;
|
||||
select * from oceanbase.CDB_OB_MAJOR_COMPACTION limit 1;
|
||||
select * from oceanbase.DBA_OB_TABLET_REPLICAS limit 1;
|
||||
select * from oceanbase.DBA_OB_USERS limit 1;
|
||||
select * from oceanbase.CDB_OB_USERS limit 1;
|
||||
select * from oceanbase.DBA_OB_DATABASE_PRIVILEGE limit 1;
|
||||
select * from oceanbase.CDB_OB_DATABASE_PRIVILEGE limit 1;
|
||||
--enable_result_log
|
||||
|
||||
## Test all performance built-in views
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
--disable_query_log
|
||||
set @@session.explicit_defaults_for_timestamp=off;
|
||||
--enable_query_log
|
||||
#owner : sean.yyj
|
||||
#owner : xinqi.zlm
|
||||
#owner group : sql1
|
||||
#description : test information_schema.
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
--disable_query_log
|
||||
set @@session.explicit_defaults_for_timestamp=off;
|
||||
--enable_query_log
|
||||
#owner : sean.yyj
|
||||
#owner : xinqi.zlm
|
||||
#owner group : sql1
|
||||
#description : test information_schema.user_privileges
|
||||
|
||||
|
||||
Reference in New Issue
Block a user