From f63c3899626c40ec51f35c6f52a1cea770b6a3ab Mon Sep 17 00:00:00 2001 From: zhiru Date: Thu, 4 Jul 2019 17:15:38 +0800 Subject: [PATCH 1/2] fix changelog Former-commit-id: 6e353ed65ec462256e4787e41b4716975dfd5a4c --- cpp/CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/cpp/CHANGELOG.md b/cpp/CHANGELOG.md index 038289a2e0..c6c89ba040 100644 --- a/cpp/CHANGELOG.md +++ b/cpp/CHANGELOG.md @@ -7,8 +7,14 @@ Please mark all change in change log and use the ticket from JIRA. ## Bug +- MS-148 - Disable cleanup if mode is read only +- MS-149 - Fixed searching only one index file issue in distributed mode +- MS-153 - fix c_str error when connecting to MySQL + ## Improvement +- MS-152 - Delete assert in MySQLMetaImpl and change MySQLConnectionPool impl + ## New Feature ## Task @@ -25,9 +31,6 @@ Please mark all change in change log and use the ticket from JIRA. - MS-90 - Fix arch match incorrect on ARM - MS-99 - Fix compilation bug - MS-110 - Avoid huge file size -- MS-148 - Disable cleanup if mode is read only -- MS-149 - Fixed searching only one index file issue in distributed mode -- MS-153 - fix c_str error when connecting to MySQL ## Improvement - MS-82 - Update server startup welcome message @@ -41,7 +44,6 @@ Please mark all change in change log and use the ticket from JIRA. - MS-124 - HasTable interface - MS-126 - Add more error code - MS-128 - Change default db path -- MS-152 - Delete assert in MySQLMetaImpl and change MySQLConnectionPool impl ## New Feature From b88314c6807781a14434c9c66e0a092c335d2c8f Mon Sep 17 00:00:00 2001 From: zhiru Date: Thu, 4 Jul 2019 17:17:09 +0800 Subject: [PATCH 2/2] fix changelog Former-commit-id: 56acf5034ef3cf2c07146684d72a19ada980d69f --- cpp/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/CHANGELOG.md b/cpp/CHANGELOG.md index c6c89ba040..380d381b15 100644 --- a/cpp/CHANGELOG.md +++ b/cpp/CHANGELOG.md @@ -10,6 +10,7 @@ Please mark all change in change log and use the ticket from JIRA. - MS-148 - Disable cleanup if mode is read only - MS-149 - Fixed searching only one index file issue in distributed mode - MS-153 - fix c_str error when connecting to MySQL +- MS-157 - fix changelog ## Improvement