Commit 9503743
Fix flaky rpl_binlog_trx_meta_data_multi_table
Summary:
`purge binary logs before now()` is flaky because it depends on time.
Replacing that with `purge binary logs to $binlog`.
Squash with D10120351
Reviewed By: yashtc
Differential Revision: D10185280
fbshipit-source-id: c65c6c71 parent b45040a commit 9503743
File tree
2 files changed
+8
-4
lines changed- mysql-test/suite/rpl
- r
- t
2 files changed
+8
-4
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
0 commit comments