1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

cleanup: remove table_options and corresponding accessor function

The variable is never used and only takes up SELECT_LEX space.
This commit is contained in:
Vicențiu Ciorbaru
2021-03-07 13:00:21 +02:00
parent 5e72099b83
commit d624464b50
3 changed files with 2 additions and 14 deletions

View File

@@ -1232,7 +1232,6 @@ public:
enum_parsing_place context_analysis_place; /* where we are in prepare */
bool with_sum_func; /* sum function indicator */
ulong table_join_options;
uint in_sum_expr;
uint select_number; /* number of select (used for EXPLAIN) */