mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Tests: TRT-related results [#305]
This commit is contained in:
@@ -36,5 +36,6 @@ time_zone_leap_second
|
|||||||
time_zone_name
|
time_zone_name
|
||||||
time_zone_transition
|
time_zone_transition
|
||||||
time_zone_transition_type
|
time_zone_transition_type
|
||||||
|
transaction_registry
|
||||||
user
|
user
|
||||||
vtmd_template
|
vtmd_template
|
||||||
|
@@ -32,6 +32,7 @@ time_zone_leap_second
|
|||||||
time_zone_name
|
time_zone_name
|
||||||
time_zone_transition
|
time_zone_transition
|
||||||
time_zone_transition_type
|
time_zone_transition_type
|
||||||
|
transaction_registry
|
||||||
user
|
user
|
||||||
vtmd_template
|
vtmd_template
|
||||||
connect con2,localhost,root,,test;
|
connect con2,localhost,root,,test;
|
||||||
@@ -80,6 +81,7 @@ time_zone_leap_second
|
|||||||
time_zone_name
|
time_zone_name
|
||||||
time_zone_transition
|
time_zone_transition
|
||||||
time_zone_transition_type
|
time_zone_transition_type
|
||||||
|
transaction_registry
|
||||||
user
|
user
|
||||||
vtmd_template
|
vtmd_template
|
||||||
connect con4,localhost,test,gambling,test;
|
connect con4,localhost,test,gambling,test;
|
||||||
@@ -140,6 +142,7 @@ time_zone_leap_second
|
|||||||
time_zone_name
|
time_zone_name
|
||||||
time_zone_transition
|
time_zone_transition
|
||||||
time_zone_transition_type
|
time_zone_transition_type
|
||||||
|
transaction_registry
|
||||||
user
|
user
|
||||||
vtmd_template
|
vtmd_template
|
||||||
connect con6,localhost,test,gambling3,test;
|
connect con6,localhost,test,gambling3,test;
|
||||||
|
@@ -257,6 +257,7 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry OK
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template OK
|
mysql.vtmd_template OK
|
||||||
Phase 2/7: Installing used storage engines... Skipped
|
Phase 2/7: Installing used storage engines... Skipped
|
||||||
@@ -316,6 +317,7 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry OK
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template OK
|
mysql.vtmd_template OK
|
||||||
Phase 2/7: Installing used storage engines... Skipped
|
Phase 2/7: Installing used storage engines... Skipped
|
||||||
|
@@ -2312,6 +2312,8 @@ Warning 1286 Unknown storage engine 'InnoDB'
|
|||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
DROP TABLE t1;
|
DROP TABLE t1;
|
||||||
SET SESSION optimizer_switch= @save_optimizer_switch;
|
SET SESSION optimizer_switch= @save_optimizer_switch;
|
||||||
#
|
#
|
||||||
|
@@ -121,6 +121,7 @@ time_zone_leap_second
|
|||||||
time_zone_name
|
time_zone_name
|
||||||
time_zone_transition
|
time_zone_transition
|
||||||
time_zone_transition_type
|
time_zone_transition_type
|
||||||
|
transaction_registry
|
||||||
user
|
user
|
||||||
v1
|
v1
|
||||||
vtmd_template
|
vtmd_template
|
||||||
@@ -146,6 +147,7 @@ time_zone_leap_second time_zone_leap_second
|
|||||||
time_zone_name time_zone_name
|
time_zone_name time_zone_name
|
||||||
time_zone_transition time_zone_transition
|
time_zone_transition time_zone_transition
|
||||||
time_zone_transition_type time_zone_transition_type
|
time_zone_transition_type time_zone_transition_type
|
||||||
|
transaction_registry transaction_registry
|
||||||
select c,table_name from v1
|
select c,table_name from v1
|
||||||
left join information_schema.TABLES v2 on (v1.c=v2.table_name)
|
left join information_schema.TABLES v2 on (v1.c=v2.table_name)
|
||||||
where v1.c like "t%";
|
where v1.c like "t%";
|
||||||
@@ -168,6 +170,7 @@ time_zone_leap_second time_zone_leap_second
|
|||||||
time_zone_name time_zone_name
|
time_zone_name time_zone_name
|
||||||
time_zone_transition time_zone_transition
|
time_zone_transition time_zone_transition
|
||||||
time_zone_transition_type time_zone_transition_type
|
time_zone_transition_type time_zone_transition_type
|
||||||
|
transaction_registry transaction_registry
|
||||||
select c, v2.table_name from v1
|
select c, v2.table_name from v1
|
||||||
right join information_schema.TABLES v2 on (v1.c=v2.table_name)
|
right join information_schema.TABLES v2 on (v1.c=v2.table_name)
|
||||||
where v1.c like "t%";
|
where v1.c like "t%";
|
||||||
@@ -190,6 +193,7 @@ time_zone_leap_second time_zone_leap_second
|
|||||||
time_zone_name time_zone_name
|
time_zone_name time_zone_name
|
||||||
time_zone_transition time_zone_transition
|
time_zone_transition time_zone_transition
|
||||||
time_zone_transition_type time_zone_transition_type
|
time_zone_transition_type time_zone_transition_type
|
||||||
|
transaction_registry transaction_registry
|
||||||
select table_name from information_schema.TABLES
|
select table_name from information_schema.TABLES
|
||||||
where table_schema = "mysqltest" and table_name like "t%";
|
where table_schema = "mysqltest" and table_name like "t%";
|
||||||
table_name
|
table_name
|
||||||
|
@@ -454,4 +454,4 @@ Wildcard: inf_rmation_schema
|
|||||||
SELECT table_schema, count(*) FROM information_schema.TABLES WHERE table_schema IN ('mysql', 'INFORMATION_SCHEMA', 'test', 'mysqltest') GROUP BY TABLE_SCHEMA;
|
SELECT table_schema, count(*) FROM information_schema.TABLES WHERE table_schema IN ('mysql', 'INFORMATION_SCHEMA', 'test', 'mysqltest') GROUP BY TABLE_SCHEMA;
|
||||||
table_schema count(*)
|
table_schema count(*)
|
||||||
information_schema 64
|
information_schema 64
|
||||||
mysql 31
|
mysql 32
|
||||||
|
@@ -763,6 +763,7 @@ Warnings:
|
|||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
drop table t1;
|
drop table t1;
|
||||||
drop table t2;
|
drop table t2;
|
||||||
drop table t3;
|
drop table t3;
|
||||||
|
@@ -42,6 +42,7 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry OK
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template OK
|
mysql.vtmd_template OK
|
||||||
Phase 2/7: Installing used storage engines... Skipped
|
Phase 2/7: Installing used storage engines... Skipped
|
||||||
|
@@ -33,6 +33,9 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry
|
||||||
|
Error : Unknown storage engine 'InnoDB'
|
||||||
|
error : Corrupt
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template
|
mysql.vtmd_template
|
||||||
Error : Unknown storage engine 'InnoDB'
|
Error : Unknown storage engine 'InnoDB'
|
||||||
@@ -45,6 +48,9 @@ error : Corrupt
|
|||||||
mysql.innodb_table_stats
|
mysql.innodb_table_stats
|
||||||
Error : Unknown storage engine 'InnoDB'
|
Error : Unknown storage engine 'InnoDB'
|
||||||
error : Corrupt
|
error : Corrupt
|
||||||
|
mysql.transaction_registry
|
||||||
|
Error : Unknown storage engine 'InnoDB'
|
||||||
|
error : Corrupt
|
||||||
mysql.vtmd_template
|
mysql.vtmd_template
|
||||||
Error : Unknown storage engine 'InnoDB'
|
Error : Unknown storage engine 'InnoDB'
|
||||||
error : Corrupt
|
error : Corrupt
|
||||||
|
@@ -30,6 +30,7 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry OK
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template OK
|
mysql.vtmd_template OK
|
||||||
Phase 2/7: Installing used storage engines... Skipped
|
Phase 2/7: Installing used storage engines... Skipped
|
||||||
@@ -79,6 +80,7 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry OK
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template OK
|
mysql.vtmd_template OK
|
||||||
Phase 2/7: Installing used storage engines... Skipped
|
Phase 2/7: Installing used storage engines... Skipped
|
||||||
@@ -128,6 +130,7 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry OK
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template OK
|
mysql.vtmd_template OK
|
||||||
Phase 2/7: Installing used storage engines... Skipped
|
Phase 2/7: Installing used storage engines... Skipped
|
||||||
@@ -182,6 +185,7 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry OK
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template OK
|
mysql.vtmd_template OK
|
||||||
Phase 2/7: Installing used storage engines... Skipped
|
Phase 2/7: Installing used storage engines... Skipped
|
||||||
@@ -237,6 +241,7 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry OK
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template OK
|
mysql.vtmd_template OK
|
||||||
Phase 2/7: Installing used storage engines... Skipped
|
Phase 2/7: Installing used storage engines... Skipped
|
||||||
@@ -295,6 +300,7 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry OK
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template OK
|
mysql.vtmd_template OK
|
||||||
Phase 2/7: Installing used storage engines... Skipped
|
Phase 2/7: Installing used storage engines... Skipped
|
||||||
@@ -348,6 +354,7 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry OK
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template OK
|
mysql.vtmd_template OK
|
||||||
Phase 2/7: Installing used storage engines... Skipped
|
Phase 2/7: Installing used storage engines... Skipped
|
||||||
@@ -393,6 +400,7 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry OK
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template OK
|
mysql.vtmd_template OK
|
||||||
Phase 2/7: Installing used storage engines... Skipped
|
Phase 2/7: Installing used storage engines... Skipped
|
||||||
@@ -459,6 +467,7 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry OK
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template OK
|
mysql.vtmd_template OK
|
||||||
Phase 2/7: Installing used storage engines... Skipped
|
Phase 2/7: Installing used storage engines... Skipped
|
||||||
@@ -542,6 +551,7 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry OK
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template OK
|
mysql.vtmd_template OK
|
||||||
Phase 2/7: Installing used storage engines... Skipped
|
Phase 2/7: Installing used storage engines... Skipped
|
||||||
@@ -562,7 +572,7 @@ OK
|
|||||||
# Should return 2
|
# Should return 2
|
||||||
SELECT count(*) FROM information_schema.tables where ENGINE="InnoDB";
|
SELECT count(*) FROM information_schema.tables where ENGINE="InnoDB";
|
||||||
count(*)
|
count(*)
|
||||||
3
|
4
|
||||||
SHOW CREATE TABLE test.t1;
|
SHOW CREATE TABLE test.t1;
|
||||||
Table Create Table
|
Table Create Table
|
||||||
t1 CREATE TABLE `t1` (
|
t1 CREATE TABLE `t1` (
|
||||||
|
@@ -33,6 +33,9 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry
|
||||||
|
Error : Unknown storage engine 'InnoDB'
|
||||||
|
error : Corrupt
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template
|
mysql.vtmd_template
|
||||||
Error : Unknown storage engine 'InnoDB'
|
Error : Unknown storage engine 'InnoDB'
|
||||||
@@ -45,6 +48,9 @@ error : Corrupt
|
|||||||
mysql.innodb_table_stats
|
mysql.innodb_table_stats
|
||||||
Error : Unknown storage engine 'InnoDB'
|
Error : Unknown storage engine 'InnoDB'
|
||||||
error : Corrupt
|
error : Corrupt
|
||||||
|
mysql.transaction_registry
|
||||||
|
Error : Unknown storage engine 'InnoDB'
|
||||||
|
error : Corrupt
|
||||||
mysql.vtmd_template
|
mysql.vtmd_template
|
||||||
Error : Unknown storage engine 'InnoDB'
|
Error : Unknown storage engine 'InnoDB'
|
||||||
error : Corrupt
|
error : Corrupt
|
||||||
|
@@ -83,6 +83,7 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry OK
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template OK
|
mysql.vtmd_template OK
|
||||||
Phase 2/7: Installing used storage engines... Skipped
|
Phase 2/7: Installing used storage engines... Skipped
|
||||||
@@ -172,6 +173,7 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry OK
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template OK
|
mysql.vtmd_template OK
|
||||||
Phase 2/7: Installing used storage engines... Skipped
|
Phase 2/7: Installing used storage engines... Skipped
|
||||||
@@ -261,6 +263,7 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry OK
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template OK
|
mysql.vtmd_template OK
|
||||||
Upgrading from a version before MariaDB-10.1
|
Upgrading from a version before MariaDB-10.1
|
||||||
|
@@ -31,6 +31,7 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry OK
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template OK
|
mysql.vtmd_template OK
|
||||||
Phase 2/7: Installing used storage engines... Skipped
|
Phase 2/7: Installing used storage engines... Skipped
|
||||||
|
@@ -97,6 +97,9 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry
|
||||||
|
Error : Unknown storage engine 'InnoDB'
|
||||||
|
error : Corrupt
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template
|
mysql.vtmd_template
|
||||||
Error : Unknown storage engine 'InnoDB'
|
Error : Unknown storage engine 'InnoDB'
|
||||||
@@ -109,6 +112,9 @@ error : Corrupt
|
|||||||
mysql.innodb_table_stats
|
mysql.innodb_table_stats
|
||||||
Error : Unknown storage engine 'InnoDB'
|
Error : Unknown storage engine 'InnoDB'
|
||||||
error : Corrupt
|
error : Corrupt
|
||||||
|
mysql.transaction_registry
|
||||||
|
Error : Unknown storage engine 'InnoDB'
|
||||||
|
error : Corrupt
|
||||||
mysql.vtmd_template
|
mysql.vtmd_template
|
||||||
Error : Unknown storage engine 'InnoDB'
|
Error : Unknown storage engine 'InnoDB'
|
||||||
error : Corrupt
|
error : Corrupt
|
||||||
@@ -247,6 +253,9 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry
|
||||||
|
Error : Unknown storage engine 'InnoDB'
|
||||||
|
error : Corrupt
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template
|
mysql.vtmd_template
|
||||||
Error : Unknown storage engine 'InnoDB'
|
Error : Unknown storage engine 'InnoDB'
|
||||||
@@ -259,6 +268,9 @@ error : Corrupt
|
|||||||
mysql.innodb_table_stats
|
mysql.innodb_table_stats
|
||||||
Error : Unknown storage engine 'InnoDB'
|
Error : Unknown storage engine 'InnoDB'
|
||||||
error : Corrupt
|
error : Corrupt
|
||||||
|
mysql.transaction_registry
|
||||||
|
Error : Unknown storage engine 'InnoDB'
|
||||||
|
error : Corrupt
|
||||||
mysql.vtmd_template
|
mysql.vtmd_template
|
||||||
Error : Unknown storage engine 'InnoDB'
|
Error : Unknown storage engine 'InnoDB'
|
||||||
error : Corrupt
|
error : Corrupt
|
||||||
@@ -372,6 +384,9 @@ mysql.time_zone_leap_second OK
|
|||||||
mysql.time_zone_name OK
|
mysql.time_zone_name OK
|
||||||
mysql.time_zone_transition OK
|
mysql.time_zone_transition OK
|
||||||
mysql.time_zone_transition_type OK
|
mysql.time_zone_transition_type OK
|
||||||
|
mysql.transaction_registry
|
||||||
|
Error : Unknown storage engine 'InnoDB'
|
||||||
|
error : Corrupt
|
||||||
mysql.user OK
|
mysql.user OK
|
||||||
mysql.vtmd_template
|
mysql.vtmd_template
|
||||||
Error : Unknown storage engine 'InnoDB'
|
Error : Unknown storage engine 'InnoDB'
|
||||||
@@ -384,6 +399,9 @@ error : Corrupt
|
|||||||
mysql.innodb_table_stats
|
mysql.innodb_table_stats
|
||||||
Error : Unknown storage engine 'InnoDB'
|
Error : Unknown storage engine 'InnoDB'
|
||||||
error : Corrupt
|
error : Corrupt
|
||||||
|
mysql.transaction_registry
|
||||||
|
Error : Unknown storage engine 'InnoDB'
|
||||||
|
error : Corrupt
|
||||||
mysql.vtmd_template
|
mysql.vtmd_template
|
||||||
Error : Unknown storage engine 'InnoDB'
|
Error : Unknown storage engine 'InnoDB'
|
||||||
error : Corrupt
|
error : Corrupt
|
||||||
|
@@ -61,7 +61,7 @@ BEGIN
|
|||||||
#Q> INSERT INTO t1 VALUES (10, 1, 2, 3, 4, 5, 6, 7, "")
|
#Q> INSERT INTO t1 VALUES (10, 1, 2, 3, 4, 5, 6, 7, "")
|
||||||
#<date> server id 1 end_log_pos 899 CRC32 XXX Table_map: `test`.`t1` mapped to number num
|
#<date> server id 1 end_log_pos 899 CRC32 XXX Table_map: `test`.`t1` mapped to number num
|
||||||
# at 899
|
# at 899
|
||||||
#<date> server id 1 end_log_pos 967 CRC32 XXX Write_compressed_rows: table id 31 flags: STMT_END_F
|
#<date> server id 1 end_log_pos 967 CRC32 XXX Write_compressed_rows: table id 32 flags: STMT_END_F
|
||||||
### INSERT INTO `test`.`t1`
|
### INSERT INTO `test`.`t1`
|
||||||
### SET
|
### SET
|
||||||
### @1=10 /* INT meta=0 nullable=0 is_null=0 */
|
### @1=10 /* INT meta=0 nullable=0 is_null=0 */
|
||||||
@@ -89,7 +89,7 @@ BEGIN
|
|||||||
#Q> INSERT INTO t1 VALUES (11, 1, 2, 3, 4, 5, 6, 7, NULL)
|
#Q> INSERT INTO t1 VALUES (11, 1, 2, 3, 4, 5, 6, 7, NULL)
|
||||||
#<date> server id 1 end_log_pos 1214 CRC32 XXX Table_map: `test`.`t1` mapped to number num
|
#<date> server id 1 end_log_pos 1214 CRC32 XXX Table_map: `test`.`t1` mapped to number num
|
||||||
# at 1214
|
# at 1214
|
||||||
#<date> server id 1 end_log_pos 1281 CRC32 XXX Write_compressed_rows: table id 31 flags: STMT_END_F
|
#<date> server id 1 end_log_pos 1281 CRC32 XXX Write_compressed_rows: table id 32 flags: STMT_END_F
|
||||||
### INSERT INTO `test`.`t1`
|
### INSERT INTO `test`.`t1`
|
||||||
### SET
|
### SET
|
||||||
### @1=11 /* INT meta=0 nullable=0 is_null=0 */
|
### @1=11 /* INT meta=0 nullable=0 is_null=0 */
|
||||||
@@ -117,7 +117,7 @@ BEGIN
|
|||||||
#Q> INSERT INTO t1 VALUES (12, 1, 2, 3, NULL, 5, 6, 7, "A")
|
#Q> INSERT INTO t1 VALUES (12, 1, 2, 3, NULL, 5, 6, 7, "A")
|
||||||
#<date> server id 1 end_log_pos 1530 CRC32 XXX Table_map: `test`.`t1` mapped to number num
|
#<date> server id 1 end_log_pos 1530 CRC32 XXX Table_map: `test`.`t1` mapped to number num
|
||||||
# at 1530
|
# at 1530
|
||||||
#<date> server id 1 end_log_pos 1596 CRC32 XXX Write_compressed_rows: table id 31 flags: STMT_END_F
|
#<date> server id 1 end_log_pos 1596 CRC32 XXX Write_compressed_rows: table id 32 flags: STMT_END_F
|
||||||
### INSERT INTO `test`.`t1`
|
### INSERT INTO `test`.`t1`
|
||||||
### SET
|
### SET
|
||||||
### @1=12 /* INT meta=0 nullable=0 is_null=0 */
|
### @1=12 /* INT meta=0 nullable=0 is_null=0 */
|
||||||
@@ -145,7 +145,7 @@ BEGIN
|
|||||||
#Q> INSERT INTO t1 VALUES (13, 1, 2, 3, 0, 5, 6, 7, "A")
|
#Q> INSERT INTO t1 VALUES (13, 1, 2, 3, 0, 5, 6, 7, "A")
|
||||||
#<date> server id 1 end_log_pos 1842 CRC32 XXX Table_map: `test`.`t1` mapped to number num
|
#<date> server id 1 end_log_pos 1842 CRC32 XXX Table_map: `test`.`t1` mapped to number num
|
||||||
# at 1842
|
# at 1842
|
||||||
#<date> server id 1 end_log_pos 1909 CRC32 XXX Write_compressed_rows: table id 31 flags: STMT_END_F
|
#<date> server id 1 end_log_pos 1909 CRC32 XXX Write_compressed_rows: table id 32 flags: STMT_END_F
|
||||||
### INSERT INTO `test`.`t1`
|
### INSERT INTO `test`.`t1`
|
||||||
### SET
|
### SET
|
||||||
### @1=13 /* INT meta=0 nullable=0 is_null=0 */
|
### @1=13 /* INT meta=0 nullable=0 is_null=0 */
|
||||||
@@ -173,7 +173,7 @@ BEGIN
|
|||||||
#Q> INSERT INTO t2 SELECT * FROM t1
|
#Q> INSERT INTO t2 SELECT * FROM t1
|
||||||
#<date> server id 1 end_log_pos 2134 CRC32 XXX Table_map: `test`.`t2` mapped to number num
|
#<date> server id 1 end_log_pos 2134 CRC32 XXX Table_map: `test`.`t2` mapped to number num
|
||||||
# at 2134
|
# at 2134
|
||||||
#<date> server id 1 end_log_pos 2225 CRC32 XXX Write_compressed_rows: table id 32 flags: STMT_END_F
|
#<date> server id 1 end_log_pos 2225 CRC32 XXX Write_compressed_rows: table id 33 flags: STMT_END_F
|
||||||
### INSERT INTO `test`.`t2`
|
### INSERT INTO `test`.`t2`
|
||||||
### SET
|
### SET
|
||||||
### @1=10 /* INT meta=0 nullable=0 is_null=0 */
|
### @1=10 /* INT meta=0 nullable=0 is_null=0 */
|
||||||
@@ -234,7 +234,7 @@ BEGIN
|
|||||||
#Q> UPDATE t2 SET f4=5 WHERE f4>0 or f4 is NULL
|
#Q> UPDATE t2 SET f4=5 WHERE f4>0 or f4 is NULL
|
||||||
#<date> server id 1 end_log_pos 2462 CRC32 XXX Table_map: `test`.`t2` mapped to number num
|
#<date> server id 1 end_log_pos 2462 CRC32 XXX Table_map: `test`.`t2` mapped to number num
|
||||||
# at 2462
|
# at 2462
|
||||||
#<date> server id 1 end_log_pos 2561 CRC32 XXX Update_compressed_rows: table id 32 flags: STMT_END_F
|
#<date> server id 1 end_log_pos 2561 CRC32 XXX Update_compressed_rows: table id 33 flags: STMT_END_F
|
||||||
### UPDATE `test`.`t2`
|
### UPDATE `test`.`t2`
|
||||||
### WHERE
|
### WHERE
|
||||||
### @1=10 /* INT meta=0 nullable=0 is_null=0 */
|
### @1=10 /* INT meta=0 nullable=0 is_null=0 */
|
||||||
@@ -314,7 +314,7 @@ BEGIN
|
|||||||
#Q> DELETE FROM t1
|
#Q> DELETE FROM t1
|
||||||
#<date> server id 1 end_log_pos 2769 CRC32 XXX Table_map: `test`.`t1` mapped to number num
|
#<date> server id 1 end_log_pos 2769 CRC32 XXX Table_map: `test`.`t1` mapped to number num
|
||||||
# at 2769
|
# at 2769
|
||||||
#<date> server id 1 end_log_pos 2861 CRC32 XXX Delete_compressed_rows: table id 31 flags: STMT_END_F
|
#<date> server id 1 end_log_pos 2861 CRC32 XXX Delete_compressed_rows: table id 32 flags: STMT_END_F
|
||||||
### DELETE FROM `test`.`t1`
|
### DELETE FROM `test`.`t1`
|
||||||
### WHERE
|
### WHERE
|
||||||
### @1=10 /* INT meta=0 nullable=0 is_null=0 */
|
### @1=10 /* INT meta=0 nullable=0 is_null=0 */
|
||||||
@@ -375,7 +375,7 @@ BEGIN
|
|||||||
#Q> DELETE FROM t2
|
#Q> DELETE FROM t2
|
||||||
#<date> server id 1 end_log_pos 3069 CRC32 XXX Table_map: `test`.`t2` mapped to number num
|
#<date> server id 1 end_log_pos 3069 CRC32 XXX Table_map: `test`.`t2` mapped to number num
|
||||||
# at 3069
|
# at 3069
|
||||||
#<date> server id 1 end_log_pos 3154 CRC32 XXX Delete_compressed_rows: table id 32 flags: STMT_END_F
|
#<date> server id 1 end_log_pos 3154 CRC32 XXX Delete_compressed_rows: table id 33 flags: STMT_END_F
|
||||||
### DELETE FROM `test`.`t2`
|
### DELETE FROM `test`.`t2`
|
||||||
### WHERE
|
### WHERE
|
||||||
### @1=10 /* INT meta=0 nullable=0 is_null=0 */
|
### @1=10 /* INT meta=0 nullable=0 is_null=0 */
|
||||||
|
@@ -59,7 +59,7 @@ BEGIN
|
|||||||
#Q> INSERT INTO t1 VALUES (10, 1, 2, 3, 4, 5, 6, 7, "")
|
#Q> INSERT INTO t1 VALUES (10, 1, 2, 3, 4, 5, 6, 7, "")
|
||||||
#<date> server id 1 end_log_pos 946 CRC32 XXX Table_map: `test`.`t1` mapped to number num
|
#<date> server id 1 end_log_pos 946 CRC32 XXX Table_map: `test`.`t1` mapped to number num
|
||||||
# at 946
|
# at 946
|
||||||
#<date> server id 1 end_log_pos 1015 CRC32 XXX Write_rows: table id 31 flags: STMT_END_F
|
#<date> server id 1 end_log_pos 1015 CRC32 XXX Write_rows: table id 32 flags: STMT_END_F
|
||||||
### INSERT INTO `test`.`t1`
|
### INSERT INTO `test`.`t1`
|
||||||
### SET
|
### SET
|
||||||
### @1=10 /* INT meta=0 nullable=0 is_null=0 */
|
### @1=10 /* INT meta=0 nullable=0 is_null=0 */
|
||||||
@@ -87,7 +87,7 @@ BEGIN
|
|||||||
#Q> INSERT INTO t1 VALUES (11, 1, 2, 3, 4, 5, 6, 7, NULL)
|
#Q> INSERT INTO t1 VALUES (11, 1, 2, 3, 4, 5, 6, 7, NULL)
|
||||||
#<date> server id 1 end_log_pos 1262 CRC32 XXX Table_map: `test`.`t1` mapped to number num
|
#<date> server id 1 end_log_pos 1262 CRC32 XXX Table_map: `test`.`t1` mapped to number num
|
||||||
# at 1262
|
# at 1262
|
||||||
#<date> server id 1 end_log_pos 1330 CRC32 XXX Write_rows: table id 31 flags: STMT_END_F
|
#<date> server id 1 end_log_pos 1330 CRC32 XXX Write_rows: table id 32 flags: STMT_END_F
|
||||||
### INSERT INTO `test`.`t1`
|
### INSERT INTO `test`.`t1`
|
||||||
### SET
|
### SET
|
||||||
### @1=11 /* INT meta=0 nullable=0 is_null=0 */
|
### @1=11 /* INT meta=0 nullable=0 is_null=0 */
|
||||||
@@ -115,7 +115,7 @@ BEGIN
|
|||||||
#Q> INSERT INTO t1 VALUES (12, 1, 2, 3, NULL, 5, 6, 7, "A")
|
#Q> INSERT INTO t1 VALUES (12, 1, 2, 3, NULL, 5, 6, 7, "A")
|
||||||
#<date> server id 1 end_log_pos 1579 CRC32 XXX Table_map: `test`.`t1` mapped to number num
|
#<date> server id 1 end_log_pos 1579 CRC32 XXX Table_map: `test`.`t1` mapped to number num
|
||||||
# at 1579
|
# at 1579
|
||||||
#<date> server id 1 end_log_pos 1646 CRC32 XXX Write_rows: table id 31 flags: STMT_END_F
|
#<date> server id 1 end_log_pos 1646 CRC32 XXX Write_rows: table id 32 flags: STMT_END_F
|
||||||
### INSERT INTO `test`.`t1`
|
### INSERT INTO `test`.`t1`
|
||||||
### SET
|
### SET
|
||||||
### @1=12 /* INT meta=0 nullable=0 is_null=0 */
|
### @1=12 /* INT meta=0 nullable=0 is_null=0 */
|
||||||
@@ -143,7 +143,7 @@ BEGIN
|
|||||||
#Q> INSERT INTO t1 VALUES (13, 1, 2, 3, 0, 5, 6, 7, "A")
|
#Q> INSERT INTO t1 VALUES (13, 1, 2, 3, 0, 5, 6, 7, "A")
|
||||||
#<date> server id 1 end_log_pos 1892 CRC32 XXX Table_map: `test`.`t1` mapped to number num
|
#<date> server id 1 end_log_pos 1892 CRC32 XXX Table_map: `test`.`t1` mapped to number num
|
||||||
# at 1892
|
# at 1892
|
||||||
#<date> server id 1 end_log_pos 1962 CRC32 XXX Write_rows: table id 31 flags: STMT_END_F
|
#<date> server id 1 end_log_pos 1962 CRC32 XXX Write_rows: table id 32 flags: STMT_END_F
|
||||||
### INSERT INTO `test`.`t1`
|
### INSERT INTO `test`.`t1`
|
||||||
### SET
|
### SET
|
||||||
### @1=13 /* INT meta=0 nullable=0 is_null=0 */
|
### @1=13 /* INT meta=0 nullable=0 is_null=0 */
|
||||||
@@ -171,7 +171,7 @@ BEGIN
|
|||||||
#Q> INSERT INTO t2 SELECT * FROM t1
|
#Q> INSERT INTO t2 SELECT * FROM t1
|
||||||
#<date> server id 1 end_log_pos 2187 CRC32 XXX Table_map: `test`.`t2` mapped to number num
|
#<date> server id 1 end_log_pos 2187 CRC32 XXX Table_map: `test`.`t2` mapped to number num
|
||||||
# at 2187
|
# at 2187
|
||||||
#<date> server id 1 end_log_pos 2354 CRC32 XXX Write_rows: table id 32 flags: STMT_END_F
|
#<date> server id 1 end_log_pos 2354 CRC32 XXX Write_rows: table id 33 flags: STMT_END_F
|
||||||
### INSERT INTO `test`.`t2`
|
### INSERT INTO `test`.`t2`
|
||||||
### SET
|
### SET
|
||||||
### @1=10 /* INT meta=0 nullable=0 is_null=0 */
|
### @1=10 /* INT meta=0 nullable=0 is_null=0 */
|
||||||
@@ -232,7 +232,7 @@ BEGIN
|
|||||||
#Q> UPDATE t2 SET f4=5 WHERE f4>0 or f4 is NULL
|
#Q> UPDATE t2 SET f4=5 WHERE f4>0 or f4 is NULL
|
||||||
#<date> server id 1 end_log_pos 2591 CRC32 XXX Table_map: `test`.`t2` mapped to number num
|
#<date> server id 1 end_log_pos 2591 CRC32 XXX Table_map: `test`.`t2` mapped to number num
|
||||||
# at 2591
|
# at 2591
|
||||||
#<date> server id 1 end_log_pos 2665 CRC32 XXX Update_rows: table id 32 flags: STMT_END_F
|
#<date> server id 1 end_log_pos 2665 CRC32 XXX Update_rows: table id 33 flags: STMT_END_F
|
||||||
### UPDATE `test`.`t2`
|
### UPDATE `test`.`t2`
|
||||||
### WHERE
|
### WHERE
|
||||||
### @1=10 /* INT meta=0 nullable=0 is_null=0 */
|
### @1=10 /* INT meta=0 nullable=0 is_null=0 */
|
||||||
@@ -267,7 +267,7 @@ BEGIN
|
|||||||
#Q> DELETE FROM t1
|
#Q> DELETE FROM t1
|
||||||
#<date> server id 1 end_log_pos 2873 CRC32 XXX Table_map: `test`.`t1` mapped to number num
|
#<date> server id 1 end_log_pos 2873 CRC32 XXX Table_map: `test`.`t1` mapped to number num
|
||||||
# at 2873
|
# at 2873
|
||||||
#<date> server id 1 end_log_pos 2927 CRC32 XXX Delete_rows: table id 31 flags: STMT_END_F
|
#<date> server id 1 end_log_pos 2927 CRC32 XXX Delete_rows: table id 32 flags: STMT_END_F
|
||||||
### DELETE FROM `test`.`t1`
|
### DELETE FROM `test`.`t1`
|
||||||
### WHERE
|
### WHERE
|
||||||
### @1=10 /* INT meta=0 nullable=0 is_null=0 */
|
### @1=10 /* INT meta=0 nullable=0 is_null=0 */
|
||||||
@@ -296,7 +296,7 @@ BEGIN
|
|||||||
#Q> DELETE FROM t2
|
#Q> DELETE FROM t2
|
||||||
#<date> server id 1 end_log_pos 3135 CRC32 XXX Table_map: `test`.`t2` mapped to number num
|
#<date> server id 1 end_log_pos 3135 CRC32 XXX Table_map: `test`.`t2` mapped to number num
|
||||||
# at 3135
|
# at 3135
|
||||||
#<date> server id 1 end_log_pos 3189 CRC32 XXX Delete_rows: table id 32 flags: STMT_END_F
|
#<date> server id 1 end_log_pos 3189 CRC32 XXX Delete_rows: table id 33 flags: STMT_END_F
|
||||||
### DELETE FROM `test`.`t2`
|
### DELETE FROM `test`.`t2`
|
||||||
### WHERE
|
### WHERE
|
||||||
### @1=10 /* INT meta=0 nullable=0 is_null=0 */
|
### @1=10 /* INT meta=0 nullable=0 is_null=0 */
|
||||||
|
@@ -1212,6 +1212,7 @@ Warnings:
|
|||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
execute my_stmt;
|
execute my_stmt;
|
||||||
COUNT(*)
|
COUNT(*)
|
||||||
47
|
47
|
||||||
@@ -1219,6 +1220,7 @@ Warnings:
|
|||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
execute my_stmt;
|
execute my_stmt;
|
||||||
COUNT(*)
|
COUNT(*)
|
||||||
47
|
47
|
||||||
@@ -1226,6 +1228,7 @@ Warnings:
|
|||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
deallocate prepare my_stmt;
|
deallocate prepare my_stmt;
|
||||||
drop procedure if exists p1|
|
drop procedure if exists p1|
|
||||||
drop table if exists t1|
|
drop table if exists t1|
|
||||||
|
@@ -29,6 +29,7 @@ time_zone_leap_second
|
|||||||
time_zone_name
|
time_zone_name
|
||||||
time_zone_transition
|
time_zone_transition
|
||||||
time_zone_transition_type
|
time_zone_transition_type
|
||||||
|
transaction_registry
|
||||||
user
|
user
|
||||||
vtmd_template
|
vtmd_template
|
||||||
show create table db;
|
show create table db;
|
||||||
|
@@ -29,6 +29,7 @@ time_zone_leap_second
|
|||||||
time_zone_name
|
time_zone_name
|
||||||
time_zone_transition
|
time_zone_transition
|
||||||
time_zone_transition_type
|
time_zone_transition_type
|
||||||
|
transaction_registry
|
||||||
user
|
user
|
||||||
vtmd_template
|
vtmd_template
|
||||||
show create table db;
|
show create table db;
|
||||||
|
@@ -29,6 +29,7 @@ time_zone_leap_second
|
|||||||
time_zone_name
|
time_zone_name
|
||||||
time_zone_transition
|
time_zone_transition
|
||||||
time_zone_transition_type
|
time_zone_transition_type
|
||||||
|
transaction_registry
|
||||||
user
|
user
|
||||||
vtmd_template
|
vtmd_template
|
||||||
show create table db;
|
show create table db;
|
||||||
|
@@ -29,6 +29,7 @@ time_zone_leap_second
|
|||||||
time_zone_name
|
time_zone_name
|
||||||
time_zone_transition
|
time_zone_transition
|
||||||
time_zone_transition_type
|
time_zone_transition_type
|
||||||
|
transaction_registry
|
||||||
user
|
user
|
||||||
vtmd_template
|
vtmd_template
|
||||||
show create table db;
|
show create table db;
|
||||||
|
@@ -38,6 +38,7 @@ SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_
|
|||||||
NAME
|
NAME
|
||||||
mysql/innodb_table_stats
|
mysql/innodb_table_stats
|
||||||
mysql/innodb_index_stats
|
mysql/innodb_index_stats
|
||||||
|
mysql/transaction_registry
|
||||||
mysql/vtmd_template
|
mysql/vtmd_template
|
||||||
test/t1
|
test/t1
|
||||||
test/t2
|
test/t2
|
||||||
|
@@ -107,6 +107,7 @@ Warnings:
|
|||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Testcase 3.2.6.2 + 3.2.6.3: INFORMATION_SCHEMA.COLUMNS accessible information
|
# Testcase 3.2.6.2 + 3.2.6.3: INFORMATION_SCHEMA.COLUMNS accessible information
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
@@ -220,6 +220,11 @@ def mysql time_zone_transition_type Is_DST 4 0 NO tinyint NULL NULL 3 0 NULL NUL
|
|||||||
def mysql time_zone_transition_type Offset 3 0 NO int NULL NULL 10 0 NULL NULL NULL int(11) select,insert,update,references NEVER NULL
|
def mysql time_zone_transition_type Offset 3 0 NO int NULL NULL 10 0 NULL NULL NULL int(11) select,insert,update,references NEVER NULL
|
||||||
def mysql time_zone_transition_type Time_zone_id 1 NULL NO int NULL NULL 10 0 NULL NULL NULL int(10) unsigned PRI select,insert,update,references NEVER NULL
|
def mysql time_zone_transition_type Time_zone_id 1 NULL NO int NULL NULL 10 0 NULL NULL NULL int(10) unsigned PRI select,insert,update,references NEVER NULL
|
||||||
def mysql time_zone_transition_type Transition_type_id 2 NULL NO int NULL NULL 10 0 NULL NULL NULL int(10) unsigned PRI select,insert,update,references NEVER NULL
|
def mysql time_zone_transition_type Transition_type_id 2 NULL NO int NULL NULL 10 0 NULL NULL NULL int(10) unsigned PRI select,insert,update,references NEVER NULL
|
||||||
|
def mysql transaction_registry begin_timestamp 3 '0000-00-00 00:00:00.000000' NO timestamp NULL NULL NULL NULL 6 NULL NULL timestamp(6) MUL select,insert,update,references NEVER NULL
|
||||||
|
def mysql transaction_registry commit_id 2 NULL NO bigint NULL NULL 20 0 NULL NULL NULL bigint(20) unsigned UNI select,insert,update,references NEVER NULL
|
||||||
|
def mysql transaction_registry commit_timestamp 4 '0000-00-00 00:00:00.000000' NO timestamp NULL NULL NULL NULL 6 NULL NULL timestamp(6) MUL select,insert,update,references NEVER NULL
|
||||||
|
def mysql transaction_registry isolation_level 5 NULL NO enum 16 48 NULL NULL NULL utf8 utf8_bin enum('READ-UNCOMMITTED','READ-COMMITTED','REPEATABLE-READ','SERIALIZABLE') select,insert,update,references NEVER NULL
|
||||||
|
def mysql transaction_registry transaction_id 1 NULL NO bigint NULL NULL 20 0 NULL NULL NULL bigint(20) unsigned PRI select,insert,update,references NEVER NULL
|
||||||
def mysql user Alter_priv 17 'N' NO enum 1 3 NULL NULL NULL utf8 utf8_general_ci enum('N','Y') select,insert,update,references NEVER NULL
|
def mysql user Alter_priv 17 'N' NO enum 1 3 NULL NULL NULL utf8 utf8_general_ci enum('N','Y') select,insert,update,references NEVER NULL
|
||||||
def mysql user Alter_routine_priv 28 'N' NO enum 1 3 NULL NULL NULL utf8 utf8_general_ci enum('N','Y') select,insert,update,references NEVER NULL
|
def mysql user Alter_routine_priv 28 'N' NO enum 1 3 NULL NULL NULL utf8 utf8_general_ci enum('N','Y') select,insert,update,references NEVER NULL
|
||||||
def mysql user authentication_string 43 NULL NO text 65535 65535 NULL NULL NULL utf8 utf8_bin text select,insert,update,references NEVER NULL
|
def mysql user authentication_string 43 NULL NO text 65535 65535 NULL NULL NULL utf8 utf8_bin text select,insert,update,references NEVER NULL
|
||||||
@@ -270,7 +275,7 @@ def mysql user x509_subject 37 NULL NO blob 65535 65535 NULL NULL NULL NULL NULL
|
|||||||
def mysql vtmd_template archive_name 4 NULL YES varchar 64 192 NULL NULL NULL utf8 utf8_bin varchar(64) MUL select,insert,update,references Name of archive table NEVER NULL
|
def mysql vtmd_template archive_name 4 NULL YES varchar 64 192 NULL NULL NULL utf8 utf8_bin varchar(64) MUL select,insert,update,references Name of archive table NEVER NULL
|
||||||
def mysql vtmd_template col_renames 5 NULL YES blob 65535 65535 NULL NULL NULL NULL NULL blob select,insert,update,references Column name mappings from previous lifetime NEVER NULL
|
def mysql vtmd_template col_renames 5 NULL YES blob 65535 65535 NULL NULL NULL NULL NULL blob select,insert,update,references Column name mappings from previous lifetime NEVER NULL
|
||||||
def mysql vtmd_template end 2 NULL NO bigint NULL NULL 20 0 NULL NULL NULL bigint(20) unsigned PRI select,insert,update,references TRX_ID of table lifetime end NEVER NULL
|
def mysql vtmd_template end 2 NULL NO bigint NULL NULL 20 0 NULL NULL NULL bigint(20) unsigned PRI select,insert,update,references TRX_ID of table lifetime end NEVER NULL
|
||||||
def mysql vtmd_template name 3 NULL NO varchar 64 192 NULL NULL NULL utf8 utf8_bin varchar(64) select,insert,update,references Table name during period [start, end) NEVER NULL
|
def mysql vtmd_template name 3 NULL NO varchar 64 192 NULL NULL NULL utf8 utf8_bin varchar(64) select,insert,update,references Table name during current lifetime period NEVER NULL
|
||||||
def mysql vtmd_template start 1 NULL YES bigint NULL NULL 20 0 NULL NULL NULL bigint(20) unsigned select,insert,update,references TRX_ID of table lifetime start NEVER NULL
|
def mysql vtmd_template start 1 NULL YES bigint NULL NULL 20 0 NULL NULL NULL bigint(20) unsigned select,insert,update,references TRX_ID of table lifetime start NEVER NULL
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# Show the quotient of CHARACTER_OCTET_LENGTH and CHARACTER_MAXIMUM_LENGTH
|
# Show the quotient of CHARACTER_OCTET_LENGTH and CHARACTER_MAXIMUM_LENGTH
|
||||||
@@ -562,6 +567,11 @@ NULL mysql time_zone_transition_type Transition_type_id int NULL NULL NULL NULL
|
|||||||
NULL mysql time_zone_transition_type Offset int NULL NULL NULL NULL int(11)
|
NULL mysql time_zone_transition_type Offset int NULL NULL NULL NULL int(11)
|
||||||
NULL mysql time_zone_transition_type Is_DST tinyint NULL NULL NULL NULL tinyint(3) unsigned
|
NULL mysql time_zone_transition_type Is_DST tinyint NULL NULL NULL NULL tinyint(3) unsigned
|
||||||
3.0000 mysql time_zone_transition_type Abbreviation char 8 24 utf8 utf8_general_ci char(8)
|
3.0000 mysql time_zone_transition_type Abbreviation char 8 24 utf8 utf8_general_ci char(8)
|
||||||
|
NULL mysql transaction_registry transaction_id bigint NULL NULL NULL NULL bigint(20) unsigned
|
||||||
|
NULL mysql transaction_registry commit_id bigint NULL NULL NULL NULL bigint(20) unsigned
|
||||||
|
NULL mysql transaction_registry begin_timestamp timestamp NULL NULL NULL NULL timestamp(6)
|
||||||
|
NULL mysql transaction_registry commit_timestamp timestamp NULL NULL NULL NULL timestamp(6)
|
||||||
|
3.0000 mysql transaction_registry isolation_level enum 16 48 utf8 utf8_bin enum('READ-UNCOMMITTED','READ-COMMITTED','REPEATABLE-READ','SERIALIZABLE')
|
||||||
3.0000 mysql user Host char 60 180 utf8 utf8_bin char(60)
|
3.0000 mysql user Host char 60 180 utf8 utf8_bin char(60)
|
||||||
3.0000 mysql user User char 80 240 utf8 utf8_bin char(80)
|
3.0000 mysql user User char 80 240 utf8 utf8_bin char(80)
|
||||||
1.0000 mysql user Password char 41 41 latin1 latin1_bin char(41)
|
1.0000 mysql user Password char 41 41 latin1 latin1_bin char(41)
|
||||||
|
@@ -142,6 +142,8 @@ def mysql PRIMARY def mysql time_zone_transition Time_zone_id
|
|||||||
def mysql PRIMARY def mysql time_zone_transition Transition_time
|
def mysql PRIMARY def mysql time_zone_transition Transition_time
|
||||||
def mysql PRIMARY def mysql time_zone_transition_type Time_zone_id
|
def mysql PRIMARY def mysql time_zone_transition_type Time_zone_id
|
||||||
def mysql PRIMARY def mysql time_zone_transition_type Transition_type_id
|
def mysql PRIMARY def mysql time_zone_transition_type Transition_type_id
|
||||||
|
def mysql commit_id def mysql transaction_registry commit_id
|
||||||
|
def mysql PRIMARY def mysql transaction_registry transaction_id
|
||||||
def mysql PRIMARY def mysql user Host
|
def mysql PRIMARY def mysql user Host
|
||||||
def mysql PRIMARY def mysql user User
|
def mysql PRIMARY def mysql user User
|
||||||
def mysql PRIMARY def mysql vtmd_template end
|
def mysql PRIMARY def mysql vtmd_template end
|
||||||
|
@@ -156,6 +156,7 @@ Warnings:
|
|||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
####################################################################################
|
####################################################################################
|
||||||
# Testcase 3.2.14.2 + 3.2.14.3: INFORMATION_SCHEMA.STATISTICS accessible information
|
# Testcase 3.2.14.2 + 3.2.14.3: INFORMATION_SCHEMA.STATISTICS accessible information
|
||||||
####################################################################################
|
####################################################################################
|
||||||
|
@@ -77,6 +77,11 @@ def mysql time_zone_transition 0 mysql PRIMARY 1 Time_zone_id A #CARD# NULL NULL
|
|||||||
def mysql time_zone_transition 0 mysql PRIMARY 2 Transition_time A #CARD# NULL NULL BTREE
|
def mysql time_zone_transition 0 mysql PRIMARY 2 Transition_time A #CARD# NULL NULL BTREE
|
||||||
def mysql time_zone_transition_type 0 mysql PRIMARY 1 Time_zone_id A #CARD# NULL NULL BTREE
|
def mysql time_zone_transition_type 0 mysql PRIMARY 1 Time_zone_id A #CARD# NULL NULL BTREE
|
||||||
def mysql time_zone_transition_type 0 mysql PRIMARY 2 Transition_type_id A #CARD# NULL NULL BTREE
|
def mysql time_zone_transition_type 0 mysql PRIMARY 2 Transition_type_id A #CARD# NULL NULL BTREE
|
||||||
|
def mysql transaction_registry 1 mysql begin_timestamp 1 begin_timestamp A #CARD# NULL NULL BTREE
|
||||||
|
def mysql transaction_registry 0 mysql commit_id 1 commit_id A #CARD# NULL NULL BTREE
|
||||||
|
def mysql transaction_registry 1 mysql commit_timestamp 1 commit_timestamp A #CARD# NULL NULL BTREE
|
||||||
|
def mysql transaction_registry 1 mysql commit_timestamp 2 transaction_id A #CARD# NULL NULL BTREE
|
||||||
|
def mysql transaction_registry 0 mysql PRIMARY 1 transaction_id A #CARD# NULL NULL BTREE
|
||||||
def mysql user 0 mysql PRIMARY 1 Host A #CARD# NULL NULL BTREE
|
def mysql user 0 mysql PRIMARY 1 Host A #CARD# NULL NULL BTREE
|
||||||
def mysql user 0 mysql PRIMARY 2 User A #CARD# NULL NULL BTREE
|
def mysql user 0 mysql PRIMARY 2 User A #CARD# NULL NULL BTREE
|
||||||
def mysql vtmd_template 1 mysql archive_name 1 archive_name A #CARD# NULL NULL YES BTREE
|
def mysql vtmd_template 1 mysql archive_name 1 archive_name A #CARD# NULL NULL YES BTREE
|
||||||
|
@@ -88,6 +88,8 @@ def mysql PRIMARY mysql time_zone_leap_second
|
|||||||
def mysql PRIMARY mysql time_zone_name
|
def mysql PRIMARY mysql time_zone_name
|
||||||
def mysql PRIMARY mysql time_zone_transition
|
def mysql PRIMARY mysql time_zone_transition
|
||||||
def mysql PRIMARY mysql time_zone_transition_type
|
def mysql PRIMARY mysql time_zone_transition_type
|
||||||
|
def mysql commit_id mysql transaction_registry
|
||||||
|
def mysql PRIMARY mysql transaction_registry
|
||||||
def mysql PRIMARY mysql user
|
def mysql PRIMARY mysql user
|
||||||
def mysql PRIMARY mysql vtmd_template
|
def mysql PRIMARY mysql vtmd_template
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
|
@@ -37,6 +37,8 @@ def mysql PRIMARY mysql time_zone_leap_second PRIMARY KEY
|
|||||||
def mysql PRIMARY mysql time_zone_name PRIMARY KEY
|
def mysql PRIMARY mysql time_zone_name PRIMARY KEY
|
||||||
def mysql PRIMARY mysql time_zone_transition PRIMARY KEY
|
def mysql PRIMARY mysql time_zone_transition PRIMARY KEY
|
||||||
def mysql PRIMARY mysql time_zone_transition_type PRIMARY KEY
|
def mysql PRIMARY mysql time_zone_transition_type PRIMARY KEY
|
||||||
|
def mysql commit_id mysql transaction_registry UNIQUE
|
||||||
|
def mysql PRIMARY mysql transaction_registry PRIMARY KEY
|
||||||
def mysql PRIMARY mysql user PRIMARY KEY
|
def mysql PRIMARY mysql user PRIMARY KEY
|
||||||
def mysql PRIMARY mysql vtmd_template PRIMARY KEY
|
def mysql PRIMARY mysql vtmd_template PRIMARY KEY
|
||||||
connect testuser1,localhost,testuser1,,db_datadict;
|
connect testuser1,localhost,testuser1,,db_datadict;
|
||||||
|
@@ -679,6 +679,29 @@ user_comment Time zone transition types
|
|||||||
Separator -----------------------------------------------------
|
Separator -----------------------------------------------------
|
||||||
TABLE_CATALOG def
|
TABLE_CATALOG def
|
||||||
TABLE_SCHEMA mysql
|
TABLE_SCHEMA mysql
|
||||||
|
TABLE_NAME transaction_registry
|
||||||
|
TABLE_TYPE BASE TABLE
|
||||||
|
ENGINE InnoDB
|
||||||
|
VERSION 10
|
||||||
|
ROW_FORMAT DYNAMIC_OR_PAGE
|
||||||
|
TABLE_ROWS #TBLR#
|
||||||
|
AVG_ROW_LENGTH #ARL#
|
||||||
|
DATA_LENGTH #DL#
|
||||||
|
MAX_DATA_LENGTH #MDL#
|
||||||
|
INDEX_LENGTH #IL#
|
||||||
|
DATA_FREE #DF#
|
||||||
|
AUTO_INCREMENT NULL
|
||||||
|
CREATE_TIME #CRT#
|
||||||
|
UPDATE_TIME #UT#
|
||||||
|
CHECK_TIME #CT#
|
||||||
|
TABLE_COLLATION utf8_bin
|
||||||
|
CHECKSUM NULL
|
||||||
|
CREATE_OPTIONS #CO#
|
||||||
|
TABLE_COMMENT #TC#
|
||||||
|
user_comment
|
||||||
|
Separator -----------------------------------------------------
|
||||||
|
TABLE_CATALOG def
|
||||||
|
TABLE_SCHEMA mysql
|
||||||
TABLE_NAME user
|
TABLE_NAME user
|
||||||
TABLE_TYPE BASE TABLE
|
TABLE_TYPE BASE TABLE
|
||||||
ENGINE MYISAM_OR_MARIA
|
ENGINE MYISAM_OR_MARIA
|
||||||
|
@@ -124,9 +124,9 @@ SYS_FOREIGN
|
|||||||
SYS_FOREIGN_COLS
|
SYS_FOREIGN_COLS
|
||||||
SYS_TABLESPACES
|
SYS_TABLESPACES
|
||||||
SYS_VIRTUAL
|
SYS_VIRTUAL
|
||||||
SYS_VTQ
|
|
||||||
mysql/innodb_index_stats
|
mysql/innodb_index_stats
|
||||||
mysql/innodb_table_stats
|
mysql/innodb_table_stats
|
||||||
|
mysql/transaction_registry
|
||||||
mysql/vtmd_template
|
mysql/vtmd_template
|
||||||
test/child
|
test/child
|
||||||
test/parent
|
test/parent
|
||||||
@@ -317,9 +317,9 @@ SYS_FOREIGN
|
|||||||
SYS_FOREIGN_COLS
|
SYS_FOREIGN_COLS
|
||||||
SYS_TABLESPACES
|
SYS_TABLESPACES
|
||||||
SYS_VIRTUAL
|
SYS_VIRTUAL
|
||||||
SYS_VTQ
|
|
||||||
mysql/innodb_index_stats
|
mysql/innodb_index_stats
|
||||||
mysql/innodb_table_stats
|
mysql/innodb_table_stats
|
||||||
|
mysql/transaction_registry
|
||||||
mysql/vtmd_template
|
mysql/vtmd_template
|
||||||
test/child
|
test/child
|
||||||
test/parent
|
test/parent
|
||||||
@@ -344,9 +344,9 @@ SYS_FOREIGN
|
|||||||
SYS_FOREIGN_COLS
|
SYS_FOREIGN_COLS
|
||||||
SYS_TABLESPACES
|
SYS_TABLESPACES
|
||||||
SYS_VIRTUAL
|
SYS_VIRTUAL
|
||||||
SYS_VTQ
|
|
||||||
mysql/innodb_index_stats
|
mysql/innodb_index_stats
|
||||||
mysql/innodb_table_stats
|
mysql/innodb_table_stats
|
||||||
|
mysql/transaction_registry
|
||||||
mysql/vtmd_template
|
mysql/vtmd_template
|
||||||
test/child
|
test/child
|
||||||
test/parent
|
test/parent
|
||||||
@@ -382,9 +382,9 @@ SYS_FOREIGN
|
|||||||
SYS_FOREIGN_COLS
|
SYS_FOREIGN_COLS
|
||||||
SYS_TABLESPACES
|
SYS_TABLESPACES
|
||||||
SYS_VIRTUAL
|
SYS_VIRTUAL
|
||||||
SYS_VTQ
|
|
||||||
mysql/innodb_index_stats
|
mysql/innodb_index_stats
|
||||||
mysql/innodb_table_stats
|
mysql/innodb_table_stats
|
||||||
|
mysql/transaction_registry
|
||||||
mysql/vtmd_template
|
mysql/vtmd_template
|
||||||
test/child
|
test/child
|
||||||
test/parent
|
test/parent
|
||||||
@@ -420,9 +420,9 @@ SYS_FOREIGN
|
|||||||
SYS_FOREIGN_COLS
|
SYS_FOREIGN_COLS
|
||||||
SYS_TABLESPACES
|
SYS_TABLESPACES
|
||||||
SYS_VIRTUAL
|
SYS_VIRTUAL
|
||||||
SYS_VTQ
|
|
||||||
mysql/innodb_index_stats
|
mysql/innodb_index_stats
|
||||||
mysql/innodb_table_stats
|
mysql/innodb_table_stats
|
||||||
|
mysql/transaction_registry
|
||||||
mysql/vtmd_template
|
mysql/vtmd_template
|
||||||
test/child
|
test/child
|
||||||
test/parent
|
test/parent
|
||||||
|
@@ -35,7 +35,7 @@ ALTER TABLE t4 ADD COLUMN b INT;
|
|||||||
SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLUMNS
|
SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLUMNS
|
||||||
LEFT JOIN t4 ON (NUMERIC_SCALE = pk);
|
LEFT JOIN t4 ON (NUMERIC_SCALE = pk);
|
||||||
COUNT(*)
|
COUNT(*)
|
||||||
1740
|
1746
|
||||||
SET DEBUG_SYNC='innodb_inplace_alter_table_enter SIGNAL enter WAIT_FOR delete';
|
SET DEBUG_SYNC='innodb_inplace_alter_table_enter SIGNAL enter WAIT_FOR delete';
|
||||||
ALTER TABLE t4 ADD COLUMN c INT;
|
ALTER TABLE t4 ADD COLUMN c INT;
|
||||||
connect dml,localhost,root,,;
|
connect dml,localhost,root,,;
|
||||||
|
@@ -18,6 +18,10 @@ AND t.name LIKE 'mysql%'
|
|||||||
table_name n_cols table_flags index_name root_page type n_fields merge_threshold
|
table_name n_cols table_flags index_name root_page type n_fields merge_threshold
|
||||||
mysql/innodb_index_stats 11 33 PRIMARY 3 3 4 50
|
mysql/innodb_index_stats 11 33 PRIMARY 3 3 4 50
|
||||||
mysql/innodb_table_stats 9 33 PRIMARY 3 3 2 50
|
mysql/innodb_table_stats 9 33 PRIMARY 3 3 2 50
|
||||||
|
mysql/transaction_registry 8 33 PRIMARY 3 3 1 50
|
||||||
|
mysql/transaction_registry 8 33 commit_id 4 2 1 50
|
||||||
|
mysql/transaction_registry 8 33 begin_timestamp 5 0 1 50
|
||||||
|
mysql/transaction_registry 8 33 commit_timestamp 6 0 2 50
|
||||||
mysql/vtmd_template 8 33 PRIMARY 3 3 1 50
|
mysql/vtmd_template 8 33 PRIMARY 3 3 1 50
|
||||||
mysql/vtmd_template 8 33 archive_name 4 0 1 50
|
mysql/vtmd_template 8 33 archive_name 4 0 1 50
|
||||||
CREATE TABLE t1 (a INT KEY, b TEXT) ROW_FORMAT=REDUNDANT ENGINE=innodb;
|
CREATE TABLE t1 (a INT KEY, b TEXT) ROW_FORMAT=REDUNDANT ENGINE=innodb;
|
||||||
|
@@ -72,7 +72,7 @@ CREATE TABLE time_zone_leap_second ( Transition_time bigint signed NOT NULL,
|
|||||||
-- disable_query_log
|
-- disable_query_log
|
||||||
|
|
||||||
# Drop all tables created by this test
|
# Drop all tables created by this test
|
||||||
DROP TABLE db, host, user, func, plugin, tables_priv, columns_priv, procs_priv, servers, help_category, help_keyword, help_relation, help_topic, proc, time_zone, time_zone_leap_second, time_zone_name, time_zone_transition, time_zone_transition_type, general_log, slow_log, event, proxies_priv, innodb_index_stats, innodb_table_stats, vtmd_template, table_stats, column_stats, index_stats, roles_mapping, gtid_slave_pos;
|
DROP TABLE db, host, user, func, plugin, tables_priv, columns_priv, procs_priv, servers, help_category, help_keyword, help_relation, help_topic, proc, time_zone, time_zone_leap_second, time_zone_name, time_zone_transition, time_zone_transition_type, general_log, slow_log, event, proxies_priv, innodb_index_stats, innodb_table_stats, transaction_registry, vtmd_template, table_stats, column_stats, index_stats, roles_mapping, gtid_slave_pos;
|
||||||
|
|
||||||
-- enable_query_log
|
-- enable_query_log
|
||||||
|
|
||||||
|
@@ -79,7 +79,7 @@ INSERT INTO servers VALUES ('test','localhost','test','root','', 0,'','mysql','r
|
|||||||
-- disable_query_log
|
-- disable_query_log
|
||||||
|
|
||||||
# Drop all tables created by this test
|
# Drop all tables created by this test
|
||||||
DROP TABLE db, host, user, func, plugin, tables_priv, columns_priv, procs_priv, servers, help_category, help_keyword, help_relation, help_topic, proc, time_zone, time_zone_leap_second, time_zone_name, time_zone_transition, time_zone_transition_type, general_log, slow_log, event, proxies_priv, innodb_index_stats, innodb_table_stats, vtmd_template, table_stats, column_stats, index_stats, roles_mapping, gtid_slave_pos;
|
DROP TABLE db, host, user, func, plugin, tables_priv, columns_priv, procs_priv, servers, help_category, help_keyword, help_relation, help_topic, proc, time_zone, time_zone_leap_second, time_zone_name, time_zone_transition, time_zone_transition_type, general_log, slow_log, event, proxies_priv, innodb_index_stats, innodb_table_stats, transaction_registry, vtmd_template, table_stats, column_stats, index_stats, roles_mapping, gtid_slave_pos;
|
||||||
|
|
||||||
-- enable_query_log
|
-- enable_query_log
|
||||||
|
|
||||||
|
@@ -96,7 +96,7 @@ CREATE TABLE IF NOT EXISTS event ( db char(64) CHARACTER SET utf8 COLLATE utf8_b
|
|||||||
-- disable_query_log
|
-- disable_query_log
|
||||||
|
|
||||||
# Drop all tables created by this test
|
# Drop all tables created by this test
|
||||||
DROP TABLE db, host, user, func, plugin, tables_priv, columns_priv, procs_priv, servers, help_category, help_keyword, help_relation, help_topic, proc, time_zone, time_zone_leap_second, time_zone_name, time_zone_transition, time_zone_transition_type, general_log, slow_log, event, proxies_priv, innodb_index_stats, innodb_table_stats, vtmd_template, table_stats, column_stats, index_stats, roles_mapping, gtid_slave_pos;
|
DROP TABLE db, host, user, func, plugin, tables_priv, columns_priv, procs_priv, servers, help_category, help_keyword, help_relation, help_topic, proc, time_zone, time_zone_leap_second, time_zone_name, time_zone_transition, time_zone_transition_type, general_log, slow_log, event, proxies_priv, innodb_index_stats, innodb_table_stats, transaction_registry, vtmd_template, table_stats, column_stats, index_stats, roles_mapping, gtid_slave_pos;
|
||||||
|
|
||||||
-- enable_query_log
|
-- enable_query_log
|
||||||
|
|
||||||
|
@@ -30,6 +30,8 @@ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE ORDER BY TABLE_NAME;
|
|||||||
TABLE_NAME COLUMN_NAME REFERENCED_TABLE_NAME REFERENCED_COLUMN_NAME
|
TABLE_NAME COLUMN_NAME REFERENCED_TABLE_NAME REFERENCED_COLUMN_NAME
|
||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
Warning 1286 Unknown storage engine 'InnoDB'
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
|
Warning 1286 Unknown storage engine 'InnoDB'
|
||||||
Warnings:
|
Warnings:
|
||||||
column_stats column_name NULL NULL
|
column_stats column_name NULL NULL
|
||||||
column_stats db_name NULL NULL
|
column_stats db_name NULL NULL
|
||||||
|
Reference in New Issue
Block a user