Commit Graph

18302 Commits

Author SHA1 Message Date
feee7c258a server: Add uptime status var and statistics (#29790)
close pingcap/tidb#8842
2021-12-21 17:53:48 +08:00
55a38cb162 expression, cmd: let crc32() support gbk (#30900)
close pingcap/tidb#30898
2021-12-21 17:27:47 +08:00
2b7ce8e61f executor: fix the incorrect untouch used in optimistic transactions (#30447)
close pingcap/tidb#30410
2021-12-21 16:57:46 +08:00
a8a858bac2 topsql: add pubsub datasink (#30860) 2021-12-21 16:17:47 +08:00
fe1aaf2fd7 topsql: introduce stmtstats and sql execution count (#30277) 2021-12-21 15:43:47 +08:00
77b4e4028c github: add issue requirement to pull request template (#30817)
close pingcap/tidb#30814
2021-12-21 15:23:47 +08:00
06c1e8c934 planner: support trace topn push down (#30800)
ref pingcap/tidb#29661
2021-12-21 13:21:46 +08:00
f1e587704c expression: fix wrong retType for reverse function (#30829)
close pingcap/tidb#30809
2021-12-21 12:19:46 +08:00
cbe7492876 ddl: migrate test-infra to testify for ddl/foreign_key_test.go (#30853)
close pingcap/tidb#29103
2021-12-21 11:47:46 +08:00
66d767374d executor: fix bug when using IndexMerge in transaction (#30719)
close pingcap/tidb#30685
2021-12-21 10:57:46 +08:00
87ab28ebb2 expression: wrap to_binary and from_binary for cast function's argument (#30706) 2021-12-20 20:11:47 +08:00
eb6c89d6d4 lightning: make pre-check output message clearer (#30439)
close pingcap/tidb#30395
2021-12-20 19:49:46 +08:00
b09c63be84 br: fix S3 backup endpoint suffix (#30530)
close pingcap/tidb#30104
2021-12-20 18:09:46 +08:00
b27a2d74b2 planner: update PlanBuilder.windowSpecs when building subquery (#30878)
close pingcap/tidb#30804
2021-12-20 17:49:46 +08:00
23c71f1a3b execute: don't transform charset in internal sql (#30843)
close pingcap/tidb#30789
2021-12-20 17:15:46 +08:00
b9d9f19bd1 *: forbid set tiflash replica count for a placement table (#30844)
close pingcap/tidb#30741
2021-12-20 16:47:46 +08:00
c44630e137 br: ignore mock directory when gcov in br (#30586) 2021-12-20 16:23:46 +08:00
92207005ec lightning: optimize region split check logic (#30428)
close pingcap/tidb#30018
2021-12-20 15:45:46 +08:00
ab35db14a6 *: refactor encoding and uniform usages (#30288) 2021-12-20 15:27:46 +08:00
e3c56b75ea executor: buildWindow cannot call typeInfer twice (#30773)
close pingcap/tidb#30402
2021-12-20 11:11:46 +08:00
e1fb2f5414 br: add error handling for group context cancel when restore file is corrupted (#30190)
close pingcap/tidb#30135
2021-12-20 08:09:45 +08:00
24d970fc46 executor: improve SET sysvar=DEFAULT handling (#29680)
close pingcap/tidb#29670
2021-12-20 07:57:45 +08:00
1721706b23 docs/design: update collation compatibility issues in charsets doc (#30806) 2021-12-19 22:35:45 +08:00
866c5514af session: fix bootstrap to only persist global variables (#30593)
close pingcap/tidb#28667
2021-12-19 22:21:45 +08:00
778e188fa7 br: update permission, so tikv can write to folder when backup to local (#30396) 2021-12-18 00:46:36 +08:00
c0888f5421 topsql: support multiple datasinks (#30808) 2021-12-18 00:32:36 +08:00
dd95dd6e4c parser: support admin flush plan_cache (#30747) 2021-12-17 17:34:36 +08:00
93f21b9438 dumpling: fix more dumpling log level query template (#30176) 2021-12-17 15:52:36 +08:00
1cf2a6da7e ddl: add helper function to set and query TiFlash's sync status (#30473) 2021-12-17 15:06:35 +08:00
321d307f3b types, util: clean up compareDatum (#30815) 2021-12-17 14:22:36 +08:00
8e11e0367f *: fix the flen type datetime for union/case-when/control-funcs (#30588) 2021-12-17 13:14:35 +08:00
d0fc70e6cb br/pkg/task: migrate test-infra to testify (#30605) 2021-12-17 11:40:36 +08:00
a6fc5c6ed4 ddl: revert "ddl: remove unnecessary locking when adding an index" (#30667) 2021-12-16 22:36:36 +08:00
c75ea8526b ddl: handle the incorrect number of placement followers (#30715) 2021-12-16 22:24:36 +08:00
ad740a694a *: placement policy ref will be converted to direct options when recover or flashback table (#30705) 2021-12-16 20:38:36 +08:00
daf525a17e *: replace compareDatum by compare, range part (#30710) 2021-12-16 19:48:36 +08:00
83af272bca br: update log description for split check (#30763) 2021-12-16 19:04:36 +08:00
1e5e86920d test: merge serial tests in bindinfo, expression, parser and statistics (#30749) 2021-12-16 18:40:37 +08:00
ae5638cdcc planner: refine collation handling for between (#30793) 2021-12-16 17:56:36 +08:00
fa10cd18dc planner: add trace for partition pruning (#30546) 2021-12-16 17:02:36 +08:00
d208b62025 topsql: a centralized place to generate tipb report data (#30781) 2021-12-16 16:06:35 +08:00
5eac82b052 lightning: emit tidb log by change FilterCore to only allow matched packages (#30700) 2021-12-16 15:48:36 +08:00
43caa02f70 config, charset: make charset config not affected by collation config (#30572) 2021-12-16 15:32:35 +08:00
eed16a6cb4 server: add grpc server config for a suitable behavior (#30774) 2021-12-16 15:18:36 +08:00
4069b10635 executor: add more testcases for index merge (#30497) 2021-12-16 14:54:36 +08:00
86ed4c415d planner: fix wrong subquery's coercibility (#30750) 2021-12-16 13:42:35 +08:00
8cf847a575 executor: add an unit test case for unreasonable invoking Close (#30696) 2021-12-16 13:04:35 +08:00
bb8774bf21 *: Modify placement rule index to reserve some indexes for future work (#30737) 2021-12-16 12:44:36 +08:00
6eb11b300f *: implement renew write lock lease for cached table (#30206) 2021-12-16 12:12:35 +08:00
5d62c2a92f planner: fix early set of plan's statisticsTable (#30754) 2021-12-16 10:46:35 +08:00