mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
skip resolving field in table list if table list is not accessable due to groupping (BUG#4814)
This commit is contained in:
@ -220,12 +220,6 @@ protected:
|
||||
*master, *slave, /* vertical links */
|
||||
*link_next, **link_prev; /* list of whole SELECT_LEX */
|
||||
public:
|
||||
enum enum_parsing_place
|
||||
{
|
||||
NO_MATTER,
|
||||
IN_HAVING,
|
||||
SELECT_LIST
|
||||
};
|
||||
|
||||
ulong options;
|
||||
/*
|
||||
|
Reference in New Issue
Block a user