mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.3' into 10.4
This commit is contained in:
@ -261,6 +261,8 @@ public:
|
||||
|
||||
bool is_referenced() { return referenced; }
|
||||
|
||||
bool is_hanging_recursive() { return is_recursive && !rec_outer_references; }
|
||||
|
||||
void inc_references() { references++; }
|
||||
|
||||
bool rename_columns_of_derived_unit(THD *thd, st_select_lex_unit *unit);
|
||||
|
Reference in New Issue
Block a user