Fixed bad assertion
This commit is contained in:
parent
6fb56f1496
commit
6c9d18cacf
1 changed files with 1 additions and 0 deletions
1
binlog.c
1
binlog.c
|
@ -156,6 +156,7 @@ static int fetch_comb_binlog_set_qts (void *extra) {
|
|||
|
||||
static int fetch_comb_binlog_set_date (void *extra) {
|
||||
int new_date = fetch_int ();
|
||||
if (new_date < tgl_state.date) { return; }
|
||||
assert (new_date >= tgl_state.date);
|
||||
tgl_state.date = new_date;
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue