item_buff.cc:

Removed an extra space char.


sql/item_buff.cc:
  Removed an extra space char.
This commit is contained in:
unknown 2005-06-07 04:21:19 -07:00
parent 571cf5db20
commit 8b15aba810

View file

@ -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)