summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/r/rpl_row_inexist_tbl.result
diff options
context:
space:
mode:
authorunknown <mats@mats-laptop.(none)>2008-05-12 20:01:10 +0200
committerunknown <mats@mats-laptop.(none)>2008-05-12 20:01:10 +0200
commitd2a75dc900fb45de27a749d030865e9f95f9e57b (patch)
tree53f735b9003b7bae903b2f1291247653c0a818e7 /mysql-test/suite/rpl/r/rpl_row_inexist_tbl.result
parent24d9bbad70cf7674fad22378023db2ff967c4e5c (diff)
parentdac6ffb9582187e47a29b0717c8e279dcd70fb81 (diff)
downloadmariadb-git-d2a75dc900fb45de27a749d030865e9f95f9e57b.tar.gz
Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-bug36197
into mats-laptop.(none):/home/bk/b36197-mysql-5.1-bugteam
Diffstat (limited to 'mysql-test/suite/rpl/r/rpl_row_inexist_tbl.result')
-rw-r--r--mysql-test/suite/rpl/r/rpl_row_inexist_tbl.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/rpl/r/rpl_row_inexist_tbl.result b/mysql-test/suite/rpl/r/rpl_row_inexist_tbl.result
index 71c825183f7..1dd97878666 100644
--- a/mysql-test/suite/rpl/r/rpl_row_inexist_tbl.result
+++ b/mysql-test/suite/rpl/r/rpl_row_inexist_tbl.result
@@ -37,7 +37,7 @@ Replicate_Ignore_Table #
Replicate_Wild_Do_Table
Replicate_Wild_Ignore_Table
Last_Errno 1146
-Last_Error Error 'Table 'test.t1' doesn't exist' on opening table `test`.`t1`
+Last_Error Error 'Table 'test.t1' doesn't exist' on opening tables
Skip_Counter 0
Exec_Master_Log_Pos 941
Relay_Log_Space #
@@ -55,5 +55,5 @@ Master_SSL_Verify_Server_Cert No
Last_IO_Errno #
Last_IO_Error #
Last_SQL_Errno 1146
-Last_SQL_Error Error 'Table 'test.t1' doesn't exist' on opening table `test`.`t1`
+Last_SQL_Error Error 'Table 'test.t1' doesn't exist' on opening tables
drop table t1, t2;