summaryrefslogtreecommitdiff
path: root/storage/innobase/include
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-12-16 17:08:56 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2022-12-16 17:08:56 +0200
commitb8f4b984f9f23b336491c91c70be448b6fa8f095 (patch)
treee39bc3a66694fa3347b5714a96ddc93a7c669ab3 /storage/innobase/include
parentd0cd49497fcaf919c1f9c7e929e3003252db8c62 (diff)
downloadmariadb-git-b8f4b984f9f23b336491c91c70be448b6fa8f095.tar.gz
MDEV-24685 fixup: Remove srv_n_file_io_threads
The variable was not really being used for anything. The parameters innodb_read_io_threads, innodb_write_io_threads have replaced innodb_file_io_threads.
Diffstat (limited to 'storage/innobase/include')
-rw-r--r--storage/innobase/include/srv0srv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/innobase/include/srv0srv.h b/storage/innobase/include/srv0srv.h
index ea04e8be75d..077e68e2a16 100644
--- a/storage/innobase/include/srv0srv.h
+++ b/storage/innobase/include/srv0srv.h
@@ -313,7 +313,6 @@ extern ulong srv_buf_pool_load_pages_abort;
/** Lock table size in bytes */
extern ulint srv_lock_table_size;
-extern uint srv_n_file_io_threads;
extern my_bool srv_random_read_ahead;
extern ulong srv_read_ahead_threshold;
extern uint srv_n_read_io_threads;
@@ -434,8 +433,6 @@ extern bool srv_log_file_created;
extern ulint srv_dml_needed_delay;
-#define SRV_MAX_N_IO_THREADS 130
-
/** innodb_purge_threads; the number of purge tasks to use */
extern uint srv_n_purge_threads;