diff options
author | kent/mysqldev@mysql.com/production.mysql.com <> | 2007-06-20 14:00:28 +0200 |
---|---|---|
committer | kent/mysqldev@mysql.com/production.mysql.com <> | 2007-06-20 14:00:28 +0200 |
commit | 2418b850465fd73f86c81e2a27e199e17d180e76 (patch) | |
tree | 056b7c1835ab6b0a0b4ae1ccb5da7336ccc32250 /sql/field.cc | |
parent | f369105aa40cf7b11b5e7787d49e78c3aa7297a2 (diff) | |
download | mariadb-git-2418b850465fd73f86c81e2a27e199e17d180e76.tar.gz |
configure.in:
Added --with-system-type=<systype> and --with-machine-type=<machtype>
options, to be able to override the one detected, for --version strings
field.cc, field.h, listener.cc:
C++ compatibility change for IBM VisualAge 6 and i5/OS
Diffstat (limited to 'sql/field.cc')
-rw-r--r-- | sql/field.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/field.cc b/sql/field.cc index c8c6014b92c..87f1a815e24 100644 --- a/sql/field.cc +++ b/sql/field.cc @@ -6267,6 +6267,7 @@ Field *Field_string::new_field(MEM_ROOT *root, struct st_table *new_table, is 2. ****************************************************************************/ +const uint Field_varstring::MAX_SIZE= UINT_MAX16; int Field_varstring::store(const char *from,uint length,CHARSET_INFO *cs) { |