1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Bug#19066 (DELETE FROM replication inconsistency for NDB):

Post-merge fixes.


sql/sql_class.h:
  Post-merge fixes
sql/sql_delete.cc:
  Conditional inclusion of row-based code.
This commit is contained in:
unknown
2006-06-13 22:10:00 +02:00
parent a8c24bf75e
commit 5eb8871e74
2 changed files with 2 additions and 1 deletions

View File

@@ -941,7 +941,6 @@ public:
int binlog_flush_pending_rows_event(bool stmt_end);
void binlog_delete_pending_rows_event();
#ifdef HAVE_ROW_BASED_REPLICATION
private:
uint binlog_table_maps; // Number of table maps currently in the binlog
public: