diff options
author | sergefp@mysql.com <> | 2005-10-31 09:22:33 +0300 |
---|---|---|
committer | sergefp@mysql.com <> | 2005-10-31 09:22:33 +0300 |
commit | 4ad3313cd7dc27a9d2186d0e2921110cd8efeed8 (patch) | |
tree | 9e7433ce2d18259462cf2a478a34d4cedf66a021 /sql/field.h | |
parent | 09a4d0c7a76c7981c02863ae7500f36c4ed6f621 (diff) | |
download | mariadb-git-4ad3313cd7dc27a9d2186d0e2921110cd8efeed8.tar.gz |
BUG#14139 - Merge to 5.0
Diffstat (limited to 'sql/field.h')
-rw-r--r-- | sql/field.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sql/field.h b/sql/field.h index 319316aad15..ed6bf1c0a9c 100644 --- a/sql/field.h +++ b/sql/field.h @@ -1373,7 +1373,10 @@ public: max number of characters. */ ulong length; - ulong length; + /* + The value of 'length' before a call to create_length_to_internal_length + */ + uint32 chars_length; uint decimals, flags, pack_length, key_length; Field::utype unireg_check; TYPELIB *interval; // Which interval to use |