mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
MDEV-8931: (server part of) session state tracking
Postreview fixes. New MySQL tests fixes.
This commit is contained in:
@@ -909,7 +909,11 @@ The following options may be given as the first argument:
|
||||
--session-track-state-change
|
||||
Track changes to the session state.
|
||||
--session-track-system-variables=name
|
||||
Track changes in registered system variables.
|
||||
Track changes in registered system variables. For
|
||||
compatibility with MySQL defaults this variable should be
|
||||
set to "autocommit, character_set_client,
|
||||
character_set_connection, character_set_results,
|
||||
time_zone"
|
||||
--session-track-transaction-info=name
|
||||
Track changes to the transaction attributes. OFF to
|
||||
disable; STATE to track just transaction state (Is there
|
||||
@@ -1403,7 +1407,7 @@ secure-file-priv (No default value)
|
||||
server-id 1
|
||||
session-track-schema TRUE
|
||||
session-track-state-change FALSE
|
||||
session-track-system-variables autocommit,character_set_client,character_set_connection,character_set_results,time_zone
|
||||
session-track-system-variables
|
||||
session-track-transaction-info OFF
|
||||
show-slave-auth-info FALSE
|
||||
silent-startup FALSE
|
||||
|
||||
Reference in New Issue
Block a user