summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/log_event.cc')
-rw-r--r--sql/log_event.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/log_event.cc b/sql/log_event.cc
index 3a03ff1dcb7..b35ed1884cb 100644
--- a/sql/log_event.cc
+++ b/sql/log_event.cc
@@ -3408,7 +3408,6 @@ int Rows_log_event::get_data_size()
return (int)(6 + no_bytes_in_map(&m_cols) + (end - buf) +
(general_type_code == UPDATE_ROWS_EVENT ? no_bytes_in_map(&m_cols_ai) : 0) +
m_rows_cur - m_rows_buf););
-
int data_size= 0;
Log_event_type type = get_type_code();
bool is_v2_event= LOG_EVENT_IS_ROW_V2(type);