summaryrefslogtreecommitdiff
path: root/mysql-test/main/plugin_auth_qa_3.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-14974: --port ignored for --host=localhostBrandon Nesterenko2021-05-111-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: ======= MariaDB's command line utilities (e.g., mysql, mysqldump, etc) silently ignore connection property options (e.g., --port and --socket) when protocol is not explicitly set via the command-line for localhost connections. Fix: === If connection properties are specified without a protocol, override the protocol to be consistent. For example, if --port is specified, automatically set protocol=tcp. Caveats: ======= * When multiple connection properties are specified, nothing is overridden * If protocol is is set via the command-line, its value is used Reviewers: ======== Sergei Golubchik <serg@mariadb.com> Vladislav Vaintroub <wlad@mariadb.com>
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+25