mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge 10.1 to 10.2.
Most notably, this includes MDEV-11623, which includes a fix and an upgrade procedure for the InnoDB file format incompatibility that is present in MariaDB Server 10.1.0 through 10.1.20. In other words, this merge should address MDEV-11202 InnoDB 10.1 -> 10.2 migration does not work
This commit is contained in:
@ -461,6 +461,10 @@ The following options may be given as the first argument:
|
||||
--max-seeks-for-key=#
|
||||
Limit assumed max number of seeks when looking up rows
|
||||
based on a key
|
||||
--max-session-mem-used=#
|
||||
Amount of memory a single user session is allowed to
|
||||
allocate. This limits the value of the session variable
|
||||
MEM_USED
|
||||
--max-sort-length=# The number of bytes to use when sorting BLOB or TEXT
|
||||
values (only the first max_sort_length bytes of each
|
||||
value are used; the rest are ignored)
|
||||
@ -1311,6 +1315,7 @@ max-prepared-stmt-count 16382
|
||||
max-recursive-iterations 18446744073709551615
|
||||
max-relay-log-size 1073741824
|
||||
max-seeks-for-key 18446744073709551615
|
||||
max-session-mem-used 9223372036854775807
|
||||
max-sort-length 1024
|
||||
max-sp-recursion-depth 0
|
||||
max-statement-time 0
|
||||
|
Reference in New Issue
Block a user