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 | c621f477353cde297753a34213f2a523f5de94ad (patch) | |
tree | c3ff8f3ce55f07707f6b170abe4461207377dfd6 /sql/sql_lex.h | |
parent | 1c4eab2de02a09d2618184f546d1b26c7d000636 (diff) | |
parent | f0a8cdff88d8eb8392ecf52bf5bf6fb429a46e2c (diff) | |
download | mariadb-git-c621f477353cde297753a34213f2a523f5de94ad.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 |