Small tab's cleanup
This commit is contained in:
parent
0ce4b28b5e
commit
69ee037e29
@ -696,7 +696,7 @@ static bool emb_insert_params(Prepared_statement *stmt, String *expanded_query)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
uchar *buff= (uchar*) client_param->buffer;
|
uchar *buff= (uchar*) client_param->buffer;
|
||||||
param->unsigned_flag= client_param->is_unsigned;
|
param->unsigned_flag= client_param->is_unsigned;
|
||||||
param->set_param_func(param, &buff,
|
param->set_param_func(param, &buff,
|
||||||
client_param->length ?
|
client_param->length ?
|
||||||
*client_param->length :
|
*client_param->length :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user