summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorunknown <evgen@moonbone.local>2005-10-13 16:00:26 +0400
committerunknown <evgen@moonbone.local>2005-10-13 16:00:26 +0400
commitc621f477353cde297753a34213f2a523f5de94ad (patch)
treec3ff8f3ce55f07707f6b170abe4461207377dfd6 /sql/sql_lex.h
parent1c4eab2de02a09d2618184f546d1b26c7d000636 (diff)
parentf0a8cdff88d8eb8392ecf52bf5bf6fb429a46e2c (diff)
downloadmariadb-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.h1
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