Commit 8b15aba8 authored by unknown's avatar unknown

item_buff.cc:

  Removed an extra space char.


sql/item_buff.cc:
  Removed an extra space char.
parent 571cf5db
......@@ -43,7 +43,7 @@ Item_buff::~Item_buff() {}
*/
Item_str_buff::Item_str_buff(THD *thd, Item *arg)
:item(arg), value(min(arg->max_length, thd->variables. max_sort_length))
:item(arg), value(min(arg->max_length, thd->variables.max_sort_length))
{}
bool Item_str_buff::cmp(void)
......
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