summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorunknown <lars@mysql.com>2006-05-17 15:57:45 +0200
committerunknown <lars@mysql.com>2006-05-17 15:57:45 +0200
commit39b6d186e8933a1e6e5544194e66138f78e14b11 (patch)
treebc3503cd201f62ba9bb3a91d37ba42195ef4e52a /sql/sql_class.h
parent883b2229a52ab3321322f517fb27c371c5f72f3b (diff)
downloadmariadb-git-39b6d186e8933a1e6e5544194e66138f78e14b11.tar.gz
After merge fixes
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index d9118cc7607..0135763b3b2 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -942,11 +942,12 @@ public:
void binlog_delete_pending_rows_event();
private:
+#ifdef HAVE_ROW_BASED_REPLICATION
uint binlog_table_maps; // Number of table maps currently in the binlog
+#endif /* HAVE_ROW_BASED_REPLICATION */
public:
-#endif /* HAVE_ROW_BASED_REPLICATION */
#endif /* MYSQL_CLIENT */
#ifndef MYSQL_CLIENT