1
0
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:
bell@sanja.is.com.ua
2002-06-07 21:26:43 +03:00
parent b9ad4b015e
commit bd7e31bc53
4 changed files with 16 additions and 3 deletions

View File

@ -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