summaryrefslogtreecommitdiff
path: root/mysql-test/t/heap_btree.test
diff options
context:
space:
mode:
authortsmith@maint2.mysql.com <>2006-09-01 03:44:03 +0200
committertsmith@maint2.mysql.com <>2006-09-01 03:44:03 +0200
commit81708c66a849e9637fa3e9fb3eef2e88d223cc6b (patch)
treeec15d05401311d504740ff6b571513a12e678717 /mysql-test/t/heap_btree.test
parent1bbbc65cb57cf5c8f7e8fbe5f33c8b8eba21f13e (diff)
parentdc4b2a4f1dc6ea2533e75f3eb8397c5c1ad9fbf8 (diff)
downloadmariadb-git-81708c66a849e9637fa3e9fb3eef2e88d223cc6b.tar.gz
Merge maint2.mysql.com:/data/localhome/tsmith/bk/41
into maint2.mysql.com:/data/localhome/tsmith/bk/50
Diffstat (limited to 'mysql-test/t/heap_btree.test')
-rw-r--r--mysql-test/t/heap_btree.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/heap_btree.test b/mysql-test/t/heap_btree.test
index e74e9723ca6..03ba8661a3c 100644
--- a/mysql-test/t/heap_btree.test
+++ b/mysql-test/t/heap_btree.test
@@ -204,3 +204,4 @@ 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