summaryrefslogtreecommitdiff
path: root/mysql-test/t/bdb-crash.test
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-10-24 01:29:29 +0300
committerunknown <monty@hundin.mysql.fi>2002-10-24 01:29:29 +0300
commit7a8e330f3bcacfdd34a7cc5dc1844fd02088473e (patch)
tree448d23d62784643ef8521c8d6a19302bf9b4caf8 /mysql-test/t/bdb-crash.test
parent6d25b5439c91c569d11ed47826e5af2aaa329686 (diff)
downloadmariadb-git-7a8e330f3bcacfdd34a7cc5dc1844fd02088473e.tar.gz
Fixed problem with BDB tables and ALTER TABLE
Docs/manual.texi: ChangeLog mysql-test/t/bdb-crash.test: Don't run test if BDB is not configured sql/sql_base.cc: Added free on error
Diffstat (limited to 'mysql-test/t/bdb-crash.test')
-rw-r--r--mysql-test/t/bdb-crash.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/bdb-crash.test b/mysql-test/t/bdb-crash.test
index 55e00ad2a5e..0005b631a46 100644
--- a/mysql-test/t/bdb-crash.test
+++ b/mysql-test/t/bdb-crash.test
@@ -1,3 +1,5 @@
+-- source include/have_bdb.inc
+
# test for bug reported by Mark Steele
drop table if exists t1;