mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 11:41:36 +03:00
MDEV-37600 Backpoint MDEV-9804 Implement a caching_sha2_password plugin
but without caching
This commit is contained in:
committed by
Vladislav Vaintroub
parent
acd3db4e44
commit
c0233a09ee
5
plugin/auth_mysql_sha2/mysql-test/mysql_sha2/suite.pm
Normal file
5
plugin/auth_mysql_sha2/mysql-test/mysql_sha2/suite.pm
Normal file
@@ -0,0 +1,5 @@
|
||||
package My::Suite::AuthSHA2;
|
||||
@ISA = qw(My::Suite);
|
||||
return "Not run for embedded server" if $::opt_embedded_server;
|
||||
sub is_default { 1 }
|
||||
bless { };
|
||||
Reference in New Issue
Block a user