diff options
author | monty@mysql.com <> | 2004-03-29 19:21:53 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-03-29 19:21:53 +0300 |
commit | dc2f606fb85e0763a448132a147a816de829a8cb (patch) | |
tree | f51ea3945f84d672edc962cdfc11eab16f569fc5 /mysql-test/t/bdb-crash.test | |
parent | 505970b4a76f3d41f338d32d3d4382891ecb0ec3 (diff) | |
parent | 3cbab63af1e92677217be8106d5ed696b20521b1 (diff) | |
download | mariadb-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.test | 4 |
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; - |