mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
fix for embedded build
This commit is contained in:
@@ -3920,7 +3920,7 @@ sub mysqld_arguments ($$$$) {
|
||||
mtr_add_arg($args, "%s--datadir=%s", $prefix,
|
||||
$mysqld->{'path_myddir'});
|
||||
|
||||
mtr_add_arg($args, "--disable-sync-frm"); # Faster test
|
||||
mtr_add_arg($args, "%s--disable-sync-frm", $prefix); # Faster test
|
||||
|
||||
if ( $mysql_version_id >= 50106 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user