Skip to content

Commit 84b2b78

Browse files
author
Neha Kumari
committed
WL#11006: Remove expire-logs-days
Post-push fix: Re-recorded the failing test binlog_expire_logs_seconds.test Reviewed-by: Pedro Gomes <[email protected]> Change-Id: Ib551e83b063f5489d85635623ef92cd3e2650338
1 parent 41dbe6d commit 84b2b78

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

mysql-test/suite/binlog/r/binlog_expire_logs_seconds.result

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,7 @@ RESET BINARY LOGS AND GTIDS;
6666
##### Cleanup #####
6767
SET @@GLOBAL.MAX_BINLOG_SIZE= 1073741824;;
6868
DROP TABLE t1;
69-
<<<<<<< HEAD
7069
RESET BINARY LOGS AND GTIDS;
71-
####
72-
#### 2.3: binlog_expire_logs_seconds == 0 and expire_logs_days > 0
73-
####
74-
SET GLOBAL binlog_expire_logs_seconds= 0;
75-
SET GLOBAL expire_logs_days= 1;
76-
Warnings:
77-
Warning 1287 '@@expire_logs_days' is deprecated and will be removed in a future release. Please use binlog_expire_logs_seconds instead.
78-
=======
79-
RESET MASTER;
80-
>>>>>>> db6b0d683a3... WL#11006: Remove expire-logs-days
8170
CREATE TABLE t1(s LONGBLOB );
8271
Case:0
8372
FLUSH LOGS;

0 commit comments

Comments
 (0)