diff options
author | igor@rurik.mysql.com <> | 2005-06-07 06:38:05 -0700 |
---|---|---|
committer | igor@rurik.mysql.com <> | 2005-06-07 06:38:05 -0700 |
commit | c963b12fd3300d3065a5fa549251cbc12bfaab41 (patch) | |
tree | 874410a623b21d2d3f837cc2e0e3c566f7a425be /sql/item_buff.cc | |
parent | 0ca5b678ff5fcc570956dd22e0f30fe85452aa7b (diff) | |
parent | d3f3cc617ddee9b6d7fea39f848d33dd5a29307a (diff) | |
download | mariadb-git-c963b12fd3300d3065a5fa549251cbc12bfaab41.tar.gz |
Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-0
into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
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 9e0fc096304..688e4cca846 100644 --- a/sql/item_buff.cc +++ b/sql/item_buff.cc @@ -52,7 +52,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) |