mirror of
https://github.com/MariaDB/server.git
synced 2025-07-07 06:01:31 +03:00
Removed unused code accidentally pushed with Bug @58122
This commit is contained in:
@ -1560,12 +1560,6 @@ sub command_line_setup {
|
||||
$debug_d= "d,query,info,error,enter,exit";
|
||||
}
|
||||
|
||||
if ($opt_debug && $opt_debug ne "1")
|
||||
{
|
||||
$debug_d= "d,$opt_debug";
|
||||
$debug_d= "d,query,info,error,enter,exit" if $opt_debug eq "std";
|
||||
}
|
||||
|
||||
mtr_report("Checking supported features...");
|
||||
|
||||
check_ndbcluster_support(\%mysqld_variables);
|
||||
|
Reference in New Issue
Block a user