|
|
8368eeed24
|
*: remove useless parameter (#29392)
|
2021-11-04 12:39:02 +08:00 |
|
|
|
55a38a1c76
|
*: tiny clean up the RecordSet NewChunk() method (#29232)
|
2021-11-02 20:02:51 +08:00 |
|
|
|
8625143cfc
|
infoschema: get PD version from status (#29265)
|
2021-11-01 15:02:50 +08:00 |
|
|
|
da6252e9a5
|
planner: fix the issue that some IndexJoin cannot use plan-cache (#29238)
|
2021-11-01 12:00:28 +08:00 |
|
|
|
36bc41ad05
|
*: reduce object allocation by reuse chunk column (#29064)
|
2021-10-28 13:14:48 +08:00 |
|
|
|
c9f33cbd88
|
session: add session var to update global logger max days (#27595)
|
2021-10-27 10:14:48 +08:00 |
|
|
|
ce2c45b40a
|
*: fix panic when pprof profile (#29007)
|
2021-10-26 14:28:48 +08:00 |
|
|
|
e08df49a0d
|
collation: support gbk_chinese_ci collation and make it as default collation for gbk (#28645)
|
2021-10-25 11:34:48 +08:00 |
|
|
|
36e694bfc5
|
br: Add encrypt/decrypt feature for br (#28200)
|
2021-10-25 10:44:48 +08:00 |
|
|
|
00054d86cc
|
*: Fix build on windows (#29028)
|
2021-10-22 02:54:46 +08:00 |
|
|
|
412dd4f763
|
parser: refactor Parse() interface to make it extensible (#28975)
|
2021-10-21 10:56:45 +08:00 |
|
|
|
eeead48c87
|
planner: migreate expression_test to testify (#28893)
|
2021-10-20 22:40:46 +08:00 |
|
|
|
7f36a07de9
|
*: fix Temporary Table doesn't work correctly with sequence (#28946)
|
2021-10-20 16:20:41 +08:00 |
|
|
|
0e38904a33
|
server, privilege: Socket authentication (#27561)
|
2021-10-19 23:44:43 +08:00 |
|
|
|
13567fedb4
|
util/testleak: update ignore stack list (#28950)
|
2021-10-19 17:26:42 +08:00 |
|
|
|
502f34f975
|
*: fix Makefile for bench-daily (#28868)
|
2021-10-19 10:38:42 +08:00 |
|
|
|
ab0d231d9e
|
session: add system table mysql.column_stats_usage (#27849)
|
2021-10-18 19:24:43 +08:00 |
|
|
|
092544cd1d
|
distsql: add distsql package benchmark to daiy bench test (#28724)
|
2021-10-14 17:09:27 +08:00 |
|
|
|
6d58a823a2
|
collation: add gbk_bin collation support (#28028)
|
2021-10-13 15:39:28 +08:00 |
|
|
|
4a4f71114e
|
statistics: migrate test-infra to testify for integration_test.go (#28693)
|
2021-10-13 10:55:26 +08:00 |
|
|
|
d5bd9f030b
|
*: record result_rows in statements_summary and slow log (#28479)
|
2021-10-12 16:51:25 +08:00 |
|
|
|
94e30df8e2
|
parser: fix compiling, add unit tests (#28700)
|
2021-10-11 23:15:25 +08:00 |
|
|
|
38f05d1f4b
|
executor: Add TiKV read throughput metric (#28701)
|
2021-10-11 17:37:25 +08:00 |
|
|
|
32f96fef77
|
expression: make infer collation support the expressions with different charset (#27863)
|
2021-10-11 14:51:25 +08:00 |
|
|
|
501e87ec44
|
planner: fix the issue that some PointGet plans generated in physical-stage cannot be cached (#28478)
|
2021-10-09 17:33:24 +08:00 |
|
|
|
592469352e
|
ddl: Support ALTER DATABASE Placement Policy/ DirectOptions (#27894)
|
2021-10-09 14:25:25 +08:00 |
|
|
|
af09803e07
|
test: remove misuse of errors.ErrorStack in tests (#28661)
|
2021-10-09 14:17:24 +08:00 |
|
|
|
267a3b8162
|
executor: add auto id allocator execution runtime stats (#28013)
|
2021-10-08 17:35:24 +08:00 |
|
|
|
fd73942112
|
executor, planner, util: optimize query statements summary table by conditional pushdown (#27563)
|
2021-09-29 00:30:46 +08:00 |
|
|
|
13be486682
|
planner: rename some variables for easy understanding (#28226)
|
2021-09-26 13:20:46 +08:00 |
|
|
|
955274fbb1
|
util/checksum: fix unstable test (#28332)
|
2021-09-25 22:44:46 +08:00 |
|
|
|
ad9ec4e93c
|
*: Add https/http depending on config for pdapi (#27695)
|
2021-09-23 13:36:46 +08:00 |
|
|
|
c01f1a3c5f
|
config: change tidb_top_sql_agent_address to config top-sql.receiver-address (#28135)
|
2021-09-22 17:48:45 +08:00 |
|
|
|
cddb584acd
|
*: Use snapshot interceptor to do temporary table's point_get/batch_point_get (#28143)
|
2021-09-20 17:24:44 +08:00 |
|
|
|
680de922ed
|
*: fix license header (#28085)
|
2021-09-17 22:26:41 +08:00 |
|
|
|
acf7232069
|
go.mod: change github.com/uber-go/atomic to go.uber.org/atomic (#26508)
|
2021-09-17 11:42:42 +08:00 |
|
|
|
74c507b023
|
test: fix t.Parallel() is called in the range method but is not reinitialised (#27939)
|
2021-09-17 11:30:42 +08:00 |
|
|
|
0854595a69
|
util/encrypt: parallelize tests (#28046)
|
2021-09-15 09:38:41 +08:00 |
|
|
|
89617e20b2
|
txn: allow transaction set custom retrievers (#27847)
|
2021-09-14 16:08:41 +08:00 |
|
|
|
406ffe759c
|
util/encrypt: migrate test-infra to testify (#28016)
|
2021-09-14 13:56:41 +08:00 |
|
|
|
33a6eee76b
|
test: add variable character_set_connection into test session (#27943)
|
2021-09-14 11:22:42 +08:00 |
|
|
|
55609bcc3b
|
util/disk: migrate test-infra to testify (#27860)
|
2021-09-13 16:18:40 +08:00 |
|
|
|
1cd95a8b94
|
*: add more daily benchmark test cases (#26773)
|
2021-09-10 23:00:38 +08:00 |
|
|
|
37a298b04e
|
planner: count rune if charset is neither binary nor ascii (#27664)
|
2021-09-10 22:16:39 +08:00 |
|
|
|
649ed6abc9
|
*: Log SQL statement when coprocessor encounteres lock (#27735)
|
2021-09-08 20:21:03 +08:00 |
|
|
|
fd3730577d
|
ddl: move modify-column job to add-index job queue (#27748)
|
2021-09-08 10:50:57 +08:00 |
|
|
|
6aec001345
|
ddl: support table placement option (#27799)
|
2021-09-07 22:54:57 +08:00 |
|
|
|
6b9d0c53c7
|
util, executor: use a individual rowContainer for each probeWorker in HashJoinExec (#27577)
|
2021-09-07 17:22:57 +08:00 |
|
|
|
04684e6e58
|
ddl: support recover/flashback table for label rules (#27073)
|
2021-09-07 15:40:58 +08:00 |
|
|
|
c85b3e2835
|
util: Disable 3DES ciphers for TLS connections (#27690)
|
2021-09-03 17:06:58 +08:00 |
|