~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

Viewing changes to mysql-test/r/mysqld--help-notwin.result

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-04-16 20:07:10 UTC
  • mto: (1.3.9 vivid-proposed)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20150416200710-pcrsa022082zj46k
Tags: upstream-5.6.24
ImportĀ upstreamĀ versionĀ 5.6.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 --automatic-sp-privileges 
29
29
 Creating and dropping stored procedures alters ACLs
30
30
 (Defaults to on; use --skip-automatic-sp-privileges to disable.)
 
31
 --avoid-temporal-upgrade 
 
32
 When this option is enabled, the pre-5.6.4 temporal types
 
33
 are not upgraded to the new format for ALTER TABLE
 
34
 requests ADD/CHANGE/MODIFY COLUMN, ADD INDEX or FORCE
 
35
 operation. This variable is deprecated and will be
 
36
 removed in a future release.
31
37
 --back-log=#        The number of outstanding connection requests MySQL can
32
38
 have. This comes into play when the main MySQL thread
33
39
 gets very many connection requests in a very short time
409
415
 INSERT DELAYED statements. If set to zero INSERT DELAYED
410
416
 will be not used.This variable is deprecated along with
411
417
 INSERT DELAYED.
 
418
 --max-digest-length=# 
 
419
 Maximum length considered for digest text.
412
420
 --max-error-count=# Max number of errors/warnings to store for a statement
413
421
 --max-heap-table-size=# 
414
422
 Don't allow creation of heap tables bigger than this
500
508
 If this is not 0, then mysqld will use this value to
501
509
 reserve file descriptors to use with setrlimit(). If this
502
510
 value is 0 then mysqld will reserve max_connections*5 or
503
 
 max_connections + table_cache*2 (whichever is larger)
504
 
 number of file descriptors
 
511
 max_connections + table_open_cache*2 (whichever is
 
512
 larger) number of file descriptors
505
513
 --optimizer-prune-level=# 
506
514
 Controls the heuristic(s) applied during query
507
515
 optimization to prune less-promising partial plans from
831
839
 --server-id=#       Uniquely identifies the server instance in the community
832
840
 of replication partners
833
841
 --server-id-bits=#  Set number of significant bits in server-id
 
842
 --show-old-temporals 
 
843
 When this option is enabled, the pre-5.6.4 temporal types
 
844
 will be marked in the 'SHOW CREATE TABLE' and
 
845
 'INFORMATION_SCHEMA.COLUMNS' table as a comment in
 
846
 COLUMN_TYPE field. This variable is deprecated and will
 
847
 be removed in a future release.
834
848
 --show-slave-auth-info 
835
849
 Show user and password in SHOW SLAVE HOSTS on this
836
850
 master.
1018
1032
auto-increment-offset 1
1019
1033
autocommit TRUE
1020
1034
automatic-sp-privileges TRUE
 
1035
avoid-temporal-upgrade FALSE
1021
1036
back-log 80
1022
1037
big-tables FALSE
1023
1038
bind-address *
1129
1144
max-connect-errors 100
1130
1145
max-connections 151
1131
1146
max-delayed-threads 20
 
1147
max-digest-length 1024
1132
1148
max-error-count 64
1133
1149
max-heap-table-size 16777216
1134
1150
max-join-size 18446744073709551615
1249
1265
secure-file-priv (No default value)
1250
1266
server-id 0
1251
1267
server-id-bits 32
 
1268
show-old-temporals FALSE
1252
1269
show-slave-auth-info FALSE
1253
1270
simplified-binlog-gtid-recovery FALSE
1254
1271
skip-grant-tables TRUE