From 85c23a7cf211f0a281efadebc5d561c48b1268f5 Mon Sep 17 00:00:00 2001 From: Tim Callaghan Date: Thu, 4 Apr 2013 17:36:38 +0000 Subject: [PATCH] refs #5579 disable test on mac git-svn-id: file:///svn/mysql/tests/mysql-test@55070 c7de825b-a66e-492c-adef-691d508d4ae1 --- mysql-test/suite/tokudb.bugs/t/checkpoint_lock_2.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-test/suite/tokudb.bugs/t/checkpoint_lock_2.test b/mysql-test/suite/tokudb.bugs/t/checkpoint_lock_2.test index a226d6c85af..621c5cfbadf 100755 --- a/mysql-test/suite/tokudb.bugs/t/checkpoint_lock_2.test +++ b/mysql-test/suite/tokudb.bugs/t/checkpoint_lock_2.test @@ -1,5 +1,7 @@ # ticket 895 is a query optimization problem with the primary key +--source include/not_mac.inc + #--source include/have_tokudb.inc SET DEFAULT_STORAGE_ENGINE = 'tokudb'; set GLOBAL tokudb_checkpoint_on_flush_logs=ON;