1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-20 10:24:14 +03:00

mtr: uninitialized warning (if --manual-gdb or --boot-gdb)

This commit is contained in:
Sergei Golubchik
2018-09-27 21:43:21 +02:00
parent 6d2c70bc55
commit c47c0ca50c

View File

@ -5680,7 +5680,7 @@ EOF
mtr_tofile($gdb_init_file, mtr_tofile($gdb_init_file,
join("\n", join("\n",
"set args @$$args $input", "set args @$$args $input",
split /;/, $opt_gdb split /;/, $opt_gdb || ""
)); ));
} }