Skip to content

Commit 7e2f9d0

Browse files
committed
max_session_mem_used server variable
1 parent ab3388c commit 7e2f9d0

9 files changed

+226
-174
lines changed

mysql-test/r/mysqld--help.result

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,10 @@ The following options may be given as the first argument:
457457
--max-seeks-for-key=#
458458
Limit assumed max number of seeks when looking up rows
459459
based on a key
460+
--max-session-mem-used=#
461+
Amount of memory a single user session is allowed to
462+
allocate. This limits the value of the session variable
463+
MEM_USED
460464
--max-sort-length=# The number of bytes to use when sorting BLOB or TEXT
461465
values (only the first max_sort_length bytes of each
462466
value are used; the rest are ignored)
@@ -1266,6 +1270,7 @@ max-long-data-size 4194304
12661270
max-prepared-stmt-count 16382
12671271
max-relay-log-size 1073741824
12681272
max-seeks-for-key 18446744073709551615
1273+
max-session-mem-used 9223372036854775807
12691274
max-sort-length 1024
12701275
max-sp-recursion-depth 0
12711276
max-statement-time 0

0 commit comments

Comments
 (0)