Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-7089: Test failures in main.failed_auth_unixsocket and ↵ | Kristian Nielsen | 2014-11-12 | 1 | -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 every | Sergei Golubchik | 2014-03-24 | 1 | -0/+1 |
| | | | | error message (because error messages use replacements) | ||||
* | 5.3-merge | Sergei Golubchik | 2014-03-16 | 1 | -2/+2 |
| | |||||
* | unix_socket bypasses make_if_fail by not doing any network reads | Sergei Golubchik | 2014-03-13 | 1 | -0/+29 |