The configuration community:
concurrent_insert
Information
If ON (the default) MySQL allows INSERT and SELECT statements to run concurrently for MyISAM tables that have no free blocks in the middle of the data file. You can turn this option off by starting mysqld with --safe or --skip-new. This variable was added in MySQL 3.23.7.
Syntax
Example



