1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

sys_var suite passes

This commit is contained in:
Sergei Golubchik
2013-07-13 09:22:00 +02:00
parent 7da16844ea
commit 243371f475
77 changed files with 3674 additions and 7038 deletions

View File

@ -6,6 +6,9 @@
source include/not_embedded.inc;
--disable_query_log
call mtr.add_suppression("InnoDB: New log files created");
call mtr.add_suppression("InnoDB: Creating foreign key constraint system tables");
let $innodb_index_stats = query_get_value(show create table mysql.innodb_index_stats, Create Table, 1);
let $innodb_table_stats = query_get_value(show create table mysql.innodb_table_stats, Create Table, 1);
let $database=`select database()`;