summaryrefslogtreecommitdiff
path: root/sql/item.h
diff options
context:
space:
mode:
authorevgen@moonbone.local <>2006-02-16 21:11:38 +0300
committerevgen@moonbone.local <>2006-02-16 21:11:38 +0300
commit611f25f93202f5c4da35d1521ca4f9f6558394e5 (patch)
tree5a23745a94edc0c11d01e40860543f755f50bca2 /sql/item.h
parenta9cda1edd321228d2e39938bd08c6ac2a75b1bd0 (diff)
parent4d2b0fd02657e9368d18ed110463f3b5a226777a (diff)
downloadmariadb-git-611f25f93202f5c4da35d1521ca4f9f6558394e5.tar.gz
Merge
Diffstat (limited to 'sql/item.h')
-rw-r--r--sql/item.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item.h b/sql/item.h
index af42ce38b9b..8feba903bb2 100644
--- a/sql/item.h
+++ b/sql/item.h
@@ -1161,6 +1161,7 @@ public:
inline uint32 max_disp_length() { return field->max_length(); }
Item_field *filed_for_view_update() { return this; }
Item *safe_charset_converter(CHARSET_INFO *tocs);
+ int fix_outer_field(THD *thd, Field **field, Item **reference);
friend class Item_default_value;
friend class Item_insert_value;
friend class st_select_lex_unit;