mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Backout the patch for bug#11758263.
This commit is contained in:
@ -8,7 +8,6 @@
|
||||
# Test supplied by Are Casilla
|
||||
|
||||
source include/master-slave.inc;
|
||||
call mtr.add_suppression('Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT.');
|
||||
--disable_warnings
|
||||
connection master;
|
||||
drop database if exists test1;
|
||||
@ -43,16 +42,12 @@ CREATE PROCEDURE simpleproc3 ()
|
||||
$
|
||||
DELIMITER ;$
|
||||
|
||||
--disable_warnings
|
||||
CALL simpleproc3();
|
||||
--enable_warnings
|
||||
|
||||
select * from t2;
|
||||
|
||||
TRUNCATE TABLE `t1`;
|
||||
--disable_warnings
|
||||
CALL simpleproc3();
|
||||
--enable_warnings
|
||||
|
||||
select * from t1;
|
||||
|
||||
|
Reference in New Issue
Block a user