mirror of
https://github.com/MariaDB/server.git
synced 2025-07-24 19:42:23 +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,
|
||||
join("\n",
|
||||
"set args @$$args $input",
|
||||
split /;/, $opt_gdb
|
||||
split /;/, $opt_gdb || ""
|
||||
));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user