|
|
e3e2e8d946
|
dumpling: fix default collation with upstream when dump database and table (#30292)
|
2021-12-04 23:19:54 +08:00 |
|
|
|
28446605c2
|
expression: fix tidb can't alter table from other-type with null value to timestamp with NOT NULL attribute (#29664)
|
2021-12-03 15:57:54 +08:00 |
|
|
|
70d29735e6
|
executor, util: reset offsets and nullBitMap for MutRow when setting new values (#30265)
|
2021-12-03 15:33:54 +08:00 |
|
|
|
4fbbd5a77d
|
executor: make projection executor unparallel for insert/update/delete (#30290)
|
2021-12-03 15:13:54 +08:00 |
|
|
|
ac69c607e9
|
*: fix goroutine leak in ddl intergration test (#30369)
|
2021-12-03 14:29:54 +08:00 |
|
|
|
891517f23e
|
config: make EnableSlowLog atomic (#30346)
|
2021-12-03 11:47:54 +08:00 |
|
|
|
9aa756336e
|
executor: avoid sum from avg overflow (#30010)
|
2021-12-03 11:09:55 +08:00 |
|
|
|
cec4acbf5e
|
planner/core: fix a data race when building plan for cached table (#30355)
|
2021-12-03 00:05:54 +08:00 |
|
|
|
dae711cbe7
|
planner: Add trace for agg pushdown rule (#30262)
|
2021-12-02 20:07:54 +08:00 |
|
|
|
cbe5240dd0
|
session, sessionctx/variable: fix validation recursion bug (#30293)
|
2021-12-02 18:47:54 +08:00 |
|
|
|
2242f9c8bc
|
parser: support multi bracket for subquery (#29656)
|
2021-12-02 18:15:54 +08:00 |
|
|
|
6475e8949c
|
*: add warn log for stale read (#30340)
|
2021-12-02 17:59:54 +08:00 |
|
|
|
004382d020
|
expression: don't append null when param for char() is null (#30236)
|
2021-12-02 17:37:54 +08:00 |
|
|
|
6898975a7d
|
parser: fix missing charset and collation of handle column (#30320)
|
2021-12-02 17:05:54 +08:00 |
|
|
|
732b7eb128
|
executor: fix data race in oomtest (#30339)
|
2021-12-02 13:33:53 +08:00 |
|
|
|
8e2b96256e
|
types: casting JSON literal null to number types should fail (#30278)
|
2021-12-02 13:23:54 +08:00 |
|
|
|
4947cf1f59
|
expression: fix wrong result of greatest/least(mixed unsigned/signed int) (#30121)
|
2021-12-02 13:11:53 +08:00 |
|
|
|
7acb80f125
|
executor: migrate test-infra to testify for executor/index_lookup_join_test.go (#30260)
|
2021-12-02 11:27:53 +08:00 |
|
|
|
04a387c1d0
|
tidb-server: return 1 while failing to set cpu affinity (#30197)
|
2021-12-02 10:45:53 +08:00 |
|
|
|
450d72fd6e
|
executor: replace should not change other rows when auto ID is out of range (#30301)
|
2021-12-02 10:25:53 +08:00 |
|
|
|
124f1fcf3e
|
br: add more precise check for lock file (#30218)
|
2021-12-02 10:15:53 +08:00 |
|
|
|
7746b6b70a
|
test: fix incorrect regexp pattern during migrating test (#30080)
|
2021-12-02 05:51:53 +08:00 |
|
|
|
4785dc4a62
|
planner: fix inconsistent schema between UnionAll and child operator (#30231)
|
2021-12-01 20:35:53 +08:00 |
|
|
|
92c7c075d5
|
ddl: migrate test-infra to testify for ddl/options_test.go (#30269)
|
2021-12-01 19:59:53 +08:00 |
|
|
|
fa686a9fa0
|
metrics/grafana: fix display for 'Start TSO Wait Duration' panel (#30311)
|
2021-12-01 19:11:54 +08:00 |
|
|
|
94be83bfa6
|
*: replace compareDatum by compare and fix wrong optimize order by (#30273)
|
2021-12-01 19:01:53 +08:00 |
|
|
|
0a92c4d133
|
store: Add metrics for pd api call time (#30062)
|
2021-12-01 18:49:53 +08:00 |
|
|
|
b5cb933298
|
ddl/ddl_algorithm_test.go: migrate test-infra to testify (#30268)
|
2021-12-01 18:39:54 +08:00 |
|
|
|
7124e62bdb
|
*: update client-go to use resolveForRead (#30314)
|
2021-12-01 18:23:54 +08:00 |
|
|
|
f0e81a9828
|
ddl: Do not consider the clustered index when checking the length of the secondary index (#29660)
|
2021-12-01 17:43:54 +08:00 |
|
|
|
4e61d1626a
|
topsql: reduce data race of sql digest (#30296)
|
2021-12-01 17:31:54 +08:00 |
|
|
|
80d18b6efb
|
load data: fix bug if load data with long content (#29222)
|
2021-12-01 16:25:54 +08:00 |
|
|
|
e97e8c0f23
|
ddltest: refactor logutil.InitLogger in ddltest to avoid data race (#30299)
|
2021-12-01 16:13:54 +08:00 |
|
|
|
7c5e854f1a
|
privilege,session: Match loopback connections to 'localhost' accounts (#29995) (#30189)
|
2021-12-01 15:29:53 +08:00 |
|
|
|
a046014776
|
planner: Add trace for proj elimination rule (#30275)
|
2021-12-01 11:23:53 +08:00 |
|
|
|
a90344c5a3
|
planner: regard NULL as point when accessing composite index (#30244)
|
2021-12-01 10:15:34 +08:00 |
|
|
|
426a527a93
|
* : statement summary should know the slow write is blocked on read lock lease (#30166)
|
2021-12-01 09:47:53 +08:00 |
|
|
|
13b7a2d0ef
|
ddl: disallow change columns from zero int to time (#25728)
|
2021-11-30 22:09:53 +08:00 |
|
|
|
13d0deb7fe
|
parser: respect TiDB comment when DROP INDEX IF EXISTS (#30173)
|
2021-11-30 19:35:53 +08:00 |
|
|
|
0b2d9d108f
|
types: check values equals to NaN or Inf when convert to float (#30148)
|
2021-11-30 18:09:54 +08:00 |
|
|
|
083be6d859
|
expression: fix flen for timestamp_add (#30213)
|
2021-11-30 17:57:54 +08:00 |
|
|
|
7fc6ebbda4
|
privilege, session, server: consistently map user login to identity (#30204)
|
2021-11-30 17:01:53 +08:00 |
|
|
|
a0f7643e3f
|
*: forbid set TiFlash Replica for a table with unsupport charset (#30162)
|
2021-11-30 15:55:53 +08:00 |
|
|
|
37e0dac259
|
copr: add paging API for streaming-like process (#29612)
|
2021-11-30 13:13:52 +08:00 |
|
|
|
0c8614a80b
|
executor: fix unstable test of topsql (#30257)
|
2021-11-30 13:01:52 +08:00 |
|
|
|
8fa0cae3c7
|
docs: Update 2021-09-29-secure-bootstrap.md (#30243)
|
2021-11-30 11:13:52 +08:00 |
|
|
|
81ab3f6758
|
executor: remove useless log (#30248)
|
2021-11-30 10:45:52 +08:00 |
|
|
|
b1ca2ebd60
|
expression: Support GBK for builtin function AesEncrypt. (#29946)
|
2021-11-30 01:01:52 +08:00 |
|
|
|
6efa36df6c
|
docs: update placement policy limits (#30202)
|
2021-11-30 00:29:52 +08:00 |
|
|
|
443f15ed4e
|
executor: send a task with error to the resultCh when panic happen (#30214)
|
2021-11-29 20:15:52 +08:00 |
|