diff options
author | unknown <evgen@moonbone.local> | 2005-10-13 16:00:26 +0400 |
---|---|---|
committer | unknown <evgen@moonbone.local> | 2005-10-13 16:00:26 +0400 |
commit | 785b7dbccf2c05a5686c589fcf6b94c6843f30a4 (patch) | |
tree | c3ff8f3ce55f07707f6b170abe4461207377dfd6 /sql/sql_lex.h | |
parent | af43bd9dd59f6b2a64d390b95371f0731930fa40 (diff) | |
parent | d68f16e215f433b07b1ecf83f0296fdcaae50e65 (diff) | |
download | mariadb-git-785b7dbccf2c05a5686c589fcf6b94c6843f30a4.tar.gz |
Manual merge of bug fix #7672
sql/sql_lex.h:
Auto merged
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 3c34c7aaaea..1c90d3ed97b 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -482,6 +482,7 @@ public: List<Item> item_list; /* list of fields & expressions */ List<String> interval_list, use_index, *use_index_ptr, ignore_index, *ignore_index_ptr; + bool is_item_list_lookup; /* Usualy it is pointer to ftfunc_list_alloc, but in union used to create fake select_lex for calling mysql_select under results of union |