Bug #112012 [Warning] [MY-011825] [InnoDB]
Submitted: 9 Aug 2023 12:33 Modified: 9 Aug 2023 13:11
Reporter: Nabeel Lathief Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:8.0.32 OS:Red Hat
Assigned to: CPU Architecture:Any

[9 Aug 2023 12:33] Nabeel Lathief
Description:
Hello Team,

After upgrading MySQL version 8.0.28 to 8.0.32. I am getting this warning continuously.  

2023-08-09T09:52:55.902609Z 8243 [Warning] [MY-011825] [InnoDB] Cannot add field `filedname` in table `databasename`.`tablename` because after adding it, the row size is 8251 which is greater than maximum allowed size (8126) for a record on index leaf page.

How to repeat:
Run an insert or update on the table.
[9 Aug 2023 13:11] MySQL Verification Team
Hi Mr. Lathief,

Thank you for your bug report.

However, we are not able to repeat it.

We do not have your table structure nor the statements which return that error.

For your notice, if we can not repeat it on 8.0.34 that this will not be a bug. Please, always use the latest release available.
[9 Aug 2023 13:13] MySQL Verification Team
HI,

One more comment.

Warnings are not any evidence of the bug. Simply, new release has a warning that informs you that some of your table attributes have been changed from static to dynamic length.

Hence, this is just the added benefit of the new release and NOT a bug.