summaryrefslogtreecommitdiff
path: root/mysql-test/t/index_merge_bdb.test
diff options
context:
space:
mode:
authorpem@mysql.comhem.se <>2004-05-14 16:00:57 +0200
committerpem@mysql.comhem.se <>2004-05-14 16:00:57 +0200
commitec921065357282c8c850a8286297733675e4bf44 (patch)
treed27d078b95ca20c323af435a836f475562c863d0 /mysql-test/t/index_merge_bdb.test
parentbf45960eef96dba7e7a7ffc8c3bfe6627daee2a3 (diff)
downloadmariadb-git-ec921065357282c8c850a8286297733675e4bf44.tar.gz
Post-merge fixes.
Note: One sp.test still fails (prime), and rpl_server_id2.test fails (will be fixed by guilhem ASAP).
Diffstat (limited to 'mysql-test/t/index_merge_bdb.test')
-rw-r--r--mysql-test/t/index_merge_bdb.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/index_merge_bdb.test b/mysql-test/t/index_merge_bdb.test
index 23e2d7a8f63..c49e6ab3175 100644
--- a/mysql-test/t/index_merge_bdb.test
+++ b/mysql-test/t/index_merge_bdb.test
@@ -14,7 +14,7 @@ create table t1 (
filler char(200),
filler2 char(200),
index(key1),
- index(key2),
+ index(key2)
) engine=bdb;