diff options
author | unknown <msvensson@pilot.(none)> | 2007-05-31 15:58:22 +0200 |
---|---|---|
committer | unknown <msvensson@pilot.(none)> | 2007-05-31 15:58:22 +0200 |
commit | 7ff06317a44b700226a64ae5a0f2ab5d2433b9a0 (patch) | |
tree | 4bd575cc791d01652bab2250cd8355d2c723029c /mysql-test/r/mysqltest.result | |
parent | 4507f7ed4cd57979e363041206b08963fcb74096 (diff) | |
download | mariadb-git-7ff06317a44b700226a64ae5a0f2ab5d2433b9a0.tar.gz |
Bug#28373 mysqltest test case fails with binlog disabled
- Update tests to be independent how the mysqld was started
mysql-test/r/mysqltest.result:
Update result file
mysql-test/t/mysqltest.test:
The purpose of these three test is to check that "sync_with_master"
detects illegal parameters, the parameter checking is done before
sending any command to the server and the "save_master_pos" can be
removed in two cases to make the tests independent of mysqld.
The thirs test is removed since it's a syntax check that is done
after the command has been executed and is done for all comands in
mysqltest - it's tested elsewhere and is not specific to "sync_with_master"
Diffstat (limited to 'mysql-test/r/mysqltest.result')
-rw-r--r-- | mysql-test/r/mysqltest.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/mysqltest.result b/mysql-test/r/mysqltest.result index 35dcf9b62d2..7ae17c254e7 100644 --- a/mysql-test/r/mysqltest.result +++ b/mysql-test/r/mysqltest.result @@ -410,7 +410,6 @@ mysqltest: At line 1: Wrong column number to replace_column in 'replace_column a mysqltest: At line 1: Wrong column number to replace_column in 'replace_column a 1' mysqltest: At line 1: Wrong column number to replace_column in 'replace_column 1 b c ' mysqltest: At line 1: Invalid integer argument "10!" -mysqltest: At line 1: End of line junk detected: "!" mysqltest: At line 1: Invalid integer argument "a" mysqltest: At line 1: Missing required argument 'connection name' to command 'connect' mysqltest: At line 1: Missing required argument 'connection name' to command 'connect' |