mirror of
https://github.com/MariaDB/server.git
synced 2026-05-13 18:40:48 +02:00
Merge branch '10.1' into 10.2
Revert commit db0917f68f, because the fix for MDEV-12696
is coming from 5.5 and 10.1 in this merge.
This commit is contained in:
commit
c91ecf9e9b
84 changed files with 1292 additions and 376 deletions
|
|
@ -69,6 +69,7 @@
|
|||
#define RAND_TABLE_BIT (((table_map) 1) << (sizeof(table_map)*8-1))
|
||||
#define PSEUDO_TABLE_BITS (PARAM_TABLE_BIT | OUTER_REF_TABLE_BIT | \
|
||||
RAND_TABLE_BIT)
|
||||
#define CONNECT_STRING_MAXLEN 65535 /* stored in 2 bytes in .frm */
|
||||
#define MAX_FIELDS 4096 /* Limit in the .frm file */
|
||||
#define MAX_PARTITIONS 8192
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue