mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -767,7 +767,6 @@ public:
|
||||
}
|
||||
|
||||
inline st_select_lex_node* get_master() { return master; }
|
||||
inline st_select_lex_node* get_slave() { return slave; }
|
||||
void include_down(st_select_lex_node *upper);
|
||||
void add_slave(st_select_lex_node *slave_arg);
|
||||
void include_neighbour(st_select_lex_node *before);
|
||||
@ -1737,15 +1736,6 @@ public:
|
||||
Sroutine_hash_entry **sroutines_list_own_last;
|
||||
uint sroutines_list_own_elements;
|
||||
|
||||
/**
|
||||
Number of tables which were open by open_tables() and to be locked
|
||||
by lock_tables().
|
||||
Note that we set this member only in some cases, when this value
|
||||
needs to be passed from open_tables() to lock_tables() which are
|
||||
separated by some amount of code.
|
||||
*/
|
||||
uint table_count;
|
||||
|
||||
/*
|
||||
These constructor and destructor serve for creation/destruction
|
||||
of Query_tables_list instances which are used as backup storage.
|
||||
@ -3378,7 +3368,7 @@ public:
|
||||
stores total number of tables. For LEX representing multi-delete
|
||||
holds number of tables from which we will delete records.
|
||||
*/
|
||||
uint table_count;
|
||||
uint table_count_update;
|
||||
uint8 describe;
|
||||
bool analyze_stmt; /* TRUE<=> this is "ANALYZE $stmt" */
|
||||
bool explain_json;
|
||||
|
Reference in New Issue
Block a user