Commit Graph

2538 Commits

Author SHA1 Message Date
184c3e3649 expression: migrate test-infra to testify for typeinfer_test.go (#29613) 2021-11-11 16:59:05 +08:00
62e96720b6 variable: add support for timestamp (#29447) 2021-11-10 00:49:05 +08:00
7227ef87da planner: fix the issue that set wrong length and width for Decimal and Real when using plan-cache (#29579) 2021-11-09 10:47:04 +08:00
a14ad60987 expression: support GBK for builtin function SHA1/SHA2 (#29544) 2021-11-08 17:07:05 +08:00
4df2c21a94 *: TIDB_DECODE_KEY(): Decode keys which only have a TableID (#29522) 2021-11-08 00:19:04 +08:00
f9730b698b expression: set maxScale for type Decimal if the scale is NotFixScale (#29521) 2021-11-07 17:15:04 +08:00
4b110036e1 expression: fix wrong result type for greatest/least (#29408) 2021-11-07 11:17:03 +08:00
2a6d43a760 expression: cleanup code (#29459) 2021-11-07 10:49:12 +08:00
fa8cbd5888 executor: fix wrong result for join with enum type (#29375) 2021-11-05 16:29:03 +08:00
ae65cae8d0 expression: fix wrong caseWhen function for enum type (#29454) 2021-11-05 15:27:06 +08:00
c0eda4b22a expression : improve error handle for EncodeString/Encode (#29451) 2021-11-05 14:31:02 +08:00
b74c13a898 *: run go fmt in go1.17 (#28784) 2021-11-05 12:33:03 +08:00
9409d54d81 expression: support builtin func password for GBK (#29202) 2021-11-05 12:17:02 +08:00
1b5b44047c expression, executor: fix unexpectedly modifying Flen and Decimal of CorrelatedColumn (#29457) 2021-11-05 07:49:02 +08:00
8ae81b3852 expression: fix different results for greatest when vectorized is off (#29438) 2021-11-04 19:17:02 +08:00
8368eeed24 *: remove useless parameter (#29392) 2021-11-04 12:39:02 +08:00
9d9915b8a6 expression: support GBK for builtin function Decode and Encode (#29315) 2021-11-03 20:17:01 +08:00
a95927f50a expression: Fix wrong result of microsecond function in vectorized (#29310) 2021-11-03 11:37:01 +08:00
ee2adfdc24 expression: Support GBK for builtin function MD5 (#29165) 2021-11-03 10:51:01 +08:00
318030adef expression: migrate tests to testify (#29276) 2021-11-02 23:16:52 +08:00
55a38a1c76 *: tiny clean up the RecordSet NewChunk() method (#29232) 2021-11-02 20:02:51 +08:00
088e68bee8 expression: support GBK charset for builtin function octet_length() (#29039) 2021-11-02 11:38:51 +08:00
4b6291f45c collation: change some builtin function to has ASCII repertoire (#29290) 2021-11-01 17:10:52 +08:00
ad85341857 charset: support builtin function convert (#28943) 2021-11-01 16:56:51 +08:00
a18977a93b expression: fix a bug caused by cast function signature wrong in aggregation push down (#28805) 2021-11-01 10:46:51 +08:00
5e7a871c3d planner: refine warnings about can't push down to TiFlash. (#29285) 2021-11-01 00:02:50 +08:00
0caac786a7 expression: support hour/minute/second/microSecond pushdown to tiflash. (#29269) 2021-10-31 09:14:50 +08:00
4bd41e9109 expression: push down CastTimeAsReal to TiFlash (#29274) 2021-10-31 09:02:50 +08:00
0ee40992c7 expression: support pushdown duration to tiflash (#28914) 2021-10-30 00:54:51 +08:00
9dc4630b47 *: make expression index as experimental feature (#28307) 2021-10-30 00:40:51 +08:00
83e559db0a planner: allow refineArgs for plan cache in some situations (#28944) 2021-10-29 18:09:49 +08:00
6297c589e0 expression : support sysdate pushed down to tiflash (#29063) 2021-10-29 12:06:50 +08:00
9683b20113 expression: migrate test-infra to testify for expression/util_test.go (#29209) 2021-10-29 11:12:49 +08:00
128b61c7cd expression: migrate test-infra to testify for expression/column_test.… (#29198) 2021-10-28 20:46:49 +08:00
a16737e2ba expression: migrate test-infra to testify for expression/scalar_function_test.go (#29176) 2021-10-28 19:34:48 +08:00
65904d84ce expression: enable pushing down ltrim/rtrim to TiFlash (#29162) 2021-10-28 16:00:49 +08:00
4b4984e6cc planner: remove duplicate predicates in the Selection operator (#28317) 2021-10-28 15:18:49 +08:00
b7ed87de7c expression: migrate builtin tests (#29125) 2021-10-27 21:18:49 +08:00
8fb4ce573c expression: support GBK charset for builtin function ascii() (#29071) 2021-10-27 16:32:49 +08:00
b81296ff02 expression: migrate test-infra to testify for expression/collation_test.go (#28849) (#28965) 2021-10-27 13:40:49 +08:00
bfe344cd63 expression: migrate test-infra to testify for expression/constant_test.go (#28854) (#28895) 2021-10-27 10:24:48 +08:00
5bb63bd8fc expression: migrate generated tests to testify (#29083) 2021-10-26 19:14:48 +08:00
88f57113ce planner: add more test cases about plan-cache with varied operators (#29100) 2021-10-26 15:36:48 +08:00
836b10200b expression: support GBK charset for builtin function to_base64() (#29054) 2021-10-25 23:36:48 +08:00
efa94595c0 *: enable golangci-lint unconvert (#28929) 2021-10-23 21:28:47 +08:00
465d2e7450 expression: handle mixed offsets and names zones in CONVERT_TZ (#28528) 2021-10-23 13:52:46 +08:00
26ab066b59 expression: add builtin func length() for gbk (#29011) 2021-10-21 18:20:46 +08:00
412dd4f763 parser: refactor Parse() interface to make it extensible (#28975) 2021-10-21 10:56:45 +08:00
7f36a07de9 *: fix Temporary Table doesn't work correctly with sequence (#28946) 2021-10-20 16:20:41 +08:00
1517977f56 expression: delete unused function newBuffer in expression/builtin_vectorized.go (#28952) 2021-10-19 21:10:43 +08:00