diff options
author | Guilhem Bichot <guilhem@mysql.com> | 2009-08-12 16:39:50 +0200 |
---|---|---|
committer | Guilhem Bichot <guilhem@mysql.com> | 2009-08-12 16:39:50 +0200 |
commit | 8830e6f0becedd88bebd4a300d35bff9392b4c45 (patch) | |
tree | 4c8e0d86048af8f491e1e4ef79f4f79801e7ce03 /mysql-test/include | |
parent | 9f61750700d281d21b40ae2ba12c154c8d9c60e8 (diff) | |
download | mariadb-git-8830e6f0becedd88bebd4a300d35bff9392b4c45.tar.gz |
8M was too small for the InnoDB data file, needs 10M.
Updating test for smaller InnoDB buffer pool size used by the testsuite.
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/default_mysqld.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/default_mysqld.cnf b/mysql-test/include/default_mysqld.cnf index 350a5bb39ce..6116b20d8bb 100644 --- a/mysql-test/include/default_mysqld.cnf +++ b/mysql-test/include/default_mysqld.cnf @@ -13,7 +13,7 @@ key_buffer_size= 1M sort_buffer= 256K max_heap_table_size= 1M -loose-innodb_data_file_path= ibdata1:8M:autoextend +loose-innodb_data_file_path= ibdata1:10M:autoextend loose-innodb_buffer_pool_size= 8M loose-innodb_write_io_threads= 2 loose-innodb_read_io_threads= 2 |