mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
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:
parent
c6051a4beb
commit
d2ae40ac2e
6 changed files with 9 additions and 2 deletions
|
@ -0,0 +1 @@
|
|||
--innodb_log_file_size=100M
|
|
@ -0,0 +1 @@
|
|||
--innodb_log_file_size=100M
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
--innodb
|
||||
|
||||
--innodb --ignore-builtin-innodb --plugin-load=ha_innodb
|
||||
|
|
1
storage/innobase/mysql-test/storage_engine/type_blob.opt
Normal file
1
storage/innobase/mysql-test/storage_engine/type_blob.opt
Normal file
|
@ -0,0 +1 @@
|
|||
--innodb_log_file_size=100M
|
1
storage/innobase/mysql-test/storage_engine/type_text.opt
Normal file
1
storage/innobase/mysql-test/storage_engine/type_text.opt
Normal file
|
@ -0,0 +1 @@
|
|||
--innodb_log_file_size=100M
|
Loading…
Reference in a new issue