summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
diff options
context:
space:
mode:
authorunknown <serg@janus.mylan>2008-02-05 14:19:53 +0100
committerunknown <serg@janus.mylan>2008-02-05 14:19:53 +0100
commit7e54b96791b7233896f73d05e79146a1c612bc9b (patch)
tree4a7df64c2b741a5c2cff9da54160f0163d733232 /sql/mysqld.cc
parentcd6a090a78882ba1f5262ea79c8020740c2ad5d1 (diff)
downloadmariadb-git-7e54b96791b7233896f73d05e79146a1c612bc9b.tar.gz
cleanup
dbug/dbug.c: dbug naming conventions include/my_dbug.h: unused function
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':