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

postreview fixes

This commit is contained in:
bell@sanja.is.com.ua
2004-05-07 00:32:44 +03:00
parent a31452c512
commit c5d8497ee0
2 changed files with 6 additions and 2 deletions

View File

@ -332,7 +332,10 @@ public:
Item_subselect *item;
/* thread handler */
THD *thd;
/* fake SELECT_LEX for union processing */
/*
SELECT_LEX for hidden SELECT in onion which process global
ORDER BY and LIMIT
*/
st_select_lex *fake_select_lex;
st_select_lex *union_distinct; /* pointer to the last UNION DISTINCT */