summaryrefslogtreecommitdiff
path: root/sql/scheduler.h
diff options
context:
space:
mode:
authorMikael Ronström <mikael@dator9>2011-02-10 19:06:37 +0100
committerMikael Ronström <mikael@dator9>2011-02-10 19:06:37 +0100
commitaf948cd6fce0878375b363b980f7432ef41273b9 (patch)
tree9046db29b11bb8729f97f1d66101708010b56b18 /sql/scheduler.h
parent6d45d27cbc9c343736a97cafa504eb1998d8bd70 (diff)
downloadmariadb-git-af948cd6fce0878375b363b980f7432ef41273b9.tar.gz
Remove no longer needed things for DBUG handling in thread pool plugins
Diffstat (limited to 'sql/scheduler.h')
-rw-r--r--sql/scheduler.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/scheduler.h b/sql/scheduler.h
index b5a175434b6..72eb56967f1 100644
--- a/sql/scheduler.h
+++ b/sql/scheduler.h
@@ -97,11 +97,6 @@ public:
void *data; /* scheduler-specific data structure */
-# ifndef DBUG_OFF
- char dbug_explain[512];
- bool set_explain;
-# endif
-
thd_scheduler();
~thd_scheduler();
};