1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Small tab's cleanup

sql/sql_prepare.cc:
  tab changed with spaces
This commit is contained in:
unknown
2004-08-19 15:38:12 +05:00
parent 84779aef24
commit de40ed916e

View File

@@ -696,7 +696,7 @@ static bool emb_insert_params(Prepared_statement *stmt, String *expanded_query)
else
{
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,
client_param->length ?
*client_param->length :