Commit afd9558e authored by unknown's avatar unknown

Don't run mysqld when started in ddd

Maybe we should do the same for gdb?

parent 707074a5
...@@ -3212,8 +3212,7 @@ sub ddd_arguments { ...@@ -3212,8 +3212,7 @@ sub ddd_arguments {
"break mysql_parse\n" . "break mysql_parse\n" .
"commands 1\n" . "commands 1\n" .
"disable 1\n" . "disable 1\n" .
"end\n" . "end");
"run");
} }
if ( $opt_manual_ddd ) if ( $opt_manual_ddd )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment