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/r/range.result | |
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/r/range.result')
-rw-r--r-- | mysql-test/r/range.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/range.result b/mysql-test/r/range.result index ccfdbd62a42..b826dd1b677 100644 --- a/mysql-test/r/range.result +++ b/mysql-test/r/range.result @@ -313,3 +313,4 @@ WHERE a b 15 1 47 1 +DROP TABLE t1; |