diff options
author | Alfranio Correia <alfranio.correia@sun.com> | 2009-12-17 00:09:52 +0000 |
---|---|---|
committer | Alfranio Correia <alfranio.correia@sun.com> | 2009-12-17 00:09:52 +0000 |
commit | 013cc668df5e553cc93527ae002ef1be3b6cdf10 (patch) | |
tree | e7d2073fc03c4d483a2006572c2db6a9fdee7ec1 /sql/field.h | |
parent | 42cfe5b43c7165ebecb07f3e575b8fd94826c398 (diff) | |
parent | d6e7402d426b8c07b577582007a98074d42a28d4 (diff) | |
download | mariadb-git-013cc668df5e553cc93527ae002ef1be3b6cdf10.tar.gz |
merging from 5.1 to rep+2 starting at gca(5.1, next-mr) == build@mysql.com-20091208092611-pbno5awyb0v38hs7
Fixed conflicts in:
- binlog.binlog_unsafe
- rpl.rpl_slow_query_log
Diffstat (limited to 'sql/field.h')
-rw-r--r-- | sql/field.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/field.h b/sql/field.h index 0ad8f653506..041610f5385 100644 --- a/sql/field.h +++ b/sql/field.h @@ -808,6 +808,7 @@ public: uint is_equal(Create_field *new_field); virtual const uchar *unpack(uchar* to, const uchar *from, uint param_data, bool low_byte_first); + static Field *create_from_item (Item *); }; |