1
0
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:
unknown
2008-02-13 16:38:16 +01:00
parent ccd83f1fe6
commit cbaf350bcb

View File

@@ -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 )
{