summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2000-11-02 17:43:19 +0100
committerunknown <serg@serg.mysql.com>2000-11-02 17:43:19 +0100
commit30cab562293df1c98d23266bd5863773f191309f (patch)
tree0290eccdd77d414ecf253ac13302421094218c04 /sql/item_func.h
parenta6ee3f0718174b54165b1956de1a90ee9e2aa7c9 (diff)
parente735267f69bd02a9f7246d72d07100e6179bc33e (diff)
downloadmariadb-git-30cab562293df1c98d23266bd5863773f191309f.tar.gz
Merge
Diffstat (limited to 'sql/item_func.h')
-rw-r--r--sql/item_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_func.h b/sql/item_func.h
index 7b6d9acdcdc..9b696f75aa1 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -838,7 +838,7 @@ public:
List<Item> fields;
TABLE *table;
uint key;
- bool first_call, join_key;
+ bool join_key;
Item_func_match *master;
FT_DOCLIST *ft_handler;