mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
cleanup, remove dead code
This commit is contained in:
@@ -217,9 +217,9 @@ static int fill_extra_persistent_columns(TABLE *table, int master_cols)
|
||||
Found error when trying to unpack fields.
|
||||
*/
|
||||
int unpack_row(rpl_group_info *rgi, TABLE *table, uint const colcnt,
|
||||
uchar const *const row_data, MY_BITMAP const *cols,
|
||||
uchar const **const current_row_end, ulong *const master_reclength,
|
||||
uchar const *const row_end)
|
||||
uchar const *const row_data, MY_BITMAP const *cols,
|
||||
uchar const **const current_row_end,
|
||||
ulong *const master_reclength, uchar const *const row_end)
|
||||
{
|
||||
int error;
|
||||
DBUG_ENTER("unpack_row");
|
||||
|
Reference in New Issue
Block a user