diff options
author | istruewing@chilla.local <> | 2007-03-28 12:11:44 +0200 |
---|---|---|
committer | istruewing@chilla.local <> | 2007-03-28 12:11:44 +0200 |
commit | 9470f149b6547da1a3f2067188ef0060affbd5b4 (patch) | |
tree | 24a7a3830894348d206c2563506f1d74443f0300 /mysql-test/t/heap_btree.test | |
parent | a2d7a05f88ecf761e49350505709baae0ca3178e (diff) | |
download | mariadb-git-9470f149b6547da1a3f2067188ef0060affbd5b4.tar.gz |
After merge fix
Diffstat (limited to 'mysql-test/t/heap_btree.test')
-rw-r--r-- | mysql-test/t/heap_btree.test | 2 |
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 + |