mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 02:35:29 +02:00
MDEV-7671: Cache VIEW definitions in the TDC
(changes of backported patch are very small: strlen removed, error processing fixed, view open statistics added)
This commit is contained in:
parent
3aa1a600bb
commit
80f03abcca
17 changed files with 141 additions and 213 deletions
|
|
@ -542,8 +542,8 @@ public:
|
|||
|
||||
friend class st_select_lex_unit;
|
||||
friend bool mysql_new_select(LEX *lex, bool move_down);
|
||||
friend bool mysql_make_view(THD *thd, File_parser *parser,
|
||||
TABLE_LIST *table, uint flags);
|
||||
friend bool mysql_make_view(THD *thd, TABLE_SHARE *share, TABLE_LIST *table,
|
||||
bool open_view_no_parse);
|
||||
friend bool mysql_derived_prepare(THD *thd, LEX *lex,
|
||||
TABLE_LIST *orig_table_list);
|
||||
friend bool mysql_derived_merge(THD *thd, LEX *lex,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue