Commit 67117576 authored by Alexey Botchkov's avatar Alexey Botchkov

Bug#44470 innodb_file_io_threads precludes mysql from starting

    the innodb_file_io_threads option isn't present here.
    Changed with the innodb_read/write_io_threads

per-file comments:
  support-files/my-innodb-heavy-4G.cnf.sh
parent 36751d2b
......@@ -397,9 +397,10 @@ innodb_data_file_path = ibdata1:10M:autoextend
#innodb_data_home_dir = <directory>
# Number of IO threads to use for async IO operations. This value is
# hardcoded to 4 on Unix, but on Windows disk I/O may benefit from a
# hardcoded to 8 on Unix, but on Windows disk I/O may benefit from a
# larger number.
innodb_file_io_threads = 4
innodb_write_io_threads = 8
innodb_read_io_threads = 8
# If you run into InnoDB tablespace corruption, setting this to a nonzero
# value will likely help you to dump your tables. Start from value 1 and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment