summaryrefslogtreecommitdiff
path: root/mysql-test/t/ndb_index_ordered.test
diff options
context:
space:
mode:
authormagnus@neptunus.(none) <>2004-05-11 10:40:48 +0200
committermagnus@neptunus.(none) <>2004-05-11 10:40:48 +0200
commit62fe381192fc26e93eb116f680219db98c247d8d (patch)
tree71248616c5d0727c46bb959a55fbb4df21eb202c /mysql-test/t/ndb_index_ordered.test
parentbeff6a44c77215536db6baa972102c701196fdad (diff)
downloadmariadb-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.test2
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);