summaryrefslogtreecommitdiff
path: root/sql/field.h
diff options
context:
space:
mode:
authorunknown <kent/mysqldev@mysql.com/production.mysql.com>2007-06-20 14:00:28 +0200
committerunknown <kent/mysqldev@mysql.com/production.mysql.com>2007-06-20 14:00:28 +0200
commitaeddf24a2f100aaef22ec807fce3f11edb9be70b (patch)
tree056b7c1835ab6b0a0b4ae1ccb5da7336ccc32250 /sql/field.h
parentfe99cf3ac053acec8a82e939367d7c082d5b90f9 (diff)
downloadmariadb-git-aeddf24a2f100aaef22ec807fce3f11edb9be70b.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 configure.in: Added --with-system-type=<systype> and --with-machine-type=<machtype> options, to be able to override the one detected, for --version strings server-tools/instance-manager/listener.cc: C++ compatibility change for IBM VisualAge 6 and i5/OS sql/field.cc: C++ compatibility change for IBM VisualAge 6 and i5/OS sql/field.h: C++ compatibility change for IBM VisualAge 6 and i5/OS
Diffstat (limited to 'sql/field.h')
-rw-r--r--sql/field.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/field.h b/sql/field.h
index fb6534b7b55..fbf402ab5c3 100644
--- a/sql/field.h
+++ b/sql/field.h
@@ -1116,7 +1116,7 @@ public:
The maximum space available in a Field_varstring, in bytes. See
length_bytes.
*/
- static const uint MAX_SIZE= UINT_MAX16;
+ static const uint MAX_SIZE;
/* Store number of bytes used to store length (1 or 2) */
uint32 length_bytes;
Field_varstring(char *ptr_arg,