Skip to content

Commit

Permalink
max_session_mem_used server variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Jan 15, 2017
1 parent ab3388c commit 7e2f9d0
Show file tree
Hide file tree
Showing 9 changed files with 226 additions and 174 deletions.
5 changes: 5 additions & 0 deletions mysql-test/r/mysqld--help.result
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,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)
Expand Down Expand Up @@ -1266,6 +1270,7 @@ max-long-data-size 4194304
max-prepared-stmt-count 16382
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
Expand Down
Loading

0 comments on commit 7e2f9d0

Please sign in to comment.