summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysqldump.test
diff options
context:
space:
mode:
authorSven Sandberg <sven.sandberg@sun.com>2010-04-28 14:47:49 +0200
committerSven Sandberg <sven.sandberg@sun.com>2010-04-28 14:47:49 +0200
commita651824329130250f26e5b528d7710f5ba9eb806 (patch)
tree48236122e000ffb3a4e841a3b5437b2525adc2fe /mysql-test/t/mysqldump.test
parentfa28ba8ba67ff2d2ac2870408e71a78f6e3d5683 (diff)
downloadmariadb-git-a651824329130250f26e5b528d7710f5ba9eb806.tar.gz
BUG#50670: Slave stops with error code 1644
Clarified error messages related to unsafe statements: - avoid the internal technical term "row injection" - use 'binary log' instead of 'binlog' - avoid the word 'unsafeness'
Diffstat (limited to 'mysql-test/t/mysqldump.test')
-rw-r--r--mysql-test/t/mysqldump.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/mysqldump.test b/mysql-test/t/mysqldump.test
index 7be8244a85b..a260f13e58b 100644
--- a/mysql-test/t/mysqldump.test
+++ b/mysql-test/t/mysqldump.test
@@ -8,7 +8,7 @@
--source include/count_sessions.inc
disable_query_log;
-call mtr.add_suppression("Unsafe statement binlogged in statement format since BINLOG_FORMAT = STATEMENT");
+call mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT");
enable_query_log;
--echo # Bug#37938 Test "mysqldump" lacks various insert statements