summaryrefslogtreecommitdiff
path: root/mysql-test/suite/plugins/t/unix_socket.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-5215 prerequisite: remove test and test_* database hacks in the test suiteOleksandr Byelkin2022-11-011-0/+5
|
* Merge 10.3 into 10.4Marko Mäkelä2021-06-211-6/+6
|\
| * MDEV-25884 Tests use environment $USER variable without quotesElena Stepanova2021-06-101-6/+6
| |
* | try harder to link unix_socket plugin staticallySergei Golubchik2019-02-211-13/+4
|/ | | | fix unix_socket tests to work if unix_socket is a built-in
* Reset user status after unix_socket.testMonty2016-06-191-1/+1
| | | | Fixed mysql-test-run failures for roles.acl_statistics
* MDEV-7089: Test failures in main.failed_auth_unixsocket and ↵Kristian Nielsen2014-11-121-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-mergeSergei Golubchik2014-03-161-17/+1
|\
| * mtr: move if(unix_socket) test to include/have_unix_socket.incSergei Golubchik2014-03-131-5/+1
| |
* | unix_socket fails in some build environments when $USER variableElena Stepanova2014-02-051-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.unknown2013-05-141-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 Golubchik2011-12-301-0/+56
test added.