[DOC] variable innodb_log_checksum_algorithm isn't marked as dynamic

Bug #1354414 reported by Hrvoje Matijakovic
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona Server moved to https://jira.percona.com/projects/PS
Fix Released
Medium
Hrvoje Matijakovic
5.6
Fix Released
Medium
Hrvoje Matijakovic

Bug Description

[DOC] variable innodb_log_checksum_algorithm isn't marked as dynamic but I'm able to change the value dynamically:

mysql> show variables like 'innodb_log_checksum_algorithm';
+-------------------------------+--------+
| Variable_name | Value |
+-------------------------------+--------+
| innodb_log_checksum_algorithm | innodb |
+-------------------------------+--------+
1 row in set (0.00 sec)

mysql> set global innodb_log_checksum_algorithm='crc32';
Query OK, 0 rows affected (0.00 sec)

mysql> show variables like 'innodb_log_checksum_algorithm';
+-------------------------------+-------+
| Variable_name | Value |
+-------------------------------+-------+
| innodb_log_checksum_algorithm | crc32 |
+-------------------------------+-------+
1 row in set (0.00 sec)

Tags: doc
Revision history for this message
Hrvoje Matijakovic (hrvojem) wrote :
Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PS-1532

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.