diff options
author | magnus@neptunus.(none) <> | 2004-05-11 10:40:48 +0200 |
---|---|---|
committer | magnus@neptunus.(none) <> | 2004-05-11 10:40:48 +0200 |
commit | 62fe381192fc26e93eb116f680219db98c247d8d (patch) | |
tree | 71248616c5d0727c46bb959a55fbb4df21eb202c /mysql-test/t/ndb_index_ordered.test | |
parent | beff6a44c77215536db6baa972102c701196fdad (diff) | |
download | mariadb-git-62fe381192fc26e93eb116f680219db98c247d8d.tar.gz |
Updated ndb_* test cases
Added two new, ndb_replace and ndb_minmax
Diffstat (limited to 'mysql-test/t/ndb_index_ordered.test')
-rw-r--r-- | mysql-test/t/ndb_index_ordered.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/ndb_index_ordered.test b/mysql-test/t/ndb_index_ordered.test index c05db318825..79686fce0e1 100644 --- a/mysql-test/t/ndb_index_ordered.test +++ b/mysql-test/t/ndb_index_ordered.test @@ -79,7 +79,7 @@ drop table t1; CREATE TABLE t1 ( a int unsigned NOT NULL PRIMARY KEY, b int unsigned not null, - c int unsigned not null, + c int unsigned not null ) engine = ndb; create index a1 on t1 (b, c); |