summaryrefslogtreecommitdiff
path: root/mysql-test/r/binlog_unsafe.result
diff options
context:
space:
mode:
authorunknown <gshchepa@devsrv-b.mysql.com>2007-09-14 17:21:50 +0200
committerunknown <gshchepa@devsrv-b.mysql.com>2007-09-14 17:21:50 +0200
commitc0d75796cd0747c67be5f0085bf1b3841a1844a6 (patch)
tree12bfc904f1136f4cee471d6b995e8b29b2b1fa1f /mysql-test/r/binlog_unsafe.result
parent1d97c7484b981687394dc55412c5ed6e90968f98 (diff)
downloadmariadb-git-c0d75796cd0747c67be5f0085bf1b3841a1844a6.tar.gz
Many files:
Merge with 5.0-opt. mysql-test/r/binlog_unsafe.result: Merge with 5.0-opt. mysql-test/r/events_bugs.result: Merge with 5.0-opt. mysql-test/r/events_trans.result: Merge with 5.0-opt. mysql-test/r/sp.result: Merge with 5.0-opt. mysql-test/r/sp_gis.result: Merge with 5.0-opt. mysql-test/r/xml.result: Merge with 5.0-opt. mysql-test/suite/rpl/r/rpl_incident.result: Merge with 5.0-opt. mysql-test/suite/rpl/r/rpl_loaddata_fatal.result: Merge with 5.0-opt. mysql-test/suite/rpl/r/rpl_udf.result: Merge with 5.0-opt. mysql-test/suite/rpl_ndb/r/rpl_ndb_extraCol.result: Merge with 5.0-opt. mysql-test/suite/ndb/r/ndb_dd_basic.result: Merge with 5.0-opt. mysql-test/suite/ndb/r/ndb_dd_ddl.result: Merge with 5.0-opt. mysql-test/suite/ndb/r/ndb_gis.result: Merge with 5.0-opt. mysql-test/suite/ndb/r/ndb_row_format.result: Merge with 5.0-opt. mysql-test/suite/ndb/r/ndb_single_user.result: Merge with 5.0-opt.
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;