summaryrefslogtreecommitdiff
path: root/mysql-test/r/mysqld--help.result
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2016-08-31 10:34:21 -0700
committerIgor Babaev <igor@askmonty.org>2016-08-31 10:34:21 -0700
commitf11e892b572ef62db2375599d4bc4fd88527bede (patch)
tree7a7929016da14bd31b2b6c922591777bafdd0743 /mysql-test/r/mysqld--help.result
parent2250e9ea261f661cb73c147a28f4d30655d7483d (diff)
parent1eb58ff3b8569d7dad1f5c180a5e55683e53d205 (diff)
downloadmariadb-git-f11e892b572ef62db2375599d4bc4fd88527bede.tar.gz
Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mdev9864
Diffstat (limited to 'mysql-test/r/mysqld--help.result')
-rw-r--r--mysql-test/r/mysqld--help.result24
1 files changed, 24 insertions, 0 deletions
diff --git a/mysql-test/r/mysqld--help.result b/mysql-test/r/mysqld--help.result
index 0cb8fcaff1c..0d3a1f07225 100644
--- a/mysql-test/r/mysqld--help.result
+++ b/mysql-test/r/mysqld--help.result
@@ -906,6 +906,26 @@ The following options may be given as the first argument:
files within specified directory
--server-id=# Uniquely identifies the server instance in the community
of replication partners
+ --session-track-schema
+ Track changes to the default schema.
+ (Defaults to on; use --skip-session-track-schema to disable.)
+ --session-track-state-change
+ Track changes to the session state.
+ --session-track-system-variables=name
+ 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
+ an active transaction? Does it have any data? etc.);
+ CHARACTERISTICS to track transaction state and report all
+ statements needed to start a transaction withthe same
+ characteristics (isolation level, read only/read
+ write,snapshot - but not any work done / data modified
+ within the transaction).
--show-slave-auth-info
Show user and password in SHOW SLAVE HOSTS on this
master.
@@ -1392,6 +1412,10 @@ safe-user-create FALSE
secure-auth TRUE
secure-file-priv (No default value)
server-id 1
+session-track-schema TRUE
+session-track-state-change FALSE
+session-track-system-variables
+session-track-transaction-info OFF
show-slave-auth-info FALSE
silent-startup FALSE
skip-grant-tables TRUE