mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 16:25:30 +02:00
MDEV-9947: COM_MULTI united response
This commit is contained in:
parent
e7ff281d2e
commit
50a17de1ce
10 changed files with 57 additions and 23 deletions
|
|
@ -88,7 +88,8 @@ bool is_log_table_write_query(enum enum_sql_command command);
|
|||
bool alloc_query(THD *thd, const char *packet, uint packet_length);
|
||||
void mysql_init_select(LEX *lex);
|
||||
void mysql_parse(THD *thd, char *rawbuf, uint length,
|
||||
Parser_state *parser_state, bool is_com_multi);
|
||||
Parser_state *parser_state, bool is_com_multi,
|
||||
bool is_next_command);
|
||||
bool mysql_new_select(LEX *lex, bool move_down);
|
||||
void create_select_for_variable(const char *var_name);
|
||||
void create_table_set_open_action_and_adjust_tables(LEX *lex);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue