summaryrefslogtreecommitdiff
path: root/mysql-test/r/create_drop_binlog.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/create_drop_binlog.result')
-rw-r--r--mysql-test/r/create_drop_binlog.result8
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/r/create_drop_binlog.result b/mysql-test/r/create_drop_binlog.result
index 4a6fa7a8d14..8f6b35a7c8c 100644
--- a/mysql-test/r/create_drop_binlog.result
+++ b/mysql-test/r/create_drop_binlog.result
@@ -187,11 +187,11 @@ DROP ROLE r1;
CREATE ROLE IF NOT EXISTS r1;
CREATE ROLE IF NOT EXISTS r1;
Warnings:
-Note 1974 Can't create role 'r1'; it already exists
+Note 1975 Can't create role 'r1'; it already exists
DROP ROLE IF EXISTS r1;
DROP ROLE IF EXISTS r1;
Warnings:
-Note 1975 Can't drop role 'r1'; it doesn't exist
+Note 1976 Can't drop role 'r1'; it doesn't exist
SHOW BINLOG EVENTS;
Log_name Pos Event_type Server_id End_log_pos Info
# # Format_desc 1 # VER
@@ -218,11 +218,11 @@ DROP USER u1@localhost;
CREATE USER IF NOT EXISTS u1@localhost;
CREATE USER IF NOT EXISTS u1@localhost;
Warnings:
-Note 1972 Can't create user 'u1'@'localhost'; it already exists
+Note 1973 Can't create user 'u1'@'localhost'; it already exists
DROP USER IF EXISTS u1@localhost;
DROP USER IF EXISTS u1@localhost;
Warnings:
-Note 1973 Can't drop user 'u1'@'localhost'; it doesn't exist
+Note 1974 Can't drop user 'u1'@'localhost'; it doesn't exist
SHOW BINLOG EVENTS;
Log_name Pos Event_type Server_id End_log_pos Info
# # Format_desc 1 # VER