summaryrefslogtreecommitdiff
path: root/mysql-test/t/heap_btree.test
diff options
context:
space:
mode:
authoristruewing@chilla.local <>2007-03-28 12:11:44 +0200
committeristruewing@chilla.local <>2007-03-28 12:11:44 +0200
commit9470f149b6547da1a3f2067188ef0060affbd5b4 (patch)
tree24a7a3830894348d206c2563506f1d74443f0300 /mysql-test/t/heap_btree.test
parenta2d7a05f88ecf761e49350505709baae0ca3178e (diff)
downloadmariadb-git-9470f149b6547da1a3f2067188ef0060affbd5b4.tar.gz
After merge fix
Diffstat (limited to 'mysql-test/t/heap_btree.test')
-rw-r--r--mysql-test/t/heap_btree.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/heap_btree.test b/mysql-test/t/heap_btree.test
index 8d0c17c8ef5..d5a4fb7a734 100644
--- a/mysql-test/t/heap_btree.test
+++ b/mysql-test/t/heap_btree.test
@@ -235,3 +235,5 @@ CREATE TABLE t1 (a INT, UNIQUE USING BTREE(a)) ENGINE=MEMORY;
INSERT INTO t1 VALUES(NULL),(NULL);
DROP TABLE t1;
+--echo End of 5.0 tests
+