Bug #77534 Wrong mode name in InnoDB Online Alter docs
Submitted: 29 Jun 2015 9:00 Modified: 29 Jun 2015 9:17
Reporter: Daniël van Eeden (OCA) Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.6 OS:Any
Assigned to: CPU Architecture:Any

[29 Jun 2015 9:00] Daniël van Eeden
Description:
Page: http://dev.mysql.com/doc/refman/5.6/en/innodb-create-index-overview.html

This:
"When SQL_MODE includes strict_all_tables or strict_all_tables, the operation fails if the column contains any nulls."

Should probably be this:
"When SQL_MODE includes strict_all_tables or strict_trans_tables, the operation fails if the column contains any nulls."

How to repeat:
Read docs

Suggested fix:
s/strict_all_tables/strict_trans_tables/

Maybe also use uppercase to be more consistent?
[29 Jun 2015 9:17] MySQL Verification Team
Hello Daniël,

Thank you for the report.
Duplicate of Bug #77501

Thanks,
Umesh