Commit 69ee037e authored by hf@deer.(none)'s avatar hf@deer.(none)

Small tab's cleanup

parent 0ce4b28b
...@@ -696,7 +696,7 @@ static bool emb_insert_params(Prepared_statement *stmt, String *expanded_query) ...@@ -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 :
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment