summaryrefslogtreecommitdiff
path: root/mysql-test/main/mysql.test
Commit message (Collapse)AuthorAgeFilesLines
* Add option --enable-cleartext-plugin to the MariaDB clientTing Nian2022-05-261-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For compatibility reasons, add the option to the MariaDB client without any functional changes besides simply accepting the option and emitting a warning that it is obsolete. In MySQL this security related option is compulsory in certain use cases. When users switch to MariaDB, this client command that used to work starts failing without a sensible error message. In worst case users resort to re-installing the mysql client from MySQL. In MariaDB the option is obsolete and should simply be ignored. Users however don't have any opportunity to learn that unless the client program tells them so. Before: mysql --enable-cleartext-plugin ... mysql: unknown option '--enable-cleartext-plugin' (program terminates) After: mysql --enable-cleartext-plugin ... WARNING: option '--enable-cleartext-plugin' is obsolete. (program executes) All new code of the whole pull request, including one or several files that are either new files or modified ones, are contributed under the BSD-new license. I am contributing on behalf of my employer Amazon Web Services, Inc.
* Merge branch '10.2' into 10.3Monty2019-09-031-1/+1
|
* Merge 10.2 into 10.3Marko Mäkelä2019-03-271-0/+6
|
* Merge branch '10.2' into 10.3Oleksandr Byelkin2019-02-121-9/+8
|
* dirty mergeOleksandr Byelkin2019-02-071-0/+23
|
* Merge 10.2 into 10.3Marko Mäkelä2018-08-281-4/+1
|
* Merge branch 'github/10.2' into 10.3Sergei Golubchik2018-05-221-4/+12
|
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+677