Bug #55642 | Please document innodb_thread_concurrency=0 impact on SHOW ENGINE INNODB STATUS | ||
---|---|---|---|
Submitted: | 30 Jul 2010 2:33 | Modified: | 19 Jul 2012 23:28 |
Reporter: | Roel Van de Paar | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | John Russell | CPU Architecture: | Any |
[30 Jul 2010 2:33]
Roel Van de Paar
[30 Jul 2010 3:13]
Roel Van de Paar
Verifying. I can reproduce '1 queries inside InnoDB' <vs> '0 queries inside InnoDB'. 'queries in queue' not tested.
[5 Aug 2010 11:09]
Marko Mäkelä
The function srv_conc_force_enter_innodb() and related functions skip all bookkeeping when innodb_thread_concurrency=0. SHOW ENGINE INNODB STATUS is displaying the default value of the counter.
[19 Jul 2012 23:28]
John Russell
Added the extra info under the description of the innodb_thread_concurrency config option. Applied the fix to the 5.1, 5.5, and 5.6 Ref Mans.