1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

skip resolving field in table list if table list is not accessable due to groupping (BUG#4814)

This commit is contained in:
bell@sanja.is.com.ua
2004-08-13 10:01:30 +03:00
parent d372284d09
commit 0ce931947e
11 changed files with 122 additions and 56 deletions

View File

@ -293,6 +293,13 @@ void debug_sync_point(const char* lock_name, uint lock_timeout);
*/
#define MAX_DATE_REP_LENGTH 30
enum enum_parsing_place
{
NO_MATTER,
IN_HAVING,
SELECT_LIST
};
struct st_table;
class THD;
class Statement;