diff --git a/Changelog b/Changelog index e9f1a3b9..c172fb83 100644 --- a/Changelog +++ b/Changelog @@ -6,7 +6,7 @@ v2.2.17 released 2016-03-07 * Fixed bug 1529411: pt-mysql-summary displays incorrect info about Fast Server Restarts for Percona Server 5.6 * Fixed bug 1506748: pt-online-schema-change cannot set sql_mode using --set-vars * Fixed bug 1336734: pt-online-schema-change added --null-to-non-null option to allow NULLable columns to be converted to NOT NULL - * Fixed bug 1336734: pt-online-schema-change doesn't apply underscores to foreign keys individually + * Fixed bug 1498128: pt-online-schema-change doesn't apply underscores to foreign keys individually * Fixed bug 1523685: pt-online-schema Invalid recursion method: t=dsns * Fixed bug 1526105: pt-online-schema-change fails when using --no-drop-old-table after 10 times * Fixed bug 1536305: pt-query-digest : Redundant argument in sprintf diff --git a/docs/release_notes.rst b/docs/release_notes.rst index af6d4e42..23a7527c 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -41,7 +41,7 @@ Changelog * Fixed bug 1529411: pt-mysql-summary displays incorrect info about Fast Server Restarts for Percona Server 5.6 * Fixed bug 1506748: pt-online-schema-change cannot set sql_mode using --set-vars * Fixed bug 1336734: pt-online-schema-change added --null-to-non-null option to allow NULLable columns to be converted to NOT NULL -* Fixed bug 1336734: pt-online-schema-change doesn't apply underscores to foreign keys individually +* Fixed bug 1498128: pt-online-schema-change doesn't apply underscores to foreign keys individually * Fixed bug 1523685: pt-online-schema Invalid recursion method: t=dsns * Fixed bug 1526105: pt-online-schema-change fails when using --no-drop-old-table after 10 times * Fixed bug 1536305: pt-query-digest : Redundant argument in sprintf