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