diff options
author | unknown <peter@mysql.com> | 2002-10-26 22:27:22 +0400 |
---|---|---|
committer | unknown <peter@mysql.com> | 2002-10-26 22:27:22 +0400 |
commit | 7cbe57347312f769081793bbc971ec1240f2736a (patch) | |
tree | 42e5854901fec050c81a24ecb268c0d28ac3935f /mysql-test | |
parent | d8661f9eab0a09dbbe6316bcd2bc1afd2b5ea859 (diff) | |
parent | 26121e00d93e6aab09c839a495d64d5141cf992a (diff) | |
download | mariadb-git-7cbe57347312f769081793bbc971ec1240f2736a.tar.gz |
Merge mysql.com:/home/pz/mysql/mysql-4.0-root
into mysql.com:/home/pz/mysql/mysql-4.0
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/bdb-crash.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/bdb-crash.test b/mysql-test/t/bdb-crash.test index cdbc2dbe0e4..0005b631a46 100644 --- a/mysql-test/t/bdb-crash.test +++ b/mysql-test/t/bdb-crash.test @@ -1,4 +1,5 @@ -- source include/have_bdb.inc + # test for bug reported by Mark Steele drop table if exists t1; |