mirror of https://github.com/milvus-io/milvus.git
fix changelog
Former-commit-id: 9d7996e2d76f39f514ccc257a55f82fedbd20a0fpull/191/head
parent
6207e83000
commit
54b0857cb2
|
@ -7,9 +7,15 @@ Please mark all change in change log and use the ticket from JIRA.
|
||||||
|
|
||||||
## Bug
|
## 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
|
## Improvement
|
||||||
- MS-156 - Add unittest for merge result functions
|
- MS-156 - Add unittest for merge result functions
|
||||||
|
|
||||||
|
- MS-152 - Delete assert in MySQLMetaImpl and change MySQLConnectionPool impl
|
||||||
|
|
||||||
## New Feature
|
## New Feature
|
||||||
|
|
||||||
## Task
|
## Task
|
||||||
|
@ -26,9 +32,6 @@ Please mark all change in change log and use the ticket from JIRA.
|
||||||
- MS-90 - Fix arch match incorrect on ARM
|
- MS-90 - Fix arch match incorrect on ARM
|
||||||
- MS-99 - Fix compilation bug
|
- MS-99 - Fix compilation bug
|
||||||
- MS-110 - Avoid huge file size
|
- 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
|
## Improvement
|
||||||
- MS-82 - Update server startup welcome message
|
- MS-82 - Update server startup welcome message
|
||||||
|
@ -42,7 +45,6 @@ Please mark all change in change log and use the ticket from JIRA.
|
||||||
- MS-124 - HasTable interface
|
- MS-124 - HasTable interface
|
||||||
- MS-126 - Add more error code
|
- MS-126 - Add more error code
|
||||||
- MS-128 - Change default db path
|
- MS-128 - Change default db path
|
||||||
- MS-152 - Delete assert in MySQLMetaImpl and change MySQLConnectionPool impl
|
|
||||||
|
|
||||||
## New Feature
|
## New Feature
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue