diff options
author | unknown <tomas@poseidon.ndb.mysql.com[tomas]> | 2005-11-06 00:20:37 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com[tomas]> | 2005-11-06 00:20:37 +0100 |
commit | cf02f52cc098dce1135ec75fbc40fa03eb90088b (patch) | |
tree | 916e0aadd51f3c57e92a75aa245cd68b768b726a /mysql-test/t/ndb_partition_error.test | |
parent | cff12b93d99f892a87249f3a7edba0c89cdfdf46 (diff) | |
download | mariadb-git-cf02f52cc098dce1135ec75fbc40fa03eb90088b.tar.gz |
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
Diffstat (limited to 'mysql-test/t/ndb_partition_error.test')
-rw-r--r-- | mysql-test/t/ndb_partition_error.test | 1 |
1 files changed, 1 insertions, 0 deletions
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 |