Merge 10.3 into 10.4
This commit is contained in:
commit
9c16460e63
13 changed files with 234 additions and 103 deletions
|
@ -64,7 +64,7 @@
|
|||
CREATE TABLE t1 (c VARBINARY(65534));
|
||||
CREATE TABLE t1 (c VARBINARY(65535));
|
||||
Like VARCHAR(65536), they will be converted to BLOB automatically
|
||||
in non-sctict mode.
|
||||
in non-strict mode.
|
||||
*/
|
||||
#define MAX_FIELD_VARCHARLENGTH (65535-2-1)
|
||||
#define MAX_FIELD_BLOBLENGTH UINT_MAX32 /* cf field_blob::get_length() */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue