~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to sql/unireg.h

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
#define MAX_MBWIDTH             4               /* Max multibyte sequence */
65
65
#define MAX_FIELD_CHARLENGTH    255
66
66
#define MAX_FIELD_VARCHARLENGTH 65535
 
67
#define MAX_FIELD_BLOBLENGTH UINT_MAX32     /* cf field_blob::get_length() */
67
68
#define CONVERT_IF_BIGGER_TO_BLOB 512           /* Used for CREATE ... SELECT */
68
69
 
69
70
/* Max column width +1 */