diff options
author | monty@narttu.mysql.fi <> | 2003-09-29 12:31:35 +0300 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-09-29 12:31:35 +0300 |
commit | 89f30200bca2fe2861401d0acf9d45320bf9592a (patch) | |
tree | 0646d11c5212e91d6db4f7118acf7d5183cf88c9 /mysql-test/r/fulltext_order_by.result | |
parent | 9d7014c07be2511194bed4f948aa67200cda40da (diff) | |
download | mariadb-git-89f30200bca2fe2861401d0acf9d45320bf9592a.tar.gz |
Removed random chars after filename for LOAD DATA INFILE (in mysqlbinlog)
Add quoting for use `database` for mysqlbinlog
Removed test ins0000001
Add support for --replace for exec in mysqltest
Don't refer to install dir in mysqlbinlog.result
Diffstat (limited to 'mysql-test/r/fulltext_order_by.result')
-rw-r--r-- | mysql-test/r/fulltext_order_by.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/fulltext_order_by.result b/mysql-test/r/fulltext_order_by.result index c0e72ff789f..bfee9eba280 100644 --- a/mysql-test/r/fulltext_order_by.result +++ b/mysql-test/r/fulltext_order_by.result @@ -1,4 +1,3 @@ -use test; DROP TABLE IF EXISTS t1; CREATE TABLE t1 ( a INT AUTO_INCREMENT PRIMARY KEY, |