1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

fixed problem with UNION flags

sql/sql_lex.h:
  removed unused flag
sql/sql_union.cc:
  correct flag used
This commit is contained in:
unknown
2003-11-04 12:51:01 +02:00
parent fab5bf3529
commit 92c280552f
2 changed files with 3 additions and 2 deletions

View File

@@ -296,7 +296,7 @@ protected:
select_result *result;
int res;
ulong describe, found_rows_for_union;
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