mirror of
https://github.com/MariaDB/server.git
synced 2025-07-18 23:03:28 +03:00
Merge branch bb-10.2-release into bb-10.3-release
This commit is contained in:
@ -4340,8 +4340,8 @@ extern void lex_init(void);
|
||||
extern void lex_free(void);
|
||||
extern void lex_start(THD *thd);
|
||||
extern void lex_end(LEX *lex);
|
||||
extern void lex_end_stage1(LEX *lex);
|
||||
extern void lex_end_stage2(LEX *lex);
|
||||
extern void lex_end_nops(LEX *lex);
|
||||
extern void lex_unlock_plugins(LEX *lex);
|
||||
void end_lex_with_single_table(THD *thd, TABLE *table, LEX *old_lex);
|
||||
int init_lex_with_single_table(THD *thd, TABLE *table, LEX *lex);
|
||||
extern int MYSQLlex(union YYSTYPE *yylval, THD *thd);
|
||||
|
Reference in New Issue
Block a user