mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Push a lot of small fixes to get larger parts to compile
This commit is contained in:
@ -885,7 +885,7 @@ write_eof_packet(THD *thd, uint server_status, uint statement_warn_count)
|
||||
is cleared between substatements, and mysqltest gets confused
|
||||
*/
|
||||
thd->cur_data->embedded_info->warning_count=
|
||||
(thd->spcont ? 0 : min(statement_warn_count, 65535));
|
||||
(thd->spcont ? 0 : MY_MIN(statement_warn_count, 65535));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user