mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
temporary preventing subselect in HAVING clause
This commit is contained in:
@ -428,6 +428,8 @@ public:
|
||||
bool query_error, bootstrap, cleanup_done;
|
||||
bool safe_to_cache_query;
|
||||
bool volatile killed;
|
||||
// TRUE when having fix field called
|
||||
bool having_fix_field;
|
||||
/*
|
||||
If we do a purge of binary logs, log index info of the threads
|
||||
that are currently reading it needs to be adjusted. To do that
|
||||
|
Reference in New Issue
Block a user