mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite
This commit is contained in:
committed by
Sergei Golubchik
parent
749c127822
commit
594bed9b42
@@ -7,7 +7,9 @@ if (!$PAM_PLUGIN_VERSION) {
|
||||
|
||||
eval install plugin pam soname '$PAM_PLUGIN_VERSION';
|
||||
create user test_pam identified via pam using 'mariadb_mtr';
|
||||
grant all on test.* to test_pam;
|
||||
create user pam_test;
|
||||
grant all on test.* to pam_test;
|
||||
grant proxy on pam_test to test_pam;
|
||||
|
||||
let $plugindir=`SELECT @@global.plugin_dir`;
|
||||
|
Reference in New Issue
Block a user