From c85c6c07f8257639edb3fe40d38c2f08bcd83ca1 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 4 Jul 2006 18:29:21 +0200 Subject: Bug #20077 Cluster to only support partition by key, needs to error on others --- mysql-test/t/ndb_partition_error.test | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mysql-test/t/ndb_partition_error.test') diff --git a/mysql-test/t/ndb_partition_error.test b/mysql-test/t/ndb_partition_error.test index 06581f1270f..9db2a6a6f6d 100644 --- a/mysql-test/t/ndb_partition_error.test +++ b/mysql-test/t/ndb_partition_error.test @@ -10,6 +10,9 @@ drop table if exists t1; --enable_warnings +--disable_query_log +set new=on; +--enable_query_log # # Partition by range, generate node group error # -- cgit v1.2.1