Skip to content

Commit

Permalink
MDEV-17614: Re-record a result
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Aug 12, 2019
1 parent 284c72e commit 7a9e1fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql-test/suite/binlog/r/binlog_unsafe.result
Original file line number Diff line number Diff line change
Expand Up @@ -2706,6 +2706,8 @@ Warnings:
Note 1592 Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. CREATE... REPLACE SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are replaced. This order cannot be predicted and may differ on master and the slave.
INSERT INTO insert_2_keys VALUES (1, 2)
ON DUPLICATE KEY UPDATE a=VALUES(a)+10, b=VALUES(b)+10;
Warnings:
Note 1592 Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. INSERT... ON DUPLICATE KEY UPDATE on a table with more than one UNIQUE KEY is unsafe
DROP TABLE filler_table;
DROP TABLE insert_table;
DROP TABLE update_table;
Expand Down

0 comments on commit 7a9e1fc

Please sign in to comment.