Commit 1fd7c103 authored by Jonathan Perkin's avatar Jonathan Perkin

Additional change required for bug#46834, find the std_data directory

correctly in RPMs.
parent 4937d5e4
......@@ -141,8 +141,9 @@ sub fix_secure_file_priv {
sub fix_std_data {
my ($self, $config, $group_name, $group)= @_;
my $basedir= $self->get_basedir($group);
return "$basedir/mysql-test/std_data";
return my_find_dir($self->get_basedir($group),
["share/mysql-test", "mysql-test"],
"std_data");
}
sub ssl_supported {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment