1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Google IO rate patch with a portability fix

This commit is contained in:
Mikael Ronstrom
2008-10-15 14:30:31 +02:00
parent 9daa56fd5c
commit 54abde5e06
5 changed files with 221 additions and 43 deletions

View File

@ -91,6 +91,14 @@ extern ulint srv_lock_table_size;
extern ulint srv_n_file_io_threads;
/* Number of IO operations per second the server can do */
extern ulint srv_io_capacity;
/* Flush dirty pages when below max dirty percent */
extern ibool srv_extra_dirty_writes;
#ifdef UNIV_LOG_ARCHIVE
extern ibool srv_log_archive_on;
extern ibool srv_archive_recovery;