summaryrefslogtreecommitdiff
path: root/mysql-test/t/bdb-crash.test
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-03-29 19:21:53 +0300
committermonty@mysql.com <>2004-03-29 19:21:53 +0300
commitdc2f606fb85e0763a448132a147a816de829a8cb (patch)
treef51ea3945f84d672edc962cdfc11eab16f569fc5 /mysql-test/t/bdb-crash.test
parent505970b4a76f3d41f338d32d3d4382891ecb0ec3 (diff)
parent3cbab63af1e92677217be8106d5ed696b20521b1 (diff)
downloadmariadb-git-dc2f606fb85e0763a448132a147a816de829a8cb.tar.gz
Merge with 4.0 to get lastest bug fixes
Diffstat (limited to 'mysql-test/t/bdb-crash.test')
-rw-r--r--mysql-test/t/bdb-crash.test4
1 files changed, 1 insertions, 3 deletions
diff --git a/mysql-test/t/bdb-crash.test b/mysql-test/t/bdb-crash.test
index cea69df6993..3cd78821000 100644
--- a/mysql-test/t/bdb-crash.test
+++ b/mysql-test/t/bdb-crash.test
@@ -39,8 +39,7 @@ drop table t1;
#
# Test for bug #2342 "Running ANALYZE TABLE on bdb table
-# inside a transaction hangs server thread"
-#
+# inside a transaction hangs server thread"
create table t1 (a int) engine=bdb;
@@ -48,4 +47,3 @@ set autocommit=0;
insert into t1 values(1);
analyze table t1;
drop table t1;
-