Commit 377321e3 authored by Alice Sherepa's avatar Alice Sherepa

innodb tests 563

parent 0613e6a4
......@@ -74,7 +74,6 @@ innodb_rename_index_err: mdev-13626 (a)
innodb_replace: mdev-13626 (a)
innodb_stats_sample_pages: mdev-13626 (a)
innodb_wl6469_1: mdev-13626 (a)
innodb_wl6560_1: mdev-13626 (a)
innodb_wl6560_debug: mdev-13626 (a)
innodb_wl6915_debug: mdev-13626 (a)
log_file_size_checkpoint: mdev-13626 (a)
......
......@@ -129,7 +129,6 @@ SELECT * FROM t3,t4;
a RIGHT(t1.c,10) RIGHT(t2.c,10) a RIGHT(t1.c,10) RIGHT(t2.c,10)
UNLOCK TABLES;
ibtmp1
t4.ibd
DROP TABLE t1,t2,t3,t4;
SELECT @@global.innodb_file_per_table;
@@global.innodb_file_per_table
......
--innodb-sys-tablestats
\ No newline at end of file
--innodb-sys-tablestats
--innodb_page_size=16k
\ No newline at end of file
--loose-innodb_sys_tablespaces
--innodb_page_size=16k
\ No newline at end of file
......@@ -62,8 +62,6 @@ WHERE t.TABLE_ID = i.TABLE_ID AND t.NAME = 'test/tab';
# Cleanup
DROP TABLE tab;
--echo #
--echo # behavior for deleting records
--echo #
......@@ -105,8 +103,6 @@ PARTITION BY RANGE (a)
DROP TABLE tab1;
--echo #
--echo # behavior for updating to smaller records
--echo #
......
--default_storage_engine=InnoDB
--innodb_page_size=16k
--loose-innodb-buffer-pool-stats
--loose-innodb-buffer-page
--loose-innodb-buffer-page-lru
--innodb-defragment=1
\ No newline at end of file
--innodb-defragment=1
--innodb_page_size=16k
......@@ -284,7 +284,6 @@ SELECT * FROM t3,t4;
UNLOCK TABLES;
--list_files $MYSQL_DATA_DIR/ ibtmp1*
--list_files $MYSQL_DATA_DIR/test/ t4*ibd*
DROP TABLE t1,t2,t3,t4;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment