From 7a8e330f3bcacfdd34a7cc5dc1844fd02088473e Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 24 Oct 2002 01:29:29 +0300 Subject: 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 --- mysql-test/t/bdb-crash.test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mysql-test') 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; -- cgit v1.2.1