From 47b615d84bd41876d7a0838d8193b5ac31a5ff3d Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sun, 15 Dec 2013 11:31:57 +0100 Subject: [PATCH] Fix tokudb.hotindex-insert-bigchar failure in buildbot. This test needs at least 320M for tokudb-max-lock-memory. Normally tokudb-max-lock-memory is auto-sized to be 1/16th of the available RAM size, and many our test VMs have 4G of RAM. --- storage/tokudb/mysql-test/tokudb/t/hotindex-insert-bigchar.opt | 1 + 1 file changed, 1 insertion(+) create mode 100644 storage/tokudb/mysql-test/tokudb/t/hotindex-insert-bigchar.opt diff --git a/storage/tokudb/mysql-test/tokudb/t/hotindex-insert-bigchar.opt b/storage/tokudb/mysql-test/tokudb/t/hotindex-insert-bigchar.opt new file mode 100644 index 00000000000..d76fda471ca --- /dev/null +++ b/storage/tokudb/mysql-test/tokudb/t/hotindex-insert-bigchar.opt @@ -0,0 +1 @@ +--loose-tokudb-max-lock-memory=320M