diff options
author | unknown <sanja@askmonty.org> | 2013-01-09 22:32:21 +0200 |
---|---|---|
committer | unknown <sanja@askmonty.org> | 2013-01-09 22:32:21 +0200 |
commit | d27d9d76a8c13f339b6789c02d3e6eb71bdbf497 (patch) | |
tree | 6afc91dfa4f15efc4a9ad8abc3e84513a59c48d5 /sql/item_strfunc.cc | |
parent | 92d72ea59d73163fd31b572a7a7c28625f1737ca (diff) | |
download | mariadb-git-d27d9d76a8c13f339b6789c02d3e6eb71bdbf497.tar.gz |
fixed feature counter.
Diffstat (limited to 'sql/item_strfunc.cc')
-rw-r--r-- | sql/item_strfunc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_strfunc.cc b/sql/item_strfunc.cc index 8ea19078524..53a7b9a1fca 100644 --- a/sql/item_strfunc.cc +++ b/sql/item_strfunc.cc @@ -3805,7 +3805,7 @@ bool Item_func_dyncol_create::fix_fields(THD *thd, Item **ref) sizeof(uint)) * (arg_count / 2)); keys_str= (LEX_STRING *) keys_num; - //status_var_increment(thd->status_var.feature_dynamic_columns); + status_var_increment(thd->status_var.feature_dynamic_columns); } return res || vals == 0 || keys_num == 0; } |