diff options
author | unknown <vva@eagle.mysql.r18.ru> | 2004-03-27 02:37:05 +0400 |
---|---|---|
committer | unknown <vva@eagle.mysql.r18.ru> | 2004-03-27 02:37:05 +0400 |
commit | 04e879e7aedb11cb32db81bcef92169297784007 (patch) | |
tree | 27627db4156f31201fdf5a3302e0d781c75ca873 /mysql-test | |
parent | 2e3950b20d26008092a6035d966e58249de8bd02 (diff) | |
download | mariadb-git-04e879e7aedb11cb32db81bcef92169297784007.tar.gz |
some cleanup of last patch for BUG #2342
mysql-test/t/bdb-crash.test:
added newline
sql/ha_berkeley.cc:
added a commet
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/bdb-crash.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/bdb-crash.test b/mysql-test/t/bdb-crash.test index a966ea4659d..98b542bf4c3 100644 --- a/mysql-test/t/bdb-crash.test +++ b/mysql-test/t/bdb-crash.test @@ -45,4 +45,4 @@ create table t1 (a int) engine=bdb; set autocommit=0; insert into t1 values(1); analyze table t1; -drop table t1;
\ No newline at end of file +drop table t1; |