diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-03-03 22:22:02 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-03-03 22:22:02 +0300 |
commit | 0b1d317b232db27d04afc0f51eab4a019108fda4 (patch) | |
tree | 80f890fb98b57ee5ce2c2515d1d6d132809cddc7 /mysql-test/r/mysqld--help-notwin.result | |
parent | 50608a0b4b2ff67bf368ccb92797f43b4e231292 (diff) | |
download | mariadb-git-0b1d317b232db27d04afc0f51eab4a019108fda4.tar.gz |
A follow-up on WL#5154 and WL#5182: remove forgotten options.
Diffstat (limited to 'mysql-test/r/mysqld--help-notwin.result')
-rw-r--r-- | mysql-test/r/mysqld--help-notwin.result | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mysql-test/r/mysqld--help-notwin.result b/mysql-test/r/mysqld--help-notwin.result index fd692c17efa..64f8aa63a30 100644 --- a/mysql-test/r/mysqld--help-notwin.result +++ b/mysql-test/r/mysqld--help-notwin.result @@ -484,8 +484,7 @@ The following options may be given as the first argument: the SUPER privilege --read-rnd-buffer-size=# When reading rows in sorted order after a sort, the rows - are read through this buffer to avoid a disk seeks. If - not set, then it's set to the value of record_buffer + are read through this buffer to avoid a disk seeks --relay-log=name The location and name to use for relay logs --relay-log-index=name The location and name to use for the file that keeps a @@ -715,9 +714,6 @@ 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) - -s, --use-symbolic-links - Enable symbolic link support. Deprecated option; use - --symbolic-links instead. -u, --user=name Run mysqld daemon as user. -v, --verbose Used with --help option for detailed help. -V, --version Output version information and exit. @@ -941,7 +937,6 @@ transaction-alloc-block-size 8192 transaction-isolation REPEATABLE-READ transaction-prealloc-size 4096 updatable-views-with-limit YES -use-symbolic-links FALSE verbose TRUE wait-timeout 28800 |