MySQL Forums
Forum List  »  General

different location of "--verbose --help" results in different output?
Posted by: aaron chan
Date: February 13, 2017 02:11AM

1、C:\Windows\system32>mysql --no-auto-rehash --verbose --help|findstr "rehash"
the output shows "auto-rehash" is "FALSE" now.
2、C:\Windows\system32>mysql --verbose --help --no-auto-rehash|findstr "rehash"
the output show "auto-rehash" is "TRUE".

so this is a bug?or it indicates that "--verbose --help" must appear at last?

and this is different from the "mysqld --verbose --help",no matter where i locate the "--socket" option,the result is the same.

Options: ReplyQuote


Subject
Written By
Posted
different location of "--verbose --help" results in different output?
February 13, 2017 02:11AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.