1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Adopt SP stuff to the new lex pointer.

This commit is contained in:
pem@mysql.com
2003-05-23 15:32:31 +02:00
parent 384b10e2af
commit 4523a7b179
9 changed files with 121 additions and 68 deletions

View File

@ -353,7 +353,7 @@ bool is_update_query(enum enum_sql_command command);
void free_items(Item *item);
bool alloc_query(THD *thd, char *packet, ulong packet_length);
void mysql_init_select(LEX *lex);
void mysql_init_query(THD *thd);
void mysql_init_query(THD *thd, bool lexonly=0);
bool mysql_new_select(LEX *lex, bool move_down);
void create_select_for_variable(const char *var_name);
void mysql_init_multi_delete(LEX *lex);