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:
@@ -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) */
|
||||
|
||||
|
Reference in New Issue
Block a user