Skip to content

Commit 9af19ea

Browse files
authored
CHANGELOG: Add changelog for 2.0.4 (#6846)
1 parent 5bd2a66 commit 9af19ea

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project will be documented in this file. See also [Release Notes](https://github.com/pingcap/docs/blob/master/releases/rn.md), [TiKV changelog](https://github.com/pingcap/tikv/blob/master/CHANGELOG.md) and [PD changelog](https://github.com/pingcap/pd/blob/master/CHANGELOG.md).
44

5+
## [2.0.4] - 2018-06-15
6+
### New Features
7+
- Support the `ALTER TABLE t DROP COLUMN a CASCADE` syntax
8+
- Support configuring the value of `tidb_snapshot` to TSO
9+
### Improvements
10+
- Refine the display of statement types in monitoring items
11+
- Optimize the accuracy of query cost estimation
12+
- Configure the `backoff max delay` parameter of gRPC
13+
- Support cofiguring the memory threshold of a single statement in the configuration file
14+
### Bug Fixes
15+
- Fix the side effects of the `Cast Decimal` data
16+
- Fix the wrong result issue of the `Merge Join` operator in specific scenarios
17+
- Fix the issue of converting the Null object to String
18+
- Fix the issue of casting Json type of to Json type
19+
- Refactor the error of Optimizer
20+
- Fix the issue that the result order is not consistent with MySQL in the condition of `Union` + `OrderBy`
21+
- Fix the compliance rules issue when the `Union` statement checks the `Limit/OrderBy` clause
22+
- Fix the compatibility issue of the `Union All` result
23+
- Fix a bug in predicate pushdown
24+
- Fix the compatibility issue of the `Union` statement with the `For Update` clause
25+
- Fix the issue that the `concat_ws` function mistakenly truncates the result
26+
527
## [2.0.3] - 2018-06-01
628
### New Features
729
- Support modifying the log level online

0 commit comments

Comments
 (0)