diff options
author | Rich Prohaska <prohaska@tokutek.com> | 2014-09-15 14:49:16 -0400 |
---|---|---|
committer | Rich Prohaska <prohaska@tokutek.com> | 2014-09-15 14:49:16 -0400 |
commit | bb75cf067027e7567383cabbfa784c0c713f1aeb (patch) | |
tree | 2d2e80050f147c03c80dd393f1be513aac1c83c9 | |
parent | b183d81d2ee63223b99d3fc3542bf016087af604 (diff) | |
download | mariadb-git-bb75cf067027e7567383cabbfa784c0c713f1aeb.tar.gz |
DB-720 run the cluster key partition test on mariadb
-rw-r--r-- | mysql-test/suite/tokudb/t/cluster_key_part.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/tokudb/t/cluster_key_part.test b/mysql-test/suite/tokudb/t/cluster_key_part.test index dd569b88ad1..ed84404616e 100644 --- a/mysql-test/suite/tokudb/t/cluster_key_part.test +++ b/mysql-test/suite/tokudb/t/cluster_key_part.test @@ -1,6 +1,7 @@ # Test that clustering keys can be created on partitioned tokudb tables source include/have_tokudb.inc; +source include/have_partition.inc; set default_storage_engine='tokudb'; disable_warnings; |