1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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

This commit is contained in:
Mikael Ronström
2011-02-10 19:06:37 +01:00
parent 6d45d27cbc
commit af948cd6fc

View File

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