1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-17339 JSON_TABLE.

add_table_to_list - remove the table_function argument.
This commit is contained in:
Alexey Botchkov
2021-04-12 13:24:02 +04:00
parent 90629aa83c
commit 1b81e23737
9 changed files with 20 additions and 23 deletions

View File

@ -131,7 +131,7 @@ bool check_stack_overrun(THD *thd, long margin, uchar *dummy);
/* Variables */
extern const char* any_db;
extern const LEX_CSTRING any_db;
extern uint sql_command_flags[];
extern uint server_command_flags[];
extern const LEX_CSTRING command_name[];