1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

small cleanups

This commit is contained in:
Vladislav Vaintroub
2012-01-24 03:23:14 +01:00
parent b1422b8f1b
commit d50649ecf7
6 changed files with 12 additions and 27 deletions

View File

@ -19,6 +19,9 @@ uint threadpool_stall_limit;
uint threadpool_max_threads;
uint threadpool_oversubscribe;
/* Stats */
TP_STATISTICS tp_stats;
extern "C" pthread_key(struct st_my_thread_var*, THR_KEY_mysys);
extern bool do_command(THD*);