mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge with 5.2
Fixed some compiler errors regarding longlong2str() strings/longlong2str.c: Fixed usage of wrong variable strings/longlong2str_asm.c: Fixed wrong prototype
This commit is contained in:
@ -1799,6 +1799,7 @@ sub mysql_fix_arguments () {
|
||||
mtr_add_arg($args, "--basedir=%s", $basedir);
|
||||
mtr_add_arg($args, "--bindir=%s", $path_client_bindir);
|
||||
mtr_add_arg($args, "--verbose");
|
||||
mtr_add_arg($args, "--sync-sys=0"); # Speed up test suite
|
||||
return mtr_args2str($exe, @$args);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user