summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r--sql/mysqld.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc
index f2a36042b94..56c5734146c 100644
--- a/sql/mysqld.cc
+++ b/sql/mysqld.cc
@@ -7430,10 +7430,8 @@ mysqld_get_one_option(int optid,
{
switch(optid) {
case '#':
-#ifndef DBUG_OFF
- DBUG_SET_INITIAL(argument ? argument : default_dbug_option);
-#endif
DEBUGGER_ON;
+ DBUG_SET_INITIAL(argument ? argument : default_dbug_option);
opt_endinfo=1; /* unireg: memory allocation */
break;
case 'a':