diff options
author | evgen@moonbone.local <> | 2007-03-11 00:26:45 +0300 |
---|---|---|
committer | evgen@moonbone.local <> | 2007-03-11 00:26:45 +0300 |
commit | 11d37efa5e117c5f64870a00ec56b438b7e4dca9 (patch) | |
tree | 5688018d1c55ec2c3e437747634fd4fe63bd4f4e /sql/item.h | |
parent | eca8b1a62d6adcf626e1620e6a988b1077f49ca7 (diff) | |
parent | f3e56b5adb2208f5db63c8821b9bf44f7568b4af (diff) | |
download | mariadb-git-11d37efa5e117c5f64870a00ec56b438b7e4dca9.tar.gz |
Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
into moonbone.local:/mnt/gentoo64/work/bk-trees/mysql-5.1-opt
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item.h b/sql/item.h index fbcfb8d3b6e..dfe8842dfbb 100644 --- a/sql/item.h +++ b/sql/item.h @@ -1398,6 +1398,7 @@ public: Item *safe_charset_converter(CHARSET_INFO *tocs); int fix_outer_field(THD *thd, Field **field, Item **reference); virtual Item *update_value_transformer(byte *select_arg); + void print(String *str); friend class Item_default_value; friend class Item_insert_value; friend class st_select_lex_unit; |