summaryrefslogtreecommitdiff
path: root/sql/item.h
diff options
context:
space:
mode:
authorkaa@polly.(none) <>2007-10-21 21:49:30 +0400
committerkaa@polly.(none) <>2007-10-21 21:49:30 +0400
commitd55d309380f408988a43d28373036909cf987756 (patch)
treed0a17901d9ed2d7e6d02a4df7cec6357779e99ee /sql/item.h
parent9992761343753b074a4b8657726e625bc8c457a6 (diff)
parent349841118f6e209faedc09e59282d6751706a06f (diff)
downloadmariadb-git-d55d309380f408988a43d28373036909cf987756.tar.gz
Merge polly.(none):/home/kaa/src/opt/bug28550/my50-bug28550
into polly.(none):/home/kaa/src/opt/bug28550/my51-bug28550
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 38dd0599a35..c8294eabb6a 100644
--- a/sql/item.h
+++ b/sql/item.h
@@ -2024,6 +2024,7 @@ public:
enum_field_types field_type() const { return MYSQL_TYPE_VARCHAR; }
// to prevent drop fixed flag (no need parent cleanup call)
void cleanup() {}
+ void print(String *str);
bool eq(const Item *item, bool binary_cmp) const;
virtual Item *safe_charset_converter(CHARSET_INFO *tocs);
bool check_partition_func_processor(uchar *int_arg) {return FALSE;}