Commit af948cd6 authored by Mikael Ronström's avatar Mikael Ronström

Remove no longer needed things for DBUG handling in thread pool plugins

parent 6d45d27c
...@@ -97,11 +97,6 @@ class thd_scheduler ...@@ -97,11 +97,6 @@ class thd_scheduler
void *data; /* scheduler-specific data structure */ void *data; /* scheduler-specific data structure */
# ifndef DBUG_OFF
char dbug_explain[512];
bool set_explain;
# endif
thd_scheduler(); thd_scheduler();
~thd_scheduler(); ~thd_scheduler();
}; };
......
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