Commit Graph

2713 Commits

Author SHA1 Message Date
5a54d0d9b4 expression: fix append to result twice when vecEval compress('') (#33523)
close pingcap/tidb#33397
2022-03-29 15:12:28 +08:00
eec518648f planner: restrict plan cache for decimal parameter types (#31769)
close pingcap/tidb#31730
2022-03-29 13:56:28 +08:00
f012766b53 executor: raise error when text data is too long (#33345) 2022-03-26 15:04:33 +08:00
5a14cc3fd6 expr: switch off funticon push down which caused unstable test (#33421)
* fix

Signed-off-by: yisaer <disxiaofei@163.com>

* fix

Signed-off-by: yisaer <disxiaofei@163.com>

* fix

Signed-off-by: yisaer <disxiaofei@163.com>
2022-03-25 15:32:28 +08:00
ca0ade0b24 expr: add function push down results comparing testcase (#33401)
close pingcap/tidb#33391
2022-03-25 11:18:33 +08:00
0e043c670b expr: fix instr function get stuck (#33380)
close pingcap/tidb#33367
2022-03-24 15:50:34 +08:00
97902f1d5d expression: make test TestPreparePlanCacheOnCachedTable more stable (#33317)
close pingcap/tidb#33314
2022-03-23 19:28:33 +08:00
b9bacad6da expression: increase table id to improve test (#33347)
ref pingcap/tidb#31716
2022-03-23 18:30:33 +08:00
a43bfe4d7e expr: switch off left push down due to intergration test failed (#33302)
close pingcap/tidb#33255, ref pingcap/tidb#33256
2022-03-22 13:50:33 +08:00
50954e8986 expression: Fix constant zero/one/null flen with -1 issue (#33221)
close pingcap/tidb#33220
2022-03-21 18:08:33 +08:00
f9beb51a64 expr: fix nil panic for In function with bit column (#33204)
close pingcap/tidb#33070
2022-03-21 12:18:32 +08:00
9bc9572754 planner: add the functional dependency for Datasource, proj, select, agg (#33071)
ref pingcap/tidb#29766
2022-03-17 20:02:30 +08:00
6b2e37f18c gomod: update dependency for golang1.18 (#33053)
ref pingcap/tidb#32874
2022-03-17 15:10:31 +08:00
c4fbc8e4af ddl: migrate test-infra to testify for ddl.testDBSuite5 (#33157)
close pingcap/tidb#32965
2022-03-16 21:49:53 +08:00
80ca342567 expression: support pushdown dayofweek and dayofyear to tiflash (#33131)
close pingcap/tidb#33130
2022-03-16 18:15:52 +08:00
93d44e253f expression: fix querying cluster tables reports regexp is not supported (#33052)
close pingcap/tidb#32783
2022-03-16 15:59:52 +08:00
0f343d3a40 expression, types: use time.Add() to calculate subtime (#32903)
close pingcap/tidb#31868
2022-03-16 12:55:52 +08:00
c11e650527 *: make golangci-lint work on Go1.18 (#33081)
close pingcap/tidb#33080
2022-03-15 22:43:52 +08:00
caad839aeb planner: fix the wrong range built for bit columns when reusing cached plan (#33090)
close pingcap/tidb#33067
2022-03-15 19:13:52 +08:00
7ca9affabb expression: push down is_true, is_false, is_true_with_null to TiFlash (#33048)
close pingcap/tidb#33047
2022-03-15 08:45:51 +08:00
094faa4cfe expression: pushdown DayOfMonth and LastDay to tiflash (#33011)
close pingcap/tidb#33012
2022-03-14 22:35:51 +08:00
ffaeb3e80d ddl: improve test to avoid cycle import (#32058)
ref pingcap/tidb#31716
2022-03-14 12:11:51 +08:00
b4c4b83e75 planner/core: fix nil pointer dereference tidb_decode_key() (#33018)
close pingcap/tidb#33015
2022-03-13 02:33:50 +08:00
aca0970e09 config: make versions configurable (#31738)
close pingcap/tidb#31823
2022-03-11 00:17:51 +08:00
22f4c33d40 *: better handle sysvar upgrades from older versions (#31583)
close pingcap/tidb#31538
2022-03-10 23:59:51 +08:00
f60017af36 expression: validate args to check whether it is out of range (#32898)
close pingcap/tidb#32871
2022-03-10 23:43:51 +08:00
d8fbad38a6 expression, types: fix StrToDuration result (#32896)
close pingcap/tidb#31680
2022-03-08 16:53:49 +08:00
2b94ca07ed *: cleanup usage of testutil.RowsWithSep (#32859)
close pingcap/tidb#32858
2022-03-07 11:49:48 +08:00
7cf784cf26 statistics: handle contants in Selectivity() (#32761)
ref pingcap/tidb#32758, close pingcap/tidb#32835
2022-03-06 23:41:48 +08:00
5464eecba9 expr: add switch to control pushing bit column down (#32795)
* add switch

Signed-off-by: yisaer <disxiaofei@163.com>

* address the comment

Signed-off-by: yisaer <disxiaofei@163.com>
2022-03-04 10:38:47 +08:00
6bc9cd3689 expression: enable greatest/least push down to tiflash (#32788)
close pingcap/tidb#32787
2022-03-03 21:21:46 +08:00
6ba84eef8c expression: fine-grained precision infer for decimal arithmetic operator (#32401)
close pingcap/tidb#30961
2022-03-03 14:33:46 +08:00
de6a54b103 expression: make greatest/least type infer clean for integer (#32700)
close pingcap/tidb#32702
2022-03-02 19:11:46 +08:00
bbe2d00684 expr: fix copr-test (#32740)
ref pingcap/tidb#32739
2022-03-02 18:57:46 +08:00
fbfe36ca7d expression: support push bit column down to TiKV (#32497)
close pingcap/tidb#30738
2022-03-01 17:21:45 +08:00
fccc4bedd0 expr: support push tikv supported functions down (#32553)
ref pingcap/tidb#31846
2022-03-01 15:29:45 +08:00
f9a324829b insert: fix insert into select statement should ignore the error and insert default value (#31666)
close pingcap/tidb#31432
2022-02-28 23:47:44 +08:00
0c9b0c0ef2 util/testutil: cleanup testutils depend on pingcap/check (#32662)
close pingcap/tidb#32660
2022-02-28 20:01:45 +08:00
9f1be5c156 expr: forbid push round with frac down (#32666)
close pingcap/tidb#32557
2022-02-28 17:49:45 +08:00
33f0a8028a expression: support pushdown regexp to TiFlash (#32636)
close pingcap/tidb#32637
2022-02-28 11:47:45 +08:00
a680d66383 expression: enable dayname/monthname function push down for tiflash (#32595)
close pingcap/tidb#32594
2022-02-25 14:55:43 +08:00
047775fbc8 expression: fine-grained precision infer when casting const to Decimal (#32359)
ref pingcap/tidb#30961
2022-02-24 16:19:42 +08:00
991132080f planner: don't decorrelate the APPLY when the inner's projection reference no column (#32370)
close pingcap/tidb#32089
2022-02-23 18:43:43 +08:00
20bd94918b planner: fix the usage of ParamMarker for PointGet (#32235)
ref pingcap/tidb#31056
2022-02-22 12:55:42 +08:00
5988d0b2f4 *: update client-go and etcd version (#32457)
close pingcap/tidb#32456
2022-02-22 11:11:43 +08:00
14bedf3ee5 expression: fix panic in upper() and lower() func. (#32505)
close pingcap/tidb#32488
2022-02-21 17:35:43 +08:00
6aa0b202f1 expression: add builtin func charset() (#32470)
close pingcap/tidb#3931
2022-02-21 13:57:41 +08:00
6517f3b315 planner,expression,util: scatter hotspot index in certain scenes by expression index (#30659)
close pingcap/tidb#31040
2022-02-18 16:47:40 +08:00
94f821c102 expression: support push mod down to tikv (#31952)
ref pingcap/tidb#31846
2022-02-17 15:15:40 +08:00
a31ca21830 planner: support sysdate behavior according to sysdate_is_now (#31881)
close pingcap/tidb#31872
2022-02-16 18:53:39 +08:00