diff options
author | Igor Babaev <igor@askmonty.org> | 2016-01-27 13:18:02 -0800 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2016-01-27 13:18:02 -0800 |
commit | 5e3a1b21254411aebe5776383c610eaf29c448c5 (patch) | |
tree | 9bbea33e3c8e334f2951267bb978c4b33fa63c46 /sql/sql_lex.h | |
parent | 193981aea956adf3539d7167a217f537bc892407 (diff) | |
download | mariadb-git-bb-10.1-mdev8646.tar.gz |
Cleanup.bb-10.1-mdev8646
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index b83cb2e658f..9d14aca855b 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -792,8 +792,6 @@ public: /// Array of pointers to top elements of all_fields list Ref_ptr_array ref_pointer_array; - size_t ref_pointer_array_size; // Number of elements in array. - /* number of items in select_list and HAVING clause used to get number bigger then can be number of entries that will be added to all item |