Commit 2d332d62 authored by Bjorn Munch's avatar Bjorn Munch

Removed unused code accidentally pushed with Bug @58122

parent 093d94cc
...@@ -1560,12 +1560,6 @@ sub command_line_setup { ...@@ -1560,12 +1560,6 @@ sub command_line_setup {
$debug_d= "d,query,info,error,enter,exit"; $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..."); mtr_report("Checking supported features...");
check_ndbcluster_support(\%mysqld_variables); check_ndbcluster_support(\%mysqld_variables);
......
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