Bug #46668 [Warning] option 'innodb_autoextend_increment': unsigned value 1048576 adjusted
Submitted: 12 Aug 2009 5:26 Modified: 12 Aug 2009 7:37
Reporter: Tom Keyser Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S3 (Non-critical)
Version:5.0.82 OS:Linux (Centos 5.3)
Assigned to: CPU Architecture:Any
Tags: innodb_autoextend_increment

[12 Aug 2009 5:26] Tom Keyser
Description:
[Warning] option 'innodb_autoextend_increment': unsigned value 1048576 adjusted to 1000

Why is this in my logs.. I have place in my my.cnf a variety of values from 1G to 1M and still this shows up in the logs repeatedly.

How to repeat:
It is in the log on all loads of mysqld
[12 Aug 2009 6:37] Sveta Smirnova
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://dev.mysql.com/doc/ and the instructions on
how to report a bug at http://bugs.mysql.com/how-to-report.php

According to http://dev.mysql.com/doc/refman/5.0/en/innodb-parameters.html#sysvar_innodb_autoextend_inc...: "Range 	1-1000"

So any value greater than 1000 will be adjusted.
[12 Aug 2009 7:37] Tom Keyser
Sorry, my mistake..