diff --git a/mysql-test/r/mysqld--help-notwin.result b/mysql-test/r/mysqld--help-notwin.result index 2b75903a96dfd8b9cd147f0c9c368b43e7471fc2..2b17340bb6588e092838f06bc52dbfee71ad0f07 100644 --- a/mysql-test/r/mysqld--help-notwin.result +++ b/mysql-test/r/mysqld--help-notwin.result @@ -293,6 +293,10 @@ The following options may be given as the first argument: NEVER, AUTO, ALWAYS --connect-timeout=# The number of seconds the mysqld server is waiting for a connect packet before responding with 'Bad handshake' + --connection-monitor-epoll-interval[=#] + Monitor timediff between two adjacent events in one + connection. Print warning when timediff is greater than + connection_monitor_epoll_interval. --console Write error output on screen; don't remove the console window on windows. --core-file Write core on errors. @@ -303,6 +307,8 @@ The following options may be given as the first argument: Abort a recursive common table expression if it does more than this number of iterations. -D, --daemonize Run mysqld as sysv daemon + --dameng-mode=name Syntax: dameng_mode=mode[,mode[,mode...]].Compatible with + DAMENG DATABASE -h, --datadir=name Path to the database root directory --db-quotas-check-interval=# db quotas check time, in milliseconds @@ -312,6 +318,10 @@ The following options may be given as the first argument: --dbms-output-max-buffer-size=# The max size of the buffer in dbms_output(valid value: 2000 ~ 1000000, 20000 by default). + --ddl-trylock-stage-timeout=# + After add lock is successfully in the trylock stage, the + EXCLUSIVE lock of the MDL will be automatically released + if it timeout. --default-authentication-plugin=name The default authentication plugin used by the server to hash the password. @@ -370,6 +380,7 @@ The following options may be given as the first argument: addtional update undo rollback segments and gtids in undo log header and do not persist gtids in mysql.gtid_executed unless binlog rotates. + --disable-ddl=name The current configuration prohibits the execution of ddl --disable-full-table-scan-in-delete Whether to disable full table scan in single table deletion. @@ -381,6 +392,8 @@ The following options may be given as the first argument: Statement(enabled by default). --disable-tcp-connection Disable tcp connections(0 by default, 1 means disable). + --disabled-extended-native-functions=name + disabled_extended_native_functions or not --disabled-storage-engines=name Limit CREATE TABLE for the storage engines listed --disconnect-on-expired-password @@ -394,6 +407,10 @@ The following options may be given as the first argument: --div-precision-increment=# Precision of the result of '/' operator will be increased on that value + --drop-database-enabled[=#] + Enable/Disable drop database (disabled by default).0: + Disable drop, 1: Disable drop, 'drop database ... force;' + can be executed, 2: Enable drop. --early-plugin-load=name Optional semicolon-separated list of plugins to load before storage engine initialization, where each plugin @@ -402,6 +419,8 @@ The following options may be given as the first argument: --enable-binlog-gtmgtid-index Enable the ${binlog_name}.gtid_idx mechanism. (Defaults to on; use --skip-enable-binlog-gtmgtid-index to disable.) + --enable-general-log-cache-mode + enable cache mode or not: ON / OFF, default OFF --end-markers-in-json In JSON output ("EXPLAIN FORMAT=JSON" and optimizer trace), if variable is set to 1, repeats the structure's @@ -455,6 +474,8 @@ The following options may be given as the first argument: --flush Flush MyISAM tables to disk between SQL commands --flush-time=# A dedicated thread is created to flush all tables at the given interval + --force-parallel-execute + force parallel execute in session --ft-boolean-syntax=name List of operators for MATCH ... AGAINST ( ... IN BOOLEAN MODE) @@ -496,6 +517,8 @@ The following options may be given as the first argument: --log-output=TABLE is used, to a table mysql.general_log. --general-log-file=name Log connections and queries to given file + --general-log-io-cache-size[=#] + general log cache size. --generallog-expire-logs-seconds[=#] Time threshold for general log expiration --generated-random-password-length=# @@ -504,8 +527,14 @@ The following options may be given as the first argument: --geometry-function-and-indexes-back if ON - some function about geometry will back to version 5.7if OFF - no change - -V, --goldendb-version - Output version information and exit. + --goldendb-keyring-operations + This variable provides access to keyring service from + goldendb dbagent. + --goldendb-master-key=name + This variable provides access to key value from goldendb + dbagent. + -G, --goldendb-version + Output version and distribution information and exit. --group-concat-max-len=# The maximum length of the result of function GROUP_CONCAT() @@ -614,6 +643,9 @@ The following options may be given as the first argument: Migrate from keyring plugin to keyring component. --keyring-migration-user=name User to login to server. + --kill-connection-dump-status + record connection status when network connection is + killed. --kill-idle-transaction=# If non-zero, number of seconds to wait before killing idle connections that have open transactions @@ -806,8 +838,8 @@ The following options may be given as the first argument: --max-join-size=# Joins that are probably going to read more than max_join_size records return an error --max-length-for-sort-data=# - This variable is deprecated and will be removed in a - future release. + Max number of bytes in addon fields of sorted records, + work when sort with low limit --max-points-in-geometry[=#] Maximum number of points in a geometry --max-prepared-stmt-count=# @@ -828,6 +860,8 @@ The following options may be given as the first argument: Maximum stored procedure recursion depth --max-table-record-size[=#] The size of record in tables + --max-trace-query-log-size=# + Threshold size of trace query log rotation --max-trxlog-size=# Threshold size of trx log rotation --max-user-connections=# The maximum number of active connections for a single @@ -835,6 +869,9 @@ The following options may be given as the first argument: --max-write-lock-count=# After this many write locks, allow some read locks to run in between + --mdl-partition-lock + Split partition table MDL lock granularity to partition + level --memlock Lock mysqld in memory. --min-examined-row-limit=# Don't write queries to slow log that examine fewer rows @@ -891,6 +928,13 @@ The following options may be given as the first argument: --no-dd-upgrade Abort restart if automatic upgrade or downgrade of the data dictionary is needed. Deprecated option. Use --upgrade=NONE instead. + --no-semijoin-for-exists=# + Controls whether EXISTS subquery is converted to + SEMIJOIN. Meaning: 0 - convert all EXISTS subqueries to + semijoin if possible; 1 - do not covert the EXISTS + subqueries which have ORDER BY and LIMIT in the same + query block; 2 - do not covert all EXISTS subqueries to + SEMIJOIN --offline-mode Make the server into offline mode --old Use compatible behavior --old-alter-table Use old, non-optimized alter table @@ -904,6 +948,20 @@ The following options may be given as the first argument: value is 0 then mysqld will reserve max_connections*5 or max_connections + table_open_cache*2 (whichever is larger) number of file descriptors + --optimize-strict-prune-limit=# + Maximum depth of searching in strict prune mode in query + optimizer. In strict prune mode, the result of + optimization of semijoin in which dupsweedout is + forbidden is improved, and only the costs of tables in + one complete tested sequence can do heuristic prune. + Values larger than the number of relations in a query + result in better query plans, but take longer to compile + a query. Values smaller than the number of tables in a + relation result in faster optimization, but may produce + very bad query plans. If set to 0, all pruning will be + done in normal loose mode. Specially, as long as set to + NON-0, EQ_REF heuristic prune will be done in strict + mode. --optimizer-prune-level=# Controls the heuristic(s) applied during query optimization to prune less-promising partial plans from @@ -931,8 +989,10 @@ The following options may be given as the first argument: derived_merge, hash_join, subquery_to_derived, prefer_ordering_index, derived_condition_pushdown, sec_derived_condition_pushdown_for_more_op, - set_operation_do_semijoin, limit_pushdown} and val is one - of {on, off, default} + set_operation_do_semijoin, limit_pushdown, + allow_order_before_rownum, first_rows_optimize, + sort_rowid_for_low_limit} and val is one of {on, off, + default} --optimizer-trace=name Controls tracing of the Optimizer: optimizer_trace=option=val[,option=val...], where option @@ -957,14 +1017,30 @@ The following options may be given as the first argument: --oracle-mode-switch=name Set of switches for oracle compatible functions, any combination of ALL_OFF, ALL_ON, VARCHAR_LEN_BYTE, - ORACLE_INDEX is allowed. If including ALL_OFF, switch all - to OFF; If including ALL_ON, switch all to ON. If - including both ALL_OFF and ALL_ON, switch all to OFF. - (Default: ALL_OFF). + ORACLE_INDEX, RELEASE_SR_MDL, CHAR_PAD_SPACE, + DECIMAL_PRECISION_LIMIT, CHAR_LEN_BYTE, + OLD_SYS_CONNECT_BY_PATH is allowed. If including ALL_OFF, + switch all to OFF; If including ALL_ON, switch all to + ON. If including both ALL_OFF and ALL_ON, switch all to + OFF. (Default: ALL_OFF). --oracle-pad-max-length=# Max lengths for lpad and rpad function. 0 means trun off, default is 4000 - --outline Whether to enable outline (disabled by default). + --outline=name Whether to enable outline (disabled by default). + --parallel-cost-threshold=# + Cost threshold for parallel query. + --parallel-default-dop=# + default degree of parallel query. + --parallel-max-threads=# + max running threads of parallel query. + --parallel-memory-limit=# + upper limit memory size that parallel query can use + --parallel-msg-queue-ringsize=# + max size of msg queue for parallel query which is used + for sending message from worker to leader. + --parallel-queue-timeout=# + queue timeout for parallel query when resource is not + enough .the unit is microseconds --parse-mode=# How db parse query statment --parser-max-mem-size=# Maximum amount of memory available to the parser @@ -1038,6 +1114,9 @@ The following options may be given as the first argument: Default startup value for the thread_instrumentation consumer. (Defaults to on; use --skip-performance-schema-consumer-thread-instrumentation to disable.) + --performance-schema-digests-lru + Updating PFS events_statements_summary_by_digest + according to LRU. --performance-schema-digests-size=# Size of the statement digest. Use 0 to disable, -1 for automated sizing. @@ -1172,6 +1251,17 @@ The following options may be given as the first argument: even if present. (Defaults to on; use --skip-persisted-globals-load to disable.) --pid-file=name Pid file used by safe_mysqld + --plan-trace Whether to enable query plan trace (disabled by default). + --plan-trace-cache-flush-interval=# + The plan trace cache will be flushed after + plan_trace_cache_flush_interval seconds. + --plan-trace-cache-instances=# + The number of plan trace cache instances + --plan-trace-cache-size=# + The number of cached plans for all plan trace instances + --plan-trace-max-statement-text-length=# + The maximum length of field 'statement_text' in table + 'mysql.plan_trace' --plugin-dir=name Directory for plugins --plugin-load=name Optional semicolon-separated list of plugins to load, where each plugin is identified as name=library, where @@ -1190,9 +1280,19 @@ The following options may be given as the first argument: --port-open-timeout=# Maximum time in seconds to wait for the port to become free. (Default: No wait). + --pq-debug-print-info + parallel query print debug info + --pq-debug-print-time + parallel query print time info + --pq-optimizer-switch=name + pq_optimizer_switch=option=val[,option=val...], where + option is one of {no_force_sort, ctx_split} and val is + one of {on, off, default} --preload-buffer-size=# The size of the buffer that is allocated when preloading indexes + --prepare-statement-digest + enable prepare statement digest in pfs or not. --prepared-stmt-pool prepared_statement pool mechanism ON / OFF. --prepared-stmt-pool-oversubscribe=# @@ -1228,6 +1328,8 @@ The following options may be given as the first argument: --range-alloc-block-size=# Allocation block size for storing ranges during optimization + --range-fetched-rows-no-less-than-two + Modify fetched_rows of range to no less than two --range-optimizer-max-mem-size=# Maximum amount of memory used by the range optimizer to allocate predicates during range analysis. The larger the @@ -1496,6 +1598,8 @@ The following options may be given as the first argument: --session-track-schema Track changes to the 'default schema'. (Defaults to on; use --skip-session-track-schema to disable.) + --session-track-sql-stat + Track statistics of SQL statement. --session-track-state-change Track changes to the 'session state'. --session-track-system-variables=name @@ -1589,6 +1693,9 @@ The following options may be given as the first argument: Whether slave host opens performance. Possible values are: MEMORY_OPTIMIZE and NONE. NONE value is ignored unless there are no other value set + --slave-reply-extra-enabled + if enable - slave reply extra informationif disable - + slave don't reply extra information --slave-rows-search-algorithms=name Set of searching algorithms that the slave will use while searching for records from the storage engine to either @@ -1660,6 +1767,8 @@ The following options may be given as the first argument: for one connection. --stored-program-definition-cache=# The number of cached stored program definitions + --strict-load-data load data warning turns to an error message or not:ON / + OFF, default OFF --super-read-only Make all non-temporary tables read-only, with the exception for replication (slave) threads. Users with the SUPER privilege are affected, unlike read_only. @@ -1698,11 +1807,20 @@ The following options may be given as the first argument: The number of table cache instances --tablespace-definition-cache=# The number of cached tablespace definitions + --tc-auto-release Whether to enable backgroud thread to release free memory + automatically. + (Defaults to on; use --skip-tc-auto-release to disable.) --tc-heuristic-recover=name Decision to use in heuristic recover process. Possible values are OFF, COMMIT or ROLLBACK. + --tc-max-free-bytes=# + unit: byte,the free memory cached by tcmalloc will be + released to OS when exceeded this value. --tc-release-size=# the size of free memory inside tcmalloc to be released to system. + --temp-table-string-length-to-blob=# + The length threshold for converting strings in temporary + tables to BLOB --temptable-max-mmap=# Maximum amount of memory (in bytes) the TempTable storage engine is allowed to allocate from MMAP-backed files @@ -1773,11 +1891,11 @@ The following options may be given as the first argument: --tmp-function-for-future=name Set of switches for temporary functions, any combination of ALL_OFF, ALL_ON, DATATYPE_CONV, CONCAT_UTF8MB4, - CMP_NUM_IN_STR_KEY, DROP_TABLE_CASCADE_CONSTRAINTS is - allowed. If including ALL_OFF, switch all to OFF; If - including ALL_ON, switch all to ON. If including both - ALL_OFF and ALL_ON, switch all to OFF. (Default: - ALL_OFF). + CMP_NUM_IN_STR_KEY, DROP_TABLE_CASCADE_CONSTRAINTS, + MOVE_DATA_DIRECTORY is allowed. If including ALL_OFF, + switch all to OFF; If including ALL_ON, switch all to ON. + If including both ALL_OFF and ALL_ON, switch all to OFF. + (Default: ALL_OFF). --tmp-table-max-rows=# If an internal in-memory temporary table exceeds this size, MySQL abort the current query @@ -1795,9 +1913,31 @@ The following options may be given as the first argument: tmpdir. --tmpdir-min-disk-free-space=# The minimum free space of disk owned by tmpdir. + --tmpfile-dirty-threshold=# + The threshold of dirty bytes in system cache. + --tmpfile-writeback-speed=# + The writeback speed (byte/s) of system background flush + threads. + --trace-query-log log trace id info to a log file. + --trace-query-log-buf-size=# + The size of trace query log buffer which used for cache + trace query info. Range 16*1024*1024B ~ 512*1024*1024B + --trace-query-log-expire-logs-seconds=# + Time threshold for trace query log expiration + --trace-query-log-file=name + Log trace id queries to given log file. Defaults logging + to hostname-trace.log. Must be enabled to activate other + trace_query log options + --trace-query-log-performance + trace query log performance mode + (Defaults to on; use --skip-trace-query-log-performance to disable.) --transaction-alloc-block-size=# Allocation block size for transactions to be stored in binary log + --transaction-binlog-monitor-size=# + Define the size of binlog produced by big + transactions.Detail info will be printed into error log + if binlog size exceeds the threshold. --transaction-isolation=name Default transaction isolation level. --transaction-max-binlog-size=# @@ -1853,6 +1993,8 @@ The following options may be given as the first argument: Prohibit update of a VIEW, which does not contain a key of the underlying table and the query uses a LIMIT clause (usually get from GUI tools) + --update-using-original-field-value + Update in sql standard way or mysql way(default). --upgrade=name Set server upgrade mode. NONE to abort server if automatic upgrade of the server is needed; MINIMAL to start the server, but skip upgrade steps that are not @@ -1866,6 +2008,8 @@ The following options may be given as the first argument: Turns on additional validation of authentication plugins assigned to user accounts. (Defaults to on; use --skip-validate-user-plugins to disable.) + --variable-length-decimal + if it is enabled, decimal uses variable-length storage -v, --verbose Used with --help option for detailed help. -V, --version Output version information and exit. --wait-timeout=# The number of seconds the server waits for activity on a @@ -1890,10 +2034,9 @@ The following options may be given as the first argument: --xa-prepared-auto-clean enalbe or not to auto clean the timeout Goldendb XA prepared transaction. - (Defaults to on; use --skip-xa-prepared-auto-clean to disable.) --xa-prepared-timeout=# - Goldendb timeout threshold for XA prepared state, 0 means - no timeout + Goldendb timeout threshold for XA prepared state, unit is + second Variables (--variable-name=value) abort-slave-event-count 0 @@ -1966,14 +2109,17 @@ compatible-count-force-index FALSE completion-type NO_CHAIN concurrent-insert AUTO connect-timeout 10 +connection-monitor-epoll-interval 0 console FALSE create-admin-listener-thread FALSE cte-max-recursion-depth 1000 daemonize FALSE +dameng-mode db-quotas-check-interval 10 db-quotas-enabled FALSE dbms-output-enable FALSE dbms-output-max-buffer-size 20000 +ddl-trylock-stage-timeout 1 default-authentication-plugin caching_sha2_password default-collation-for-utf8mb4 (No default value) default-date-format YYYY-MM-DD HH24:MI:SS @@ -1991,15 +2137,19 @@ delayed-insert-limit 100 delayed-insert-timeout 300 delayed-queue-size 1000 disable-clone-gtid-persist FALSE +disable-ddl NONE_DDL disable-full-table-scan-in-delete FALSE disable-full-table-scan-in-select FALSE disable-prepared-stmt-rewrite-query FALSE disable-tcp-connection FALSE +disabled-extended-native-functions NONE disabled-storage-engines disconnect-on-expired-password TRUE disconnect-slave-event-count 0 div-precision-increment 4 +drop-database-enabled 0 enable-binlog-gtmgtid-index TRUE +enable-general-log-cache-mode FALSE end-markers-in-json FALSE enforce-gtid-consistency FALSE eq-range-index-dive-limit 200 @@ -2013,6 +2163,7 @@ first-day-of-week SUNDAY first-rows-set-flex-stream-fetch FALSE flush FALSE flush-time 0 +force-parallel-execute FALSE ft-boolean-syntax + -><()~*:""&| ft-max-word-len 84 ft-min-word-len 4 @@ -2026,9 +2177,12 @@ gdb-read-only-super-whitelist (No default value) gdb-read-only-super-whitelist-enabled FALSE gdb-xa-wait-timeout 5 general-log FALSE +general-log-io-cache-size 4194304 generallog-expire-logs-seconds 604800 generated-random-password-length 20 geometry-function-and-indexes-back FALSE +goldendb-keyring-operations FALSE +goldendb-master-key group-concat-max-len 1024 group-id 0 group-replication-consistency EVENTUAL @@ -2059,6 +2213,7 @@ keyring-migration-port 0 keyring-migration-source (No default value) keyring-migration-to-component FALSE keyring-migration-user (No default value) +kill-connection-dump-status FALSE kill-idle-transaction 0 large-pages FALSE lc-messages en_US @@ -2125,9 +2280,11 @@ max-slowlog-size 104857600 max-sort-length 1024 max-sp-recursion-depth 0 max-table-record-size 65536 +max-trace-query-log-size 104857600 max-trxlog-size 104857600 max-user-connections 0 max-write-lock-count 18446744073709551615 +mdl-partition-lock FALSE memlock FALSE min-examined-row-limit 0 myisam-block-size 1024 @@ -2148,13 +2305,15 @@ new FALSE next-gtm-gtid 0 nls-length-semantics BYTE no-dd-upgrade FALSE +no-semijoin-for-exists 0 offline-mode FALSE old FALSE old-alter-table FALSE old-style-user-limits FALSE +optimize-strict-prune-limit 6 optimizer-prune-level 1 optimizer-search-depth 62 -optimizer-switch index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,engine_condition_pushdown=on,index_condition_pushdown=on,mrr=on,mrr_cost_based=on,block_nested_loop=on,batched_key_access=off,materialization=on,semijoin=on,loosescan=on,firstmatch=on,duplicateweedout=on,subquery_materialization_cost_based=on,use_index_extensions=on,condition_fanout_filter=on,derived_merge=on,use_invisible_indexes=off,skip_scan=off,hash_join=on,subquery_to_derived=off,prefer_ordering_index=on,hypergraph_optimizer=off,derived_condition_pushdown=on,sec_derived_condition_pushdown=on,sec_derived_condition_pushdown_for_more_op=off,set_operation_do_semijoin=off,limit_pushdown=on +optimizer-switch index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,engine_condition_pushdown=on,index_condition_pushdown=on,mrr=on,mrr_cost_based=on,block_nested_loop=on,batched_key_access=off,materialization=on,semijoin=on,loosescan=on,firstmatch=on,duplicateweedout=on,subquery_materialization_cost_based=on,use_index_extensions=on,condition_fanout_filter=on,derived_merge=on,use_invisible_indexes=off,skip_scan=off,hash_join=on,subquery_to_derived=off,prefer_ordering_index=on,hypergraph_optimizer=off,derived_condition_pushdown=on,sec_derived_condition_pushdown=on,sec_derived_condition_pushdown_for_more_op=off,set_operation_do_semijoin=off,limit_pushdown=on,allow_order_before_rownum=off,first_rows_optimize=on optimizer-trace optimizer-trace-features greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on optimizer-trace-limit 1 @@ -2163,7 +2322,13 @@ optimizer-trace-offset -1 ora-charset-with-no-pad FALSE oracle-mode-switch ALL_OFF oracle-pad-max-length 4000 -outline FALSE +outline OFF +parallel-cost-threshold 1000 +parallel-default-dop 4 +parallel-max-threads 64 +parallel-memory-limit 104857600 +parallel-msg-queue-ringsize 1048576 +parallel-queue-timeout 0 parse-mode 1 parser-max-mem-size 18446744073709551615 partial-revokes #### @@ -2188,6 +2353,7 @@ performance-schema-consumer-events-waits-history-long FALSE performance-schema-consumer-global-instrumentation TRUE performance-schema-consumer-statements-digest TRUE performance-schema-consumer-thread-instrumentation TRUE +performance-schema-digests-lru FALSE performance-schema-digests-size -1 performance-schema-error-size #### performance-schema-events-stages-history-long-size -1 @@ -2214,13 +2380,13 @@ performance-schema-max-mutex-classes 300 performance-schema-max-mutex-instances -1 performance-schema-max-prepared-statements-instances -1 performance-schema-max-program-instances -1 -performance-schema-max-rwlock-classes 60 +performance-schema-max-rwlock-classes 80 performance-schema-max-rwlock-instances -1 performance-schema-max-socket-classes 10 performance-schema-max-socket-instances -1 performance-schema-max-sql-text-length 1024 performance-schema-max-stage-classes 175 -performance-schema-max-statement-classes 249 +performance-schema-max-statement-classes 254 performance-schema-max-statement-stack 10 performance-schema-max-table-handles -1 performance-schema-max-table-instances -1 @@ -2235,9 +2401,18 @@ performance-schema-users-size -1 persist-execution-plan FALSE persist-only-admin-x509-subject persisted-globals-load TRUE +plan-trace FALSE +plan-trace-cache-flush-interval 10 +plan-trace-cache-instances 64 +plan-trace-cache-size 32768 +plan-trace-max-statement-text-length 8192 port #### port-open-timeout 0 +pq-debug-print-info FALSE +pq-debug-print-time FALSE +pq-optimizer-switch no_force_sort=off,ctx_split=on preload-buffer-size 32768 +prepare-statement-digest FALSE prepared-stmt-pool FALSE prepared-stmt-pool-oversubscribe 5 prepared-stmt-pool-size 100 @@ -2249,6 +2424,7 @@ query-cache-size 1048576 query-cache-type OFF query-prealloc-size 8192 range-alloc-block-size 4096 +range-fetched-rows-no-less-than-two FALSE range-optimizer-max-mem-size 8388608 read-buffer-size 131072 read-only FALSE @@ -2317,6 +2493,7 @@ service-available-even-bellow-lwm FALSE session-max-flex-stream-fetch-stmt-count 10 session-track-gtids OFF session-track-schema TRUE +session-track-sql-stat FALSE session-track-state-change FALSE session-track-system-variables time_zone,autocommit,character_set_client,character_set_results,character_set_connection session-track-transaction-info OFF @@ -2343,6 +2520,7 @@ slave-pending-jobs-size-max 134217728 slave-preserve-commit-order FALSE slave-replay-max-memory 1073741824 slave-replay-performance +slave-reply-extra-enabled FALSE slave-rows-search-algorithms INDEX_SCAN,HASH_SCAN slave-skip-errors (No default value) slave-sql-thread-no-wait FALSE @@ -2361,6 +2539,7 @@ sql-mode ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERR sql-require-primary-key FALSE stored-program-cache 256 stored-program-definition-cache 256 +strict-load-data FALSE super-read-only FALSE support-cdc FALSE symbolic-links FALSE @@ -2372,8 +2551,11 @@ sysdate-is-now FALSE table-encryption-privilege-check FALSE table-open-cache-instances 16 tablespace-definition-cache 256 +tc-auto-release TRUE tc-heuristic-recover OFF +tc-max-free-bytes 4294967296 tc-release-size 0 +temp-table-string-length-to-blob 4000 temptable-max-mmap 1073741824 temptable-max-ram 1073741824 temptable-use-mmap FALSE @@ -2398,7 +2580,14 @@ tmp-table-size 16777216 tmpdir-max-files-size 0 tmpdir-min-disk-free-ratio 0 tmpdir-min-disk-free-space 0 +tmpfile-dirty-threshold 0 +tmpfile-writeback-speed 0 +trace-query-log FALSE +trace-query-log-buf-size 67108864 +trace-query-log-expire-logs-seconds 604800 +trace-query-log-performance TRUE transaction-alloc-block-size 8192 +transaction-binlog-monitor-size 10485760 transaction-isolation REPEATABLE-READ transaction-max-binlog-size 0 transaction-prealloc-size 4096 @@ -2414,16 +2603,18 @@ trx-query-log-simple FALSE trx-query-log-time 10 trxlog-expire-logs-seconds 604800 updatable-views-with-limit YES +update-using-original-field-value FALSE upgrade AUTO use-flex-stream-fetch FALSE validate-config FALSE validate-user-plugins TRUE +variable-length-decimal FALSE verbose TRUE wait-timeout 28800 windowing-use-high-precision TRUE xa-detach-on-prepare TRUE -xa-prepared-auto-clean TRUE -xa-prepared-timeout 1800 +xa-prepared-auto-clean FALSE +xa-prepared-timeout 3600 To see what values a running MySQL server is using, type 'mysqladmin variables' instead of 'mysqld --verbose --help'.