diff options
author | unknown <igor@rurik.mysql.com> | 2005-06-07 04:21:19 -0700 |
---|---|---|
committer | unknown <igor@rurik.mysql.com> | 2005-06-07 04:21:19 -0700 |
commit | 8b15aba810c39e1ea5ca318c8f6ca9dd1d92df3b (patch) | |
tree | 8b4e573019e84ebce330d30ad7ca1f3124cb3839 /sql/item_buff.cc | |
parent | 571cf5db20cd9c939cc01e76c5eaf7749c0e9042 (diff) | |
download | mariadb-git-8b15aba810c39e1ea5ca318c8f6ca9dd1d92df3b.tar.gz |
item_buff.cc:
Removed an extra space char.
sql/item_buff.cc:
Removed an extra space char.
Diffstat (limited to 'sql/item_buff.cc')
-rw-r--r-- | sql/item_buff.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_buff.cc b/sql/item_buff.cc index 2324205eb65..f5e77862e1d 100644 --- a/sql/item_buff.cc +++ b/sql/item_buff.cc @@ -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) |