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:
@ -13,14 +13,14 @@
|
||||
# timezone used in CONVERT_TZ is not binlogged. To debug (by Guilhem
|
||||
# and possibly Konstantin).
|
||||
|
||||
source include/master-slave.inc;
|
||||
|
||||
--disable_query_log
|
||||
CALL mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT");
|
||||
--enable_query_log
|
||||
|
||||
--disable_ps_protocol
|
||||
|
||||
source include/master-slave.inc;
|
||||
|
||||
# Save original timezone
|
||||
set @my_time_zone= @@global.time_zone;
|
||||
|
||||
@ -90,7 +90,6 @@ insert into t1 values ('20040101000000',NULL), ('20040611093902',NULL);
|
||||
# from originally inserted)
|
||||
#
|
||||
set time_zone='MET';
|
||||
--disable_warnings ONCE
|
||||
insert into t2 (select * from t1);
|
||||
SELECT * FROM t1 ORDER BY n;
|
||||
sync_slave_with_master;
|
||||
|
Reference in New Issue
Block a user