|
|
e6d55e14fa
|
executor/infoschema_reader.go: skip the unidentifiable table-attributes (#34129)
close pingcap/tidb#33665
|
2022-04-22 14:08:04 +08:00 |
|
|
|
886dc81f17
|
executor: fix label of rollback stmt counter (#34160)
close pingcap/tidb#34161
|
2022-04-22 09:58:04 +08:00 |
|
|
|
02de667042
|
testkit: add MockSessionManager (#34124)
ref pingcap/tidb#31716
|
2022-04-21 12:14:04 +08:00 |
|
|
|
571d97bb16
|
planner: using the funcdep to check the only_full_group_by (#33567)
ref pingcap/tidb#29766
|
2022-04-21 00:44:04 +08:00 |
|
|
|
a5033d14d0
|
*: use global auto analyze ID in order to kill auto analyze globally (#34075)
close pingcap/tidb#34076
|
2022-04-20 17:58:03 +08:00 |
|
|
|
669b9bcd36
|
validation: fix set readonly variable max_allowed_packet should return error (#33658)
close pingcap/tidb#32349
|
2022-04-20 09:02:02 +08:00 |
|
|
|
d63a5fd33d
|
executor: add some memory tracker in HashJoin (#33918)
ref pingcap/tidb#33877
|
2022-04-19 23:28:03 +08:00 |
|
|
|
212a6b22af
|
planner: introduce the new cost interface (#33990)
|
2022-04-19 14:03:09 +08:00 |
|
|
|
89410b537f
|
executor: fix data race in TestSlowQueryOOM (#34016)
close pingcap/tidb#33982
|
2022-04-19 13:30:03 +08:00 |
|
|
|
e21b435d0c
|
*: fix index join on partition table data race (#33979)
ref pingcap/tidb#32846, close pingcap/tidb#33751, ref pingcap/tidb#33762
|
2022-04-19 09:48:02 +08:00 |
|
|
|
3cf6b08e6b
|
parser: skip restoring schema name of CTE table columns (#33991)
close pingcap/tidb#33965
|
2022-04-18 22:48:03 +08:00 |
|
|
|
a523089d4a
|
planner: consider seek cost of probe-side for index join (#33867)
close pingcap/tidb#32362
|
2022-04-18 19:06:03 +08:00 |
|
|
|
58e2a552d3
|
executor: migrate test-infra to testify for executor_test.go (#34062)
close pingcap/tidb#28577, close pingcap/tidb#33425, close pingcap/tidb#33432
|
2022-04-18 14:46:03 +08:00 |
|
|
|
1fcc407b3b
|
executor: migrate test-infra to testify for executor_test.go testSuiteP2 (#34049)
close pingcap/tidb#33427
|
2022-04-18 13:10:02 +08:00 |
|
|
|
2b00d3e6e0
|
executor: migrate test-infra to testify for testSuite2 (#34046)
close pingcap/tidb#33431
|
2022-04-18 11:50:02 +08:00 |
|
|
|
4d3a3c259a
|
server: use max_allowed_packet to limit the packet size. (#33651)
close pingcap/tidb#31422
|
2022-04-18 11:24:03 +08:00 |
|
|
|
345b1a886f
|
executor: migrate test-infra to testify for part of executor_test.go (#34040)
ref pingcap/tidb#28577
|
2022-04-17 18:08:36 +08:00 |
|
|
|
ecb0c98d33
|
executor: make test TestSlowQueryWithoutSlowLog stable (#34014)
close pingcap/tidb#34013
|
2022-04-15 22:20:36 +08:00 |
|
|
|
88c18ea01f
|
util: Adjust the minimum TLS version supported by TiDB tools from 1.0 to 1.2 (#33997)
close pingcap/tidb#33996
|
2022-04-15 19:46:36 +08:00 |
|
|
|
4844c833a9
|
executor: fix CTE race case by avoiding reopen iterInTbl (#33731)
close pingcap/tidb#33193
|
2022-04-15 18:02:36 +08:00 |
|
|
|
56e1789cc4
|
planner: support MaxOneRow clone (#33888)
close pingcap/tidb#33887
|
2022-04-15 13:42:36 +08:00 |
|
|
|
b5de819d00
|
util: fix memory.reArrangeFallback cpu usage (#30414)
close pingcap/tidb#30353
|
2022-04-15 12:48:35 +08:00 |
|
|
|
d7aea072d6
|
executor: fix issue of query instance from CLUSTER_SLOW_QUERY return '' result (#33975)
close pingcap/tidb#33974
|
2022-04-15 12:18:36 +08:00 |
|
|
|
c56c036d2a
|
*: refactor placement bundle in infoschema (#33967)
close pingcap/tidb#33968
|
2022-04-15 11:04:35 +08:00 |
|
|
|
f988f54550
|
executor: add memory tracker for quering slow_query to avoid TiDB server oom (#33953)
close pingcap/tidb#33893
|
2022-04-14 14:54:36 +08:00 |
|
|
|
1d485d11ed
|
topsql: fix admin check/cleanup/recover statement doesn't set tag for RPC request (#33869)
close pingcap/tidb#33716
|
2022-04-13 18:00:36 +08:00 |
|
|
|
4dbed02d74
|
executor: fix unstable test of TestTimestampDefaultValueTimeZone (#33926)
close pingcap/tidb#33923
|
2022-04-13 16:36:36 +08:00 |
|
|
|
192482da3a
|
executor: migrate test-infra to testify for testSerialSuite (#33911)
close pingcap/tidb#33441
|
2022-04-13 15:14:36 +08:00 |
|
|
|
3ab2df96b0
|
executor: migrate test-infra to testify for testSuiteWithCliBaseCharset (#33899)
close pingcap/tidb#33430
|
2022-04-13 12:36:35 +08:00 |
|
|
|
ce8cefaa2a
|
executor: fix test fail in TestHashRowContainer (#33895)
close pingcap/tidb#30342
|
2022-04-13 11:40:35 +08:00 |
|
|
|
d07b66ea63
|
executor: migrate test-infra to testify for testClusterTableSuite (#33886)
close pingcap/tidb#33436
|
2022-04-13 02:00:37 +08:00 |
|
|
|
9445f318dc
|
executor: migrate test-infra to testify for testSerialSuite1 (#33874)
close pingcap/tidb#33438
|
2022-04-12 14:40:35 +08:00 |
|
|
|
d63587f342
|
exeuctor: fix data race for TestPointGetLockExistKey (#33862)
close pingcap/tidb#33750
|
2022-04-11 17:18:34 +08:00 |
|
|
|
11681b4895
|
infoschema: add column of Has_more_result into table of slow_query (#33840)
close pingcap/tidb#33733
|
2022-04-11 11:50:34 +08:00 |
|
|
|
181bfb73f7
|
*: polish the table cache feature code (#33408)
close pingcap/tidb#33167
|
2022-04-08 21:46:33 +08:00 |
|
|
|
cff88d7bc3
|
topsql: remove redundant attach sql information (#33806)
close pingcap/tidb#33805
|
2022-04-08 17:02:32 +08:00 |
|
|
|
f04dfc4c6d
|
*: forbid using cache when stale read in binary proto (#33818)
close pingcap/tidb#33814
|
2022-04-08 16:04:32 +08:00 |
|
|
|
eaf52d6628
|
executor: migrate test-infra to testify for testSuite1 (#33776)
Signed-off-by: tison <wander4096@gmail.com>
Co-authored-by: Weizhen Wang <wangweizhen@pingcap.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
|
2022-04-07 16:53:33 +08:00 |
|
|
|
b9635e2792
|
executor: fix unstable TestCheckActRowsWithUnistore (#33772)
close pingcap/tidb#33768
|
2022-04-07 15:24:33 +08:00 |
|
|
|
dbd8f15302
|
*: Add support for execute prepared statement to staleread.Processor (#32941)
|
2022-04-07 14:33:19 +08:00 |
|
|
|
fef98f2239
|
domain,server,session: optimize gc safepoint advancing for internal transaction (#32726)
close pingcap/tidb#32725
|
2022-04-07 14:14:32 +08:00 |
|
|
|
7264d6063c
|
executor: migrate test-infra to testify for testRecoverTable (#33744)
close pingcap/tidb#33435
|
2022-04-07 13:58:32 +08:00 |
|
|
|
e9b7f77726
|
topsql: add more test to check resource tag for each RPC request (#33623)
close pingcap/tidb#33208
|
2022-04-07 11:58:32 +08:00 |
|
|
|
a2b2dc0745
|
executor: migrate test-infra to testify for part of testSuite (#33741)
ref pingcap/tidb#33425
|
2022-04-07 01:22:31 +08:00 |
|
|
|
164261cfe9
|
planner: forbid NULL as of value in stale read (#33729)
close pingcap/tidb#33728
|
2022-04-06 23:02:31 +08:00 |
|
|
|
1c658e5eb6
|
executor: migrate test-infra to testify for executor_test.testSuite(6|8) (#33713)
close pingcap/tidb#33433, close pingcap/tidb#33434
|
2022-04-06 11:34:31 +08:00 |
|
|
|
27cf5bc384
|
executor: migrate test-infra to testify for part of executor_test (#33709)
close pingcap/tidb#28577
|
2022-04-06 09:48:31 +08:00 |
|
|
|
8dc1f6b092
|
executor: migrate test-infra to testify for executor_test.testSerialSuite2 (#33706)
close pingcap/tidb#33429
|
2022-04-04 23:52:31 +08:00 |
|
|
|
b61517f240
|
executor: migrate test-infra to testify for executor_test.go testCoprCache (#33704)
close pingcap/tidb#33442
|
2022-04-04 15:26:30 +08:00 |
|
|
|
bb8b8cc1de
|
executor: migrate test-infra to testify for executor_test.go testResourceTagSuite (#33603)
close pingcap/tidb#33443
|
2022-04-02 21:42:29 +08:00 |
|