diff options
author | unknown <bell@sanja.is.com.ua> | 2003-07-05 03:03:31 +0300 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2003-07-05 03:03:31 +0300 |
commit | 51bd451296a337c0252c9bd6f36c50b6948b0fde (patch) | |
tree | 203e283c53d8c9a1e1adedca89bac532a03e81d2 /bdb/db_printlog | |
parent | f89848bb31425c56f7268d6fa019d7b751b727ee (diff) | |
download | mariadb-git-51bd451296a337c0252c9bd6f36c50b6948b0fde.tar.gz |
reduced using of slow current_thd/current_lex macro
initialization of item_thd moved to constructor (in any case we need thd in constructor)
initialization of group_concat_max_len to constructor to avoid incorrect length reporting (BUG#757)
removed Item_func_group_concat::fix_length_and_dec() because item have its own fix_fields and will not have inherited items
mysql-test/r/func_gconcat.result:
test for BUG#757
mysql-test/t/func_gconcat.test:
test for BUG#757
sql/item_sum.cc:
reduced using of slow current_thd/current_lex macro
initialization of item_thd moved to constructor (in any case we need thd in constructor)
initialization of group_concat_max_len to constructor to avoid incorrect length reporting (BUG#757)
sql/item_sum.h:
removed Item_func_group_concat::fix_length_and_dec() because item have its own fix_fields and will not have inherited items
Diffstat (limited to 'bdb/db_printlog')
0 files changed, 0 insertions, 0 deletions