mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug #33337 mysql-test-run.pl options --gdb and --ddd don't work with --embedded-server
This commit is contained in:
@ -1044,6 +1044,13 @@ sub command_line_setup {
|
|||||||
{
|
{
|
||||||
mtr_error("Can't use --extern with --embedded-server");
|
mtr_error("Can't use --extern with --embedded-server");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ( $opt_gdb || $opt_ddd || $opt_manual_gdb || $opt_manual_ddd ||
|
||||||
|
$opt_manual_debug || $opt_debugger )
|
||||||
|
{
|
||||||
|
mtr_error("You need to use the client debug options for the",
|
||||||
|
"embedded server. Ex: --client-gdb");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user