mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
Remove end . from error messages to get them consistent
Fixed a few failing tests
This commit is contained in:
@@ -9,7 +9,7 @@ insert into t1 values (1),(2);
|
||||
insert into t1 values (3),(4);
|
||||
insert into t1 select i+20+0*sleep(1) from t1 where i=1;
|
||||
Warnings:
|
||||
Note 1592 Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it uses a system function that may return a different value on the slave.
|
||||
Note 1592 Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it uses a system function that may return a different value on the slave
|
||||
flush logs;
|
||||
insert into t1 values (5),(6);
|
||||
insert into t1 values (7),(8);
|
||||
|
||||
Reference in New Issue
Block a user