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:
@ -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 || ""
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user