Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite | Oleksandr Byelkin | 2022-11-01 | 1 | -0/+5 |
| | |||||
* | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-06-21 | 1 | -6/+6 |
|\ | |||||
| * | MDEV-25884 Tests use environment $USER variable without quotes | Elena Stepanova | 2021-06-10 | 1 | -6/+6 |
| | | |||||
* | | try harder to link unix_socket plugin statically | Sergei Golubchik | 2019-02-21 | 1 | -13/+4 |
|/ | | | | fix unix_socket tests to work if unix_socket is a built-in | ||||
* | Reset user status after unix_socket.test | Monty | 2016-06-19 | 1 | -1/+1 |
| | | | | Fixed mysql-test-run failures for roles.acl_statistics | ||||
* | MDEV-7089: Test failures in main.failed_auth_unixsocket and ↵ | Kristian Nielsen | 2014-11-12 | 1 | -3/+7 |
| | | | | | | | | | | | | | 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. | ||||
* | 5.3-merge | Sergei Golubchik | 2014-03-16 | 1 | -17/+1 |
|\ | |||||
| * | mtr: move if(unix_socket) test to include/have_unix_socket.inc | Sergei Golubchik | 2014-03-13 | 1 | -5/+1 |
| | | |||||
* | | unix_socket fails in some build environments when $USER variable | Elena Stepanova | 2014-02-05 | 1 | -0/+13 |
| | | | | | | | | | | | | appears to be unset, or when it contains 'root' even though the user does not have real root permissions | ||||
* | | Fix test failure in plugins.unix_socket when running tests as user root. | unknown | 2013-05-14 | 1 | -0/+3 |
|/ | | | | | | (The problem is that if $USER is root, then the authentication will log in with the mysqld user root. And then CURRENT_USER() returns a valid user, giving .result file difference). | ||||
* | plugin renamed socket_peercred -> unix_socket. | Sergei Golubchik | 2011-12-30 | 1 | -0/+56 |
test added. |