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

@ -320,7 +320,7 @@ public:
int exec();
int cleanup();
friend void mysql_init_query(THD *thd);
friend void mysql_init_query(THD *thd, bool lexonly);
friend int subselect_union_engine::exec();
private:
bool create_total_list_n_last_return(THD *thd, st_lex *lex,
@ -408,7 +408,7 @@ public:
order_list.next= (byte**) &order_list.first;
}
friend void mysql_init_query(THD *thd);
friend void mysql_init_query(THD *thd, bool lexonly);
st_select_lex(struct st_lex *lex);
st_select_lex() {}
void make_empty_select(st_select_lex *last_select)