1
0
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:
Bjorn Munch
2011-02-16 12:24:17 +01:00
parent b2089dc80a
commit 3e3fd17cd7

View File

@ -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);