|
|
3e1cd2733a
|
ddl: migrate test-infra to testify for rollingback_test.go (#32647)
close pingcap/tidb#29110
|
2022-02-26 16:11:43 +08:00 |
|
|
|
e389170624
|
variable: refine comments of variables (#32611)
close pingcap/tidb#32609
|
2022-02-25 10:23:42 +08:00 |
|
|
|
5988d0b2f4
|
*: update client-go and etcd version (#32457)
close pingcap/tidb#32456
|
2022-02-22 11:11:43 +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 |
|
|
|
c8bef987ae
|
*: support variable tidb_last_ddl_info (#32414)
close pingcap/tidb#32402
|
2022-02-17 16:43: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 |
|
|
|
2d93944210
|
executor: migrate test-infra to testify for partition_table_test.go (#30665)
close pingcap/tidb#28600
|
2022-02-14 19:39:38 +08:00 |
|
|
|
25d60e5c15
|
sessionctx: fix issue #32222 (#32312)
close pingcap/tidb#32222
|
2022-02-14 17:29:38 +08:00 |
|
|
|
7c56706622
|
*: support predeclared golangci-lint linter (#32066)
close pingcap/tidb#30733
|
2022-02-14 10:35:38 +08:00 |
|
|
|
9c64224c49
|
*: Reduce data inconsistencies (#31547)
ref pingcap/tidb#26833
|
2022-02-11 13:51:36 +08:00 |
|
|
|
c30e8320d8
|
*: correct use require (#31904)
ref pingcap/tidb#31716
|
2022-02-07 18:11:35 +08:00 |
|
|
|
e604fdcf7b
|
sessionctx/stmtctx: fix data race in weak consistency test (#31989)
close pingcap/tidb#31965
|
2022-01-26 21:48:45 +08:00 |
|
|
|
76a9eeae18
|
sessionctx/binloginfo: fix goroutine leak in test (#31964)
close pingcap/tidb#31963
|
2022-01-26 21:32:45 +08:00 |
|
|
|
9e928b2321
|
*: fix weak consistency not work (#31935)
close pingcap/tidb#31933
|
2022-01-25 14:24:11 +08:00 |
|
|
|
203ab22982
|
*: move the functions that only used in tests (#31929)
ref pingcap/tidb#28720
|
2022-01-24 22:08:11 +08:00 |
|
|
|
5055177180
|
*: clean code (#31903)
ref pingcap/tidb#31716
|
2022-01-23 16:53:47 +08:00 |
|
|
|
2d62d23b20
|
planner: support trace candidates for Datasource (#31810)
ref pingcap/tidb#29661
|
2022-01-21 11:11:45 +08:00 |
|
|
|
1a146fabd7
|
variables: add constraints on tidb_super_read_only when tidb_restricted_read_only is turned on (#31746)
close pingcap/tidb#31745
|
2022-01-20 12:13:45 +08:00 |
|
|
|
a0e31aa987
|
*: fix data race in the CheckMb4ValueInUTF8 (#31781)
close pingcap/tidb#31780
|
2022-01-19 17:33:45 +08:00 |
|
|
|
7fd298d916
|
*: Remove direct placement in parser (#31768)
close pingcap/tidb#31485
|
2022-01-19 10:13:45 +08:00 |
|
|
|
2207b26e19
|
topsql: rename topsql related variable and remove useless variable (#31599)
close pingcap/tidb#31433
|
2022-01-18 18:15:44 +08:00 |
|
|
|
dc969f0eb8
|
executor: Add replace support for LOAD DATA (#31303)
ref pingcap/tidb#24515
|
2022-01-18 12:31:44 +08:00 |
|
|
|
34ce5b5e60
|
topsql: optimize life cycle of stmtstats (#31727)
ref pingcap/tidb#31704
|
2022-01-17 21:11:45 +08:00 |
|
|
|
4fd9f789e5
|
*: remove useless else (#31715)
ref pingcap/tidb#31716
|
2022-01-17 17:11:44 +08:00 |
|
|
|
465f655889
|
* : replace fmt.Sprint with strconv (#31718)
ref pingcap/tidb#31716
|
2022-01-17 15:11:44 +08:00 |
|
|
|
f3839df729
|
sysvar: add value limitation for net_buffer_length (#31675)
close pingcap/tidb#31421
|
2022-01-14 17:37:42 +08:00 |
|
|
|
794e838a1d
|
*: Add tidb_enable_direct_placement to default forbid direct placement (#31623)
|
2022-01-13 11:07:33 +08:00 |
|
|
|
acff9c3cff
|
*: Change stmt summary and capture plan baselines to GLOBAL only (#30756)
|
2022-01-12 13:29:42 +08:00 |
|
|
|
d088e3d6fc
|
*: Add variable tidb_placement_mode and remove placement_checks (#31093)
close pingcap/tidb#31092
|
2022-01-12 13:03:42 +08:00 |
|
|
|
1ffd6c0738
|
sysvar: bypass validation for noop variables (#31566)
close pingcap/tidb#31538
|
2022-01-11 22:43:42 +08:00 |
|
|
|
6b1010f405
|
*: enable golangci-lint prealloc (#31521)
close pingcap/tidb#29004
|
2022-01-11 01:09:41 +08:00 |
|
|
|
1d20bbfeb4
|
*: Annotations to fix gosec warnings of CWE-798 (#31311)
ref pingcap/tidb#31310
|
2022-01-11 00:21:42 +08:00 |
|
|
|
fac8bf384f
|
*: Remove variable tidb_enable_alter_placement (#31066)
* *: Remove variable `tidb_enable_alter_placement`
|
2022-01-06 11:19:39 +08:00 |
|
|
|
9acb2c2ad5
|
planner: add optimizer trace framework for physicalOptimize (#30335)
close pingcap/tidb#30334
|
2022-01-05 15:44:36 +08:00 |
|
|
|
69e179e185
|
binlog: use node.Restore() to add TiDB-specified feature comments (#31148)
close pingcap/tidb#31147
|
2022-01-03 14:09:51 +08:00 |
|
|
|
1127977277
|
*: add global variable @@tidb_cache_table_lease for cached table (#31018)
close pingcap/tidb#29485
|
2022-01-01 16:13:51 +08:00 |
|
|
|
974b5784ad
|
topsql: make topsql enable only be controlled by pub/sub sink (#31209)
|
2021-12-31 16:49:20 +08:00 |
|
|
|
072561c85b
|
sessionctx: make tidb_enable_column_tracking off by default (#31204)
close pingcap/tidb#31205
|
2021-12-31 13:45:51 +08:00 |
|
|
|
48fce5e15c
|
*: sync wait stats loading for stable plan (#30026)
|
2021-12-31 10:35:50 +08:00 |
|
|
|
9ffeff2857
|
types: convert to new charset before inserting to blob or json column (#31031)
close pingcap/tidb#30690
|
2021-12-30 21:35:50 +08:00 |
|
|
|
99ad750de2
|
sessionctx: fix wrong skipInit for tidb_enable_paging (#31162)
ref pingcap/tidb#30578
|
2021-12-30 19:11:51 +08:00 |
|
|
|
0ab0dad9da
|
*: allow TiDB to use TiKV's RC for high performance read (#30943)
close pingcap/tidb#30942
|
2021-12-30 16:57:50 +08:00 |
|
|
|
8085c99ddf
|
*: implement analyze predicate columns (#30816)
close pingcap/tidb#31102
|
2021-12-30 15:45:50 +08:00 |
|
|
|
075b199011
|
ddl: don't write binlog for 'ALTER TABLE t CACHE|NOCACHE' (#31106)
close pingcap/tidb#31105
|
2021-12-30 09:59:50 +08:00 |
|
|
|
088a2444df
|
*: persist analyze options for manual and auto analyze (#30939)
|
2021-12-30 00:39:49 +08:00 |
|
|
|
e9ab05f90f
|
topsql: move topsql variable to topsql/state for avoid import cycle (#31134)
close pingcap/tidb#31136
|
2021-12-29 19:51:50 +08:00 |
|
|
|
f39a328152
|
session: forbid setting both tidb_snapshot and tidb_read_staleness (#31082)
|
2021-12-29 15:47:50 +08:00 |
|
|
|
fb03dacbca
|
*: periodically dump column stats usage into disk (#31072)
|
2021-12-28 21:27:51 +08:00 |
|
|
|
e983d320e6
|
ddl: Allow create timestamp default 0 without sql_mode NO_ZERO_DATE (#30305) (#30507)
close pingcap/tidb#30305
|
2021-12-28 12:57:49 +08:00 |
|
|
|
abb6582910
|
planner: support 'admin flush plan cache' (#30370)
|
2021-12-27 14:57:49 +08:00 |
|