From cf02f52cc098dce1135ec75fbc40fa03eb90088b Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 6 Nov 2005 00:20:37 +0100 Subject: Ndb handler cleanup: - removed some returns on ndb internal error codes, return ndb cause in warnings - moved all errorcode mapping mysqld-ndb to ndberror.c - ndb util thread to discover all ndb tables at startup - ndb util thread to wait for mysqld startup --- mysql-test/t/ndb_partition_error.test | 1 + 1 file changed, 1 insertion(+) (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 23fb11d7e63..cf570cc0234 100644 --- a/mysql-test/t/ndb_partition_error.test +++ b/mysql-test/t/ndb_partition_error.test @@ -26,6 +26,7 @@ partitions 3 (partition x1 values less than (5) nodegroup 12, partition x2 values less than (10) nodegroup 13, partition x3 values less than (20) nodegroup 14); +show warnings; # # Partition by range, create normal valid table -- cgit v1.2.1