summaryrefslogtreecommitdiff
path: root/mysql-test/t/failed_auth_unixsocket.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-7089: Test failures in main.failed_auth_unixsocket and ↵Kristian Nielsen2014-11-121-2/+8
| | | | | | | | | | | | | plugins.unix_socket depending on environment The test cases had some --replace_result $USER USER. The problem is that the value of $USER can be anything, depending on the name of the unix account that runs the test suite. So random parts of the result can be errorneously replaced, causing test failures. Fix by making the replacements more specific, so they will match only the intended stuff regardless of the value of $USER.
* mysqltest bug: reset --replace command after everySergei Golubchik2014-03-241-0/+1
| | | | error message (because error messages use replacements)
* 5.3-mergeSergei Golubchik2014-03-161-2/+2
|
* unix_socket bypasses make_if_fail by not doing any network readsSergei Golubchik2014-03-131-0/+29