Bug #81583 OPTIMZE in InnoDB Page Compression documentation page instead of OPTIMIZE
Submitted: 25 May 2016 4:12 Modified: 27 May 2016 18:22
Reporter: Nikolai Ikhalainen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.7 OS:Any
Assigned to: CPU Architecture:Any

[25 May 2016 4:12] Nikolai Ikhalainen
Description:
There is a typo at InnoDB Page Compression page:
https://dev.mysql.com/doc/refman/5.7/en/innodb-page-compression.html

How to repeat:
https://dev.mysql.com/doc/refman/5.7/en/innodb-page-compression.html

Suggested fix:
ALTER TABLE t1 COMPRESSION="zlib";
-OPTIMZE TABLE t1;
+OPTIMIZE TABLE t1;
Disabling Page Compression

ALTER TABLE t1 COMPRESSION="None";
-OPTIMZE TABLE t1;
+OPTIMZE TABLE t1;
[25 May 2016 4:48] MySQL Verification Team
Hello Nikolai Ikhalainen,

Thank you for the report and feedback!

Thanks,
Umesh
[27 May 2016 18:22] Daniel Price
Posted by developer:
 
The typo has been addressed. 

Thank you for the bug report.