Fixes in storage_engine test suite

- after a change in 5.6.20, tests with big blobs require bigger
    innodb_log_file_size value;
  - innobase relay was running with the default InnoDB (XtraDB)
This commit is contained in:
Elena Stepanova 2014-09-12 03:21:54 +04:00
parent c6051a4beb
commit d2ae40ac2e
6 changed files with 9 additions and 2 deletions

View file

@ -0,0 +1 @@
--innodb_log_file_size=100M

View file

@ -0,0 +1 @@
--innodb_log_file_size=100M

View file

@ -41,5 +41,9 @@ let $default_char_type = CHAR(8);
# e.g. creation of an additional schema or table, etc.
# The cleanup part should be defined in cleanup_engine.inc
CALL mtr.add_suppression("InnoDB: Resizing redo log from .* to .* pages, LSN=.*");
CALL mtr.add_suppression("InnoDB: Starting to delete and rewrite log files.");
CALL mtr.add_suppression("InnoDB: New log files created, LSN=.*");
--enable_query_log
--enable_result_log

View file

@ -1,2 +1 @@
--innodb
--innodb --ignore-builtin-innodb --plugin-load=ha_innodb

View file

@ -0,0 +1 @@
--innodb_log_file_size=100M

View file

@ -0,0 +1 @@
--innodb_log_file_size=100M