mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
addition to fixes about #4700, 4701
This commit is contained in:
@ -737,6 +737,7 @@ static bool emb_insert_params_withlog(Prepared_statement *stmt, String *query)
|
||||
else
|
||||
{
|
||||
uchar *buff= (uchar*)client_param->buffer;
|
||||
param->unsigned_flag= client_param->is_unsigned;
|
||||
param->set_param_func(param, &buff,
|
||||
client_param->length ?
|
||||
*client_param->length :
|
||||
|
Reference in New Issue
Block a user