mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
into pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint mysql-test/r/mysqltest.result: Auto merged mysql-test/t/mysqltest.test: Auto merged
This commit is contained in:
commit
5501d5be3d
2 changed files with 2 additions and 5 deletions
|
|
@ -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 a 1'
|
||||||
mysqltest: At line 1: Wrong column number to replace_column in 'replace_column 1 b c '
|
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: 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: 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'
|
||||||
mysqltest: At line 1: Missing required argument 'connection name' to command 'connect'
|
mysqltest: At line 1: Missing required argument 'connection name' to command 'connect'
|
||||||
|
|
|
||||||
|
|
@ -1227,11 +1227,9 @@ select "a" as col1, "c" as col2;
|
||||||
# Test sync_with_master
|
# Test sync_with_master
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
--error 1
|
--error 1
|
||||||
--exec echo "save_master_pos; sync_with_master 10!;" | $MYSQL_TEST 2>&1
|
--exec echo "sync_with_master 10!;" | $MYSQL_TEST 2>&1
|
||||||
--error 1
|
--error 1
|
||||||
--exec echo "save_master_pos; sync_with_master 10 !;" | $MYSQL_TEST 2>&1
|
--exec echo "sync_with_master a;" | $MYSQL_TEST 2>&1
|
||||||
--error 1
|
|
||||||
--exec echo "save_master_pos; sync_with_master a;" | $MYSQL_TEST 2>&1
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
# Test connect
|
# Test connect
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue