1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Merge branch '10.0' into 10.1

This commit is contained in:
Sergei Golubchik
2016-08-25 12:40:09 +02:00
381 changed files with 5156 additions and 3896 deletions

View File

@ -5,6 +5,9 @@ grant proxy on pam_test to test_pam;
show variables like 'pam_use_%';
Variable_name Value
pam_use_cleartext_plugin ON
#
# same test as in pam.test now fails
#
drop user test_pam;
drop user pam_test;
uninstall plugin pam;