1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Merge 10.4 into 10.5

This commit is contained in:
Marko Mäkelä
2020-01-07 14:10:15 +02:00
18 changed files with 418 additions and 195 deletions

View File

@@ -4,7 +4,7 @@ use My::Platform;
@ISA = qw(My::Suite);
if (-d '../sql') {
if (-d '../sql' && !&::using_extern()) {
my $src = "$::bindir/plugin/auth_pam/auth_pam_tool";
my $dst = "$::plugindir/auth_pam_tool_dir/auth_pam_tool";
::mkpath( "$::plugindir/auth_pam_tool_dir");