Bug #43400 MySQL Performance version options have bad default values
Submitted: 5 Mar 2009 7:15 Modified: 21 Mar 2009 0:04
Reporter: Philip Stoev Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:Summit v0.2.1 OS:Any
Assigned to: Mikael Ronström CPU Architecture:Any

[5 Mar 2009 7:15] Philip Stoev
Description:
When starting the MySQL performance version, the following is printede to the error log:

090304 10:43:53 [Warning] option 'innodb-io-capacity': signed value -1 adjusted to 100
090304 10:43:53 [Warning] option 'plugin-innodb-io-capacity': signed value -1 adjusted to 100

How to repeat:
MTR_VERSION=1 perl mysql-test-run.pl --start-and-exit

cat var/log/master.err
[20 Mar 2009 18:44] Mikael Ronström
Fixed and pushed to 0.2.2 performance version
[21 Mar 2009 0:04] Paul DuBois
Noted in 0.2.2 changelog.

The innodb-io-capacity and plugin-innodb-io-capacity options were set 
to incorrect default values.