1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Merged latest mt-flush code to xtradb. Cleaned up thread statistic output

code.
This commit is contained in:
Jan Lindström
2014-02-07 15:31:31 +02:00
parent 18353c6a4d
commit a5cf3a800e
9 changed files with 910 additions and 718 deletions

View File

@@ -279,7 +279,7 @@ extern my_bool srv_use_lz4;
/* Number of flush threads */
#define MTFLUSH_MAX_WORKER 64
extern ulint srv_mtflush_threads;
extern long srv_mtflush_threads;
/** Server undo tablespaces directory, can be absolute path. */
extern char* srv_undo_dir;