diff options
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/handler.h b/sql/handler.h index 81522f714b8..856b8b08d57 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -4698,8 +4698,7 @@ public: bool check_table_binlog_row_based(); bool prepare_for_row_logging(); int prepare_for_insert(bool do_create); - int binlog_log_row(TABLE *table, - const uchar *before_record, + int binlog_log_row(const uchar *before_record, const uchar *after_record, Log_func *log_func); |