mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed bug mdev-5410.
The fix for bug #27937 was incomplete: it did not handle correctly the queries containing UNION with global ORDER BY in subselects.
This commit is contained in:
@ -584,7 +584,7 @@ public:
|
||||
void print(String *str, enum_query_type query_type);
|
||||
|
||||
bool add_fake_select_lex(THD *thd);
|
||||
void init_prepare_fake_select_lex(THD *thd);
|
||||
void init_prepare_fake_select_lex(THD *thd, bool first_execution);
|
||||
inline bool is_prepared() { return prepared; }
|
||||
bool change_result(select_result_interceptor *result,
|
||||
select_result_interceptor *old_result);
|
||||
|
Reference in New Issue
Block a user