mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.1 to 10.2
Most conflicts are related to the MDEV-11638 InnoDB shutdown refactoring.
This commit is contained in:
@ -419,8 +419,7 @@ unpack_row(rpl_group_info *rgi,
|
||||
/*
|
||||
Add Extra slave persistent columns
|
||||
*/
|
||||
int error= 0;
|
||||
if ((error= fill_extra_persistent_columns(table, cols->n_bits)))
|
||||
if (int error= fill_extra_persistent_columns(table, cols->n_bits))
|
||||
DBUG_RETURN(error);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user