mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
after merge & valgrind test fixes (BUG#2120)
This commit is contained in:
@ -305,7 +305,8 @@ protected:
|
||||
ulong found_rows_for_union;
|
||||
bool prepared, // prepare phase already performed for UNION (unit)
|
||||
optimized, // optimize phase already performed for UNION (unit)
|
||||
executed; // already executed
|
||||
executed, // already executed
|
||||
cleaned;
|
||||
|
||||
public:
|
||||
// list of fields which points to temporary table for union
|
||||
|
Reference in New Issue
Block a user