mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Temporary commit of 10.0-merge
This commit is contained in:
@ -779,7 +779,7 @@ table_def::compatible_with(THD *thd, Relay_log_info *rli,
|
||||
/*
|
||||
We only check the initial columns for the tables.
|
||||
*/
|
||||
uint const cols_to_check= min(table->s->fields, size());
|
||||
uint const cols_to_check= MY_MIN(table->s->fields, size());
|
||||
TABLE *tmp_table= NULL;
|
||||
|
||||
for (uint col= 0 ; col < cols_to_check ; ++col)
|
||||
|
Reference in New Issue
Block a user