diff options
author | monty@mysql.com <> | 2004-02-13 16:05:09 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-02-13 16:05:09 +0200 |
commit | fb8f27f0172d12507f24551624f0f77315ea2763 (patch) | |
tree | 0fed6c37f6c17ba97ac09f0dbecdf6846b11a97b /mysql-test/t/range.test | |
parent | dc3f0a21dbe90784ab1b7d367992f1b84717f381 (diff) | |
download | mariadb-git-fb8f27f0172d12507f24551624f0f77315ea2763.tar.gz |
Always use libtool with "--preserve-dup-deps"
Always use all LOAD DATA options in replication.
Fixed problem in mysqlbinlog where LOAD DATA options could be overwritten.
Diffstat (limited to 'mysql-test/t/range.test')
-rw-r--r-- | mysql-test/t/range.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/range.test b/mysql-test/t/range.test index 2899c7c99a4..40fb402a457 100644 --- a/mysql-test/t/range.test +++ b/mysql-test/t/range.test @@ -263,3 +263,4 @@ WHERE ( b =3 AND a BETWEEN 15 AND 19 ) OR (a BETWEEN 19 AND 47) ); +DROP TABLE t1; |