Commit 43b51a98 authored by unknown's avatar unknown

item_buff.cc:

  Removed an extra space char.


sql/item_buff.cc:
  Removed an extra space char.
parent 1c0b3b65
...@@ -43,7 +43,7 @@ Item_buff::~Item_buff() {} ...@@ -43,7 +43,7 @@ Item_buff::~Item_buff() {}
*/ */
Item_str_buff::Item_str_buff(THD *thd, Item *arg) 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) 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