From cc9273c3f15e786a804771266b03499063ca3a2f Mon Sep 17 00:00:00 2001 From: zhiru Date: Mon, 15 Jul 2019 10:45:20 +0800 Subject: [PATCH] Return AlreadyExist status in MySQLMetaImpl::CreateTable if table already exists Former-commit-id: 40b4236e67a57aa2eafe1d889d0676101cd821fd --- cpp/CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cpp/CHANGELOG.md b/cpp/CHANGELOG.md index 7e7f88a2..946e08e9 100644 --- a/cpp/CHANGELOG.md +++ b/cpp/CHANGELOG.md @@ -12,6 +12,7 @@ Please mark all change in change log and use the ticket from JIRA. - MS-153 - fix c_str error when connecting to MySQL - MS-157 - fix changelog - MS-190 - use env variable to switch mem manager and fix cmake +- MS-224 - Return AlreadyExist status in MySQLMetaImpl::CreateTable if table already exists ## Improvement - MS-156 - Add unittest for merge result functions @@ -21,11 +22,9 @@ Please mark all change in change log and use the ticket from JIRA. - MS-208 - Add buildinde interface for C++ SDK - MS-212 - Support Inner product metric type -## New Feature -- MS-195 - Add nlist and use_blas_threshold conf - ## New Feature - MS-180 - Add new mem manager +- MS-195 - Add nlist and use_blas_threshold conf ## Task -- GitLab