diff options
author | Nikita Malyavin <nikitamalyavin@gmail.com> | 2020-09-30 22:16:16 +1000 |
---|---|---|
committer | Nikita Malyavin <nikitamalyavin@gmail.com> | 2020-09-30 22:42:31 +1000 |
commit | 2fa8dab5af4a497c6a07ca24c8f145f760db1c7c (patch) | |
tree | 344700a5c907ea60a3eabbfca3a8e9b7c101942b /sql/ha_sequence.cc | |
parent | 86066994652a3fae0285f868c11ad648cb91f668 (diff) | |
download | mariadb-git-nm/alter-online-dirty.tar.gz |
fixup suka worknm/alter-online-dirty
Diffstat (limited to 'sql/ha_sequence.cc')
-rw-r--r-- | sql/ha_sequence.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/ha_sequence.cc b/sql/ha_sequence.cc index 596f8584041..157459cf623 100644 --- a/sql/ha_sequence.cc +++ b/sql/ha_sequence.cc @@ -272,8 +272,7 @@ int ha_sequence::write_row(const uchar *buf) sequence->copy(&tmp_seq); rows_changed++; /* We have to do the logging while we hold the sequence mutex */ - if (row_logging) - error= binlog_log_row(table, 0, buf, log_func); + error= binlog_log_row(0, buf, log_func); } /* Row is already logged, don't log it again in ha_write_row() */ |