Commit Graph

1065 Commits

Author SHA1 Message Date
2cddfb3ecd domain: support more params for extract plan task (#41975)
ref pingcap/tidb#41130
2023-03-08 13:09:12 +08:00
0d7e7b875f server: enhance graceful stop by closing connections after finish the ongoing txn (#32111)
close pingcap/tidb#32110
2023-03-07 20:55:12 +08:00
a498911e7d metrics: fix lost tidb_executor_statement_total metric (#41821)
close pingcap/tidb#41820
2023-03-06 19:11:11 +08:00
b62e3638e0 domain: revise extract plan package format (#41876)
ref pingcap/tidb#41130
2023-03-06 12:31:11 +08:00
723526708d metrics: attach const label keyspace_id (#41693)
close pingcap/tidb#41698
2023-03-04 00:03:10 +08:00
1da60a3ce4 executor: check error message and refine LOAD DATA logic (#41640)
ref pingcap/tidb#40499
2023-02-28 21:19:09 +08:00
54a23ef986 adapter, txn: Move aggressive locking controlling logic to handlePessimisticXXX functions to avoid some potential misuses (#41726)
close pingcap/tidb#41724
2023-02-28 16:45:08 +08:00
b80ad030a2 server: add zip response support for extract (#41750)
ref pingcap/tidb#41130
2023-02-28 11:37:08 +08:00
4716227e7d server: support server handler for extract handler (#41682)
close pingcap/tidb#41130
2023-02-24 14:15:07 +08:00
e70d54ea91 ttl: fix the error message for TTL job trigger api in http (#41705)
close pingcap/tidb#41704
2023-02-24 10:53:06 +08:00
31e1aab5f0 *: Standardize use of conn_id=, connID= and conn= in messages (#41700)
close pingcap/tidb#41699
2023-02-23 23:13:07 +08:00
e58e602072 metric: fix panic when status.record-db-label enable (#41692)
close pingcap/tidb#41688
2023-02-23 22:05:07 +08:00
c1e4702dd4 ttl: Add a http api to trigger TTL job manually for test (#41599)
close pingcap/tidb#41597
2023-02-21 13:13:05 +08:00
65e524a73f executor: fix LOAD DATA can't use uppercase user var (#41603)
close pingcap/tidb#41596, close pingcap/tidb#41611
2023-02-21 11:47:05 +08:00
e3896bd6fb *: pin go1.20 (#41604)
close pingcap/tidb#40969
2023-02-20 23:33:05 +08:00
90412c432a lightning/parser: add more options to support LOAD DATA (#41573)
ref pingcap/tidb#41543
2023-02-20 22:51:05 +08:00
c987515367 *: upgrade go 1.20.1 (#40965)
ref pingcap/tidb#40969
2023-02-20 17:49:05 +08:00
79558c08ad metric: add some metric by database (#41477)
close pingcap/tidb#37892
2023-02-18 13:39:04 +08:00
bc95a4f022 *: lock the temp index key properly in DML (#41516)
close pingcap/tidb#41515
2023-02-17 18:19:04 +08:00
378b072294 server: fix skip test when to enable race (#41510) 2023-02-17 17:21:04 +08:00
c47bb5da53 executor: Check for column mismatch (#41411)
* executor: Check for column mismatch when the table and statement have the same number of columns

* Add test for LOAD DATA and column mismatch

* Set the correct error message for column mismatch in LOAD DATA
2023-02-16 15:32:47 +01:00
5df1913e0f session: fix upgrade (#40182)
close pingcap/tidb#41502
2023-02-16 21:30:02 +08:00
d161aa6e45 executor: LOAD DATA use lightning CSV parser (#40852)
ref pingcap/tidb#40499
2023-02-16 19:22:02 +08:00
0519e7ee6b server: support PROXY protocol fallback-able options (#41393)
close pingcap/tidb#41409
2023-02-16 18:12:03 +08:00
be740110f4 server, execute: set text for execute command (#41340)
close pingcap/tidb#41156
2023-02-13 18:16:02 +08:00
ae6054242e ddl: forbid tiflash while enabling API v2 (#41167)
ref pingcap/tidb#41166
2023-02-09 01:41:59 +08:00
8398f0fe09 *: fix a timezone data race which may cause wrong row data (#41146)
close pingcap/tidb#40710
2023-02-08 12:21:58 +08:00
6adcc6552b *: use the latest independent resource group manager client (#41162)
ref pingcap/tidb#38825
2023-02-07 23:55:58 +08:00
262ebd5f07 server: Implement column defaults for mysql.ComFieldList (#40765)
close pingcap/tidb#40764
2023-02-07 01:31:58 +08:00
00d48f90e6 *: update util/tracing and remove repeated code (#40825)
close pingcap/tidb#40809
2023-02-06 22:35:58 +08:00
e5477b87d3 *: fix the sysvar value may be corrupted after set by subquery (#41003)
close pingcap/tidb#40979
2023-02-06 11:19:56 +08:00
ca2235f461 keyspace: gc delete range (#40639)
ref pingcap/tidb#40848
2023-02-02 14:29:56 +08:00
9ebd766b53 util: add InTest to check whether to be in test (#40927)
close pingcap/tidb#40929
2023-02-01 15:27:56 +08:00
6a55f3ea97 server: Return error when no password is specified for caching_sha2_password account with password (#40858)
close pingcap/tidb#40831
2023-01-31 14:57:54 +08:00
28d0325ae1 server: support getting the MVCC of the temporary index (#40830)
close pingcap/tidb#40826
2023-01-30 14:13:54 +08:00
76153ab9ff lint: update config of deprecated linter (#40763)
ref pingcap/tidb#40786
2023-01-28 11:57:53 +08:00
556c267758 server, privileges: make tidb_auth_session_token compatible with password expiration and resource group (#40735)
ref pingcap/tidb#40614
2023-01-20 13:51:49 +08:00
dc30a5b7b3 *: LOAD DATA support load one file from s3 and other OSS (#40489)
ref pingcap/tidb#40499
2023-01-18 15:27:51 +08:00
7beec04214 sysvar: add switch for plan replayer capture using historical stats (#40492)
* add switch

* fix

* fix

* fix

Co-authored-by: Weizhen Wang <wangweizhen@pingcap.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
2023-01-11 19:44:33 +08:00
10f00936b7 keyspace: introduce keyspace conf and etcd path (#40269)
ref pingcap/tidb#40425
2023-01-10 18:48:22 +08:00
5eea731db0 util: use go-deadlock to find deadlock (#40288)
close pingcap/tidb#40293
2023-01-05 15:10:20 +08:00
62a713394f server, tidb-server: kill auto analyze when gracefully shutting down (#40284)
close pingcap/tidb#40038
2023-01-04 12:02:19 +08:00
25a247935b session: make plan replayer capture support prepared stmt (#40167)
close pingcap/tidb#40161
2023-01-03 11:32:19 +08:00
5fdd3bd56a server: support download plan replayer continues capture file (#40085) 2022-12-22 17:42:54 +08:00
0f4bd73741 server: avoid reusing cached stmt ctx on cursor read (#40023)
close pingcap/tidb#39998
2022-12-22 11:00:55 +08:00
fdf335e3e5 *: make auto-analyze killable by global memory limit (#39978)
ref pingcap/tidb#39971, close pingcap/tidb#39994
2022-12-20 21:56:55 +08:00
0fe61bd41a *: prevent cursor read from being cancelled by GC (#39950)
close pingcap/tidb#39447
2022-12-16 16:12:52 +08:00
3aba336048 domain: Support plan replayer continus capture (#39926) 2022-12-15 16:34:52 +08:00
Bin
33e5baade9 fix: update ioutil.readall (#39850) 2022-12-13 10:24:51 +08:00
ef6fb2ee75 statistics: support download history stats from stats_history (#39701) 2022-12-09 21:35:45 +08:00