mirror of
https://github.com/MariaDB/server.git
synced 2025-04-03 05:45:33 +02:00
item_buff.cc:
Removed an extra space char. sql/item_buff.cc: Removed an extra space char.
This commit is contained in:
parent
571cf5db20
commit
8b15aba810
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue