summaryrefslogtreecommitdiff
path: root/mysql-test/r/binlog_unsafe.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/binlog_unsafe.result')
-rw-r--r--mysql-test/r/binlog_unsafe.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/binlog_unsafe.result b/mysql-test/r/binlog_unsafe.result
index fb89631f30b..281bb475944 100644
--- a/mysql-test/r/binlog_unsafe.result
+++ b/mysql-test/r/binlog_unsafe.result
@@ -5,9 +5,9 @@ CREATE TABLE t3 (b INT AUTO_INCREMENT PRIMARY KEY);
CREATE VIEW v1(a,b) AS SELECT a,b FROM t2,t3;
INSERT INTO t1 SELECT UUID();
Warnings:
-Warning 1590 Statement is not safe to log in statement format.
+Warning 1591 Statement is not safe to log in statement format.
SHOW WARNINGS;
Level Warning
-Code 1590
+Code 1591
Message Statement is not safe to log in statement format.
DROP TABLE t1,t2,t3;