Skip to content

Commit

Permalink
mtr: uninitialized warning (if --manual-gdb or --boot-gdb)
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Sep 28, 2018
1 parent 6d2c70b commit c47c0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-test/mysql-test-run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -5680,7 +5680,7 @@ sub gdb_arguments {
mtr_tofile($gdb_init_file,
join("\n",
"set args @$$args $input",
split /;/, $opt_gdb
split /;/, $opt_gdb || ""
));
}

Expand Down

0 comments on commit c47c0ca

Please sign in to comment.