From 62fe381192fc26e93eb116f680219db98c247d8d Mon Sep 17 00:00:00 2001 From: "magnus@neptunus.(none)" <> Date: Tue, 11 May 2004 10:40:48 +0200 Subject: Updated ndb_* test cases Added two new, ndb_replace and ndb_minmax --- mysql-test/t/ndb_index_ordered.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/t/ndb_index_ordered.test') 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); -- cgit v1.2.1