Skip to content

Commit ce9aeb8

Browse files
committed
MariaRocks port: Support --force-restart "pseudo-argument", part#2
1 parent 600a207 commit ce9aeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/mysql-test-run.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5256,7 +5256,7 @@ sub server_need_restart {
52565256

52575257
sub servers_need_restart($) {
52585258
my ($tinfo)= @_;
5259-
if ($tinfo->{'force_restart'} == 1) {
5259+
if (defined($tinfo->{'force_restart'})) {
52605260
return all_servers();
52615261
} else {
52625262
return grep { server_need_restart($tinfo, $_); } all_servers();

0 commit comments

Comments
 (0)