mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Finally! Make './mtr --valgrind-mysqld --gdb' to work.
It has its limitations, e.g. it assumes that there's only one gdb and only one valgrind process is running. And a hard-coded one-second delay might be too short for slow machines. Still, it's better than "doesn't work at all"
This commit is contained in:
@ -84,7 +84,7 @@ sub is_child {
|
||||
}
|
||||
|
||||
|
||||
my @safe_process_cmd;
|
||||
our @safe_process_cmd;
|
||||
my $safe_kill;
|
||||
my $bindir;
|
||||
|
||||
|
Reference in New Issue
Block a user