diff options
author | unknown <bar@bar.mysql.r18.ru> | 2002-12-17 14:35:19 +0400 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2002-12-17 14:35:19 +0400 |
commit | d888e97e56f89abee91e90b8cfc946320566dd66 (patch) | |
tree | ae1e805f4023f9ae60da86695a87390ddae5c352 /sql/field.h | |
parent | c22b49078905d84ba8ff2f10c19881b4bb7639e5 (diff) | |
download | mariadb-git-d888e97e56f89abee91e90b8cfc946320566dd66.tar.gz |
Some fixes to get closer to UCS2 compatible SHOW FIELDS
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 826b0a36fcf..ecb5fab121b 100644 --- a/sql/field.h +++ b/sql/field.h @@ -262,6 +262,7 @@ public: unireg_check_arg, field_name_arg, table_arg) { field_charset=charset; } Item_result result_type () const { return STRING_RESULT; } + void add_binary_or_charset(String &res) const; uint decimals() const { return NOT_FIXED_DEC; } void make_field(Send_field *); uint size_of() const { return sizeof(*this); } |