1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-08 00:28:29 +03:00
Files
mariadb/plugin/auth_mysql_sha2/mysql-test/mysql_sha2/suite.pm
2025-09-21 13:13:30 +02:00

6 lines
147 B
Perl

package My::Suite::AuthSHA2;
@ISA = qw(My::Suite);
return "Not run for embedded server" if $::opt_embedded_server;
sub is_default { 1 }
bless { };