summaryrefslogtreecommitdiff
path: root/sql/log.cc
diff options
context:
space:
mode:
authorMats Kindahl <mats@sun.com>2010-03-17 19:15:41 +0100
committerMats Kindahl <mats@sun.com>2010-03-17 19:15:41 +0100
commit96d4a0384629e5cddc93ee215e7af484e4b95bde (patch)
treea3ede97cb903df372ac9f7a5733905d7d9b19301 /sql/log.cc
parentae49d9710b791d1eaf7f552a44067c5108bd8c85 (diff)
parent2c5f439d651f00f2f13d1f8e94f3701dadf9c7d3 (diff)
downloadmariadb-git-96d4a0384629e5cddc93ee215e7af484e4b95bde.tar.gz
Merging with mysql-5.1-bugteam
Diffstat (limited to 'sql/log.cc')
-rw-r--r--sql/log.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/sql/log.cc b/sql/log.cc
index b75650cfec7..6dfb8128ce9 100644
--- a/sql/log.cc
+++ b/sql/log.cc
@@ -4062,11 +4062,8 @@ int THD::binlog_write_table_map(TABLE *table, bool is_trans)
DBUG_ASSERT(current_stmt_binlog_row_based && mysql_bin_log.is_open());
DBUG_ASSERT(table->s->table_map_id != ULONG_MAX);
- Table_map_log_event::flag_set const
- flags= Table_map_log_event::TM_NO_FLAGS;
-
Table_map_log_event
- the_event(this, table, table->s->table_map_id, is_trans, flags);
+ the_event(this, table, table->s->table_map_id, is_trans);
if (is_trans && binlog_table_maps == 0)
binlog_start_trans_and_stmt();