You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,28 @@
2
2
3
3
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).
4
4
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
0 commit comments