mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Temporary commit of 10.0-merge
This commit is contained in:
parent
35bc8f9f43
commit
068c61978e
649 changed files with 90817 additions and 25330 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue