Commit 1db43850 authored by Alexander Nozdrin's avatar Alexander Nozdrin

Fix mysqld--help-notwin.result.

parent 598cc412
The following options may be given as the first argument: The following options may be given as the first argument:
--print-defaults Print the program argument list and exit --print-defaults Print the program argument list and exit.
--no-defaults Don't read default options from any options file --no-defaults Don't read default options from any option file.
--defaults-file=# Only read default options from the given file # --defaults-file=# Only read default options from the given file #.
--defaults-extra-file=# Read this file after the global files are read --defaults-extra-file=# Read this file after the global files are read.
--abort-slave-event-count=# --abort-slave-event-count=#
Option used by mysql-test for debugging and testing of Option used by mysql-test for debugging and testing of
...@@ -60,7 +60,7 @@ The following options may be given as the first argument: ...@@ -60,7 +60,7 @@ The following options may be given as the first argument:
NDBCLUSTER table NDBCLUSTER table
--binlog-ignore-db=name --binlog-ignore-db=name
Tells the master that updates to the given database Tells the master that updates to the given database
should not be logged tothe binary log. should not be logged to the binary log.
--binlog-row-event-max-size=# --binlog-row-event-max-size=#
The maximum size of a row-based binary log event in The maximum size of a row-based binary log event in
bytes. Rows will be grouped into events smaller than this bytes. Rows will be grouped into events smaller than this
...@@ -90,7 +90,7 @@ The following options may be given as the first argument: ...@@ -90,7 +90,7 @@ The following options may be given as the first argument:
NEVER, AUTO, ALWAYS NEVER, AUTO, ALWAYS
--connect-timeout=# The number of seconds the mysqld server is waiting for a --connect-timeout=# The number of seconds the mysqld server is waiting for a
connect packet before responding with 'Bad handshake' connect packet before responding with 'Bad handshake'
--console Write error output on screen; Don't remove the console --console Write error output on screen; don't remove the console
window on windows. window on windows.
--core-file Write core on errors. --core-file Write core on errors.
-h, --datadir=name Path to the database root directory -h, --datadir=name Path to the database root directory
...@@ -132,7 +132,7 @@ The following options may be given as the first argument: ...@@ -132,7 +132,7 @@ The following options may be given as the first argument:
Enable the event scheduler. Possible values are ON, OFF, Enable the event scheduler. Possible values are ON, OFF,
and DISABLED (keep the event scheduler completely and DISABLED (keep the event scheduler completely
deactivated, it cannot be activated run-time) deactivated, it cannot be activated run-time)
-T, --exit-info[=#] Used for debugging; Use at your own risk! -T, --exit-info[=#] Used for debugging. Use at your own risk.
--expire-logs-days=# --expire-logs-days=#
If non-zero, binary logs will be purged after If non-zero, binary logs will be purged after
expire_logs_days days; possible purges happen at startup expire_logs_days days; possible purges happen at startup
...@@ -157,7 +157,7 @@ The following options may be given as the first argument: ...@@ -157,7 +157,7 @@ The following options may be given as the first argument:
Number of best matches to use for query expansion Number of best matches to use for query expansion
--ft-stopword-file=name --ft-stopword-file=name
Use stopwords from this file instead of built-in list Use stopwords from this file instead of built-in list
--gdb Set up signals usable for debugging --gdb Set up signals usable for debugging.
--general-log Log connections and queries to a table or log file. --general-log Log connections and queries to a table or log file.
Defaults logging to a file hostname.log or a table Defaults logging to a file hostname.log or a table
mysql.general_logif --log-output=TABLE is used mysql.general_logif --log-output=TABLE is used
...@@ -253,7 +253,7 @@ The following options may be given as the first argument: ...@@ -253,7 +253,7 @@ The following options may be given as the first argument:
log if it is open. log if it is open.
--log-tc=name Path to transaction coordinator log (used for --log-tc=name Path to transaction coordinator log (used for
transactions that affect more than one storage engine, transactions that affect more than one storage engine,
when binary log is disabled) when binary log is disabled).
--log-tc-size=# Size of transaction coordinator log. --log-tc-size=# Size of transaction coordinator log.
-W, --log-warnings[=#] -W, --log-warnings[=#]
Log some not critical warnings to the log file Log some not critical warnings to the log file
...@@ -372,10 +372,11 @@ The following options may be given as the first argument: ...@@ -372,10 +372,11 @@ The following options may be given as the first argument:
--old-passwords Use old password encryption method (needed for 4.0 and --old-passwords Use old password encryption method (needed for 4.0 and
older clients) older clients)
--old-style-user-limits --old-style-user-limits
Enable old-style user limits (before 5.0.3 user resources Enable old-style user limits (before 5.0.3, user
were counted per each user+host vs. per account) resources were counted per each user+host vs. per
--one-thread (deprecated): Only use one thread (for debugging under account).
Linux). Use thread-handling=no-threads instead --one-thread (Deprecated): Only use one thread (for debugging under
Linux). Use thread-handling=no-threads instead.
--open-files-limit=# --open-files-limit=#
If this is not 0, then mysqld will use this value to If this is not 0, then mysqld will use this value to
reserve file descriptors to use with setrlimit(). If this reserve file descriptors to use with setrlimit(). If this
...@@ -447,7 +448,7 @@ The following options may be given as the first argument: ...@@ -447,7 +448,7 @@ The following options may be given as the first argument:
(3306), whatever comes first (3306), whatever comes first
--port-open-timeout=# --port-open-timeout=#
Maximum time in seconds to wait for the port to become Maximum time in seconds to wait for the port to become
free. (Default: no wait) free. (Default: No wait).
--preload-buffer-size=# --preload-buffer-size=#
The size of the buffer that is allocated when preloading The size of the buffer that is allocated when preloading
indexes indexes
...@@ -593,14 +594,15 @@ The following options may be given as the first argument: ...@@ -593,14 +594,15 @@ The following options may be given as the first argument:
--shared-memory-base-name=name --shared-memory-base-name=name
Base name of shared memory Base name of shared memory
--show-slave-auth-info --show-slave-auth-info
Show user and password in SHOW SLAVE HOSTS on this master Show user and password in SHOW SLAVE HOSTS on this
master.
--skip-grant-tables Start without grant tables. This gives all users FULL --skip-grant-tables Start without grant tables. This gives all users FULL
ACCESS to all tables! ACCESS to all tables.
--skip-host-cache Don't cache host names. --skip-host-cache Don't cache host names.
--skip-name-resolve Don't resolve hostnames. All hostnames are IP's or --skip-name-resolve Don't resolve hostnames. All hostnames are IP's or
'localhost'. 'localhost'.
--skip-networking Don't allow connection with TCP/IP --skip-networking Don't allow connection with TCP/IP
--skip-new Don't use new, possible wrong routines. --skip-new Don't use new, possibly wrong routines.
--skip-show-database --skip-show-database
Don't allow 'SHOW DATABASE' commands Don't allow 'SHOW DATABASE' commands
--skip-slave-start If set, slave is not autostarted. --skip-slave-start If set, slave is not autostarted.
...@@ -720,7 +722,7 @@ The following options may be given as the first argument: ...@@ -720,7 +722,7 @@ The following options may be given as the first argument:
Enable symbolic link support. Deprecated option; use Enable symbolic link support. Deprecated option; use
--symbolic-links instead. --symbolic-links instead.
-u, --user=name Run mysqld daemon as user. -u, --user=name Run mysqld daemon as user.
-v, --verbose Used with --help option for detailed help -v, --verbose Used with --help option for detailed help.
-V, --version Output version information and exit. -V, --version Output version information and exit.
--wait-timeout=# The number of seconds the server waits for activity on a --wait-timeout=# The number of seconds the server waits for activity on a
connection before closing it connection before closing it
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment