|
|
235b866f46
|
infoschema: set default TABLE_COLLATION mysql.DefaultCollationName (#28839)
|
2021-10-15 14:37:27 +08:00 |
|
|
|
74d5fa5a3e
|
planner: remove surplus FindColumnInfoByID (#28828)
|
2021-10-15 14:03:26 +08:00 |
|
|
|
6de68d0571
|
expression: add extra enum info for push down check (#28712)
|
2021-10-15 13:09:26 +08:00 |
|
|
|
a0e835cb35
|
*: Add SHOW PLACEMENT support for partitions (#28830)
|
2021-10-15 12:43:26 +08:00 |
|
|
|
9eb58c0f90
|
*: fix typo and address unfinished comment for plan recreator (#28821)
|
2021-10-15 11:33:26 +08:00 |
|
|
|
fa82cd47ec
|
domain, session: add plan replayer gc (#28799)
|
2021-10-15 11:13:27 +08:00 |
|
|
|
582358c392
|
cmd/ddltest: batch setup/teardown (#28772)
|
2021-10-15 10:47:26 +08:00 |
|
|
|
fba989f56d
|
planner: fix the issue that plan-cache cannot be aware of changes of unsigned flags (#28827)
|
2021-10-15 10:37:26 +08:00 |
|
|
|
81c3013f25
|
*: Implementing information_schema.placement_rules (#27478)
|
2021-10-15 08:49:26 +08:00 |
|
|
|
fac98dc866
|
privileges: fix show create view doesn't need show view privilege (#28662)
|
2021-10-14 23:49:26 +08:00 |
|
|
|
e717f10282
|
executor: hostnames for users should be stored in lowercase (#28741)
|
2021-10-14 22:01:26 +08:00 |
|
|
|
bd518d5806
|
br/tools: use curl tool to download golangci-lint (#28803)
|
2021-10-14 20:13:26 +08:00 |
|
|
|
a53915d6cd
|
planner/core: migrate find_best_task_test to testify (#28704)
|
2021-10-14 19:27:26 +08:00 |
|
|
|
a94150a338
|
*: support select for update of tables (#27861)
|
2021-10-14 19:17:26 +08:00 |
|
|
|
66948b2fd9
|
infoschema: set TABLES.TABLE_COLLATION null (#28807)
|
2021-10-14 17:43:27 +08:00 |
|
|
|
6c109c91f7
|
planner: forbid constant fold when plan cache enable (#28790)
|
2021-10-14 17:33:27 +08:00 |
|
|
|
dafb671a8c
|
rfcs: Merge Dumpling into TiDB (#28477)
|
2021-10-14 17:21:27 +08:00 |
|
|
|
092544cd1d
|
distsql: add distsql package benchmark to daiy bench test (#28724)
|
2021-10-14 17:09:27 +08:00 |
|
|
|
eaeb95a113
|
planner/core: migrate cacheable_checker_test.go test infra to testify (#28694)
|
2021-10-14 16:39:27 +08:00 |
|
|
|
e30392c40c
|
executor, planner: add SHOW CREATE PLACEMENT POLICY (#28797)
|
2021-10-14 16:27:27 +08:00 |
|
|
|
fdcf122f01
|
planner: fix the wrong partition pruning when some conditions is out of range (#28296)
|
2021-10-14 15:57:28 +08:00 |
|
|
|
bd68045ffb
|
expression: support lower function pushed down to TiFlash (#28376)
|
2021-10-14 15:05:27 +08:00 |
|
|
|
fc5ccb5b09
|
ddl: make unstable test TestTruncatePartitionAndDropTable stable (#28794)
|
2021-10-14 14:37:27 +08:00 |
|
|
|
7700bd2fd5
|
parser: add "second syntax" for REVOKE (#28738)
|
2021-10-14 12:03:27 +08:00 |
|
|
|
958ab48fa0
|
*: set global temporary table as GA (#28525)
|
2021-10-14 11:27:26 +08:00 |
|
|
|
7c1b321dbb
|
ddl: postpone cleaning placement rules to gc-worker (#28687)
|
2021-10-14 11:17:26 +08:00 |
|
|
|
f739a53da3
|
br: optimizing retry-able function (#28434)
|
2021-10-14 10:11:27 +08:00 |
|
|
|
480799855f
|
tests/globalkilltest: replace dgrijalva/jwt-go with form3tech-oss/jwt-go (#28795)
|
2021-10-14 06:59:26 +08:00 |
|
|
|
90ccd6a5d4
|
go.mod: replace dgrijalva/jwt-go with form3tech-oss/jwt-go (#28733)
|
2021-10-13 16:37:30 +08:00 |
|
|
|
f0e3ad8566
|
expression: support ucase/upper function pushed down to TiFlash (#28369)
|
2021-10-13 15:51:29 +08:00 |
|
|
|
6d58a823a2
|
collation: add gbk_bin collation support (#28028)
|
2021-10-13 15:39:28 +08:00 |
|
|
|
e96100b5b5
|
expression: support GBK charset for builtin function hex() (#28305)
|
2021-10-13 15:23:28 +08:00 |
|
|
|
505299fe9c
|
lightning: move RemoveCheckpoint and CleanupEngine from ctl/main.go (#28769)
|
2021-10-13 14:33:27 +08:00 |
|
|
|
c1ec51e049
|
privilege: add Event and Routine privilege on db level (#28690)
|
2021-10-13 14:07:27 +08:00 |
|
|
|
fcf2178543
|
table: fix redundant and misleading conditions (#28228)
|
2021-10-13 12:15:26 +08:00 |
|
|
|
f279753ecd
|
planner/core, ddl: disable placement options on temp tables (#28737)
|
2021-10-13 11:47:26 +08:00 |
|
|
|
4f21360e8f
|
planner/core: migrate test-infra to testify for planner/core/integration_partition_test.go (#28543)
|
2021-10-13 11:29:26 +08:00 |
|
|
|
6553404bb2
|
*: fix regression from FLUSH PRIVILEGES fix (#28736)
|
2021-10-13 11:19:26 +08:00 |
|
|
|
4a4f71114e
|
statistics: migrate test-infra to testify for integration_test.go (#28693)
|
2021-10-13 10:55:26 +08:00 |
|
|
|
e6c600ad16
|
*: always convert sysvar values when out of range (#25686)
|
2021-10-13 10:37:27 +08:00 |
|
|
|
d53f9f55a0
|
executor,distsql: fix analyze version 2 memory leak (#28729)
|
2021-10-12 19:49:26 +08:00 |
|
|
|
e933e0008d
|
statistics: migrate test-infra to testify for histogram_test.go (#28550)
|
2021-10-12 19:39:26 +08:00 |
|
|
|
4a580bf26d
|
docs/design: support SELECT FOR UPDATE OF TABLES (#28747)
|
2021-10-12 17:13:27 +08:00 |
|
|
|
4c4d3f6daa
|
planner: generate the additional filter in table filter when enable plan cache (#28722)
|
2021-10-12 17:01:26 +08:00 |
|
|
|
d5bd9f030b
|
*: record result_rows in statements_summary and slow log (#28479)
|
2021-10-12 16:51:25 +08:00 |
|
|
|
5a4ee311ff
|
test: implement ShortCircuitForBench (#28732)
|
2021-10-12 16:39:26 +08:00 |
|
|
|
a0df2353dd
|
store/driver: convert undetermined error (#28730)
Signed-off-by: disksing <i@disksing.com>
|
2021-10-12 15:10:08 +08:00 |
|
|
|
5cc6b816b4
|
cmd/ddltest: migrate test-infra to testify (#28423)
|
2021-10-12 12:07:25 +08:00 |
|
|
|
4fb89956f4
|
br: split ranges time be a duration instead of sum of the split time of all nodes. (#28708)
|
2021-10-12 09:51:25 +08:00 |
|
|
|
fd42198c39
|
server: handle clients without authplugin support (#27931)
|
2021-10-11 23:39:25 +08:00 |
|