Skip to content

Commit c47c0ca

Browse files
committed
mtr: uninitialized warning (if --manual-gdb or --boot-gdb)
1 parent 6d2c70b commit c47c0ca

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
@@ -5680,7 +5680,7 @@ sub gdb_arguments {
56805680
mtr_tofile($gdb_init_file,
56815681
join("\n",
56825682
"set args @$$args $input",
5683-
split /;/, $opt_gdb
5683+
split /;/, $opt_gdb || ""
56845684
));
56855685
}
56865686

0 commit comments

Comments
 (0)