mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fixed subquery with PS (BUG#2462)
fixed UNION preparation
This commit is contained in:
@ -354,6 +354,7 @@ public:
|
||||
int prepare(THD *thd, select_result *result, ulong additional_options);
|
||||
int exec();
|
||||
int cleanup();
|
||||
void reinit_exec_mechanism();
|
||||
|
||||
void print(String *str);
|
||||
|
||||
|
Reference in New Issue
Block a user