mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Temporary commit of 10.0-merge
This commit is contained in:
@ -343,7 +343,7 @@ static bool send_prep_stmt(Prepared_statement *stmt, uint columns)
|
||||
int2store(buff+5, columns);
|
||||
int2store(buff+7, stmt->param_count);
|
||||
buff[9]= 0; // Guard against a 4.1 client
|
||||
tmp= min(stmt->thd->warning_info->statement_warn_count(), 65535);
|
||||
tmp= MY_MIN(stmt->thd->warning_info->statement_warn_count(), 65535);
|
||||
int2store(buff+10, tmp);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user