diff options
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index dc420976572..ad08fc194c9 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -1043,9 +1043,6 @@ public: return (length+max_row_length_blob(table,data)); } - my_size_t pack_row(TABLE* table, MY_BITMAP const* cols, byte *row_data, - const byte *data) const; - int binlog_flush_pending_rows_event(bool stmt_end); void binlog_delete_pending_rows_event(); |