48 Commits

Author SHA1 Message Date
d82d2baa0f bazel: update settings and close some race on tests (#63009) 2025-08-15 09:07:31 +00:00
e34dbae59d conn: add buffer for zlib & zstd compressor (#62802)
close pingcap/tidb#62795
2025-08-04 08:35:09 +00:00
8fc1430b83 *: change some unnecessary error logs to warn or info (#61428) 2025-06-18 06:37:15 +00:00
xhe
1d4514a627 server: return a default flen when unspecified (#61254)
close pingcap/tidb#34901, close pingcap/tidb#60503
2025-05-23 02:31:10 +00:00
xhe
d5dcbdf379 server: replace instead of truncate encoded result (#61080)
close pingcap/tidb#61085
2025-05-19 06:43:10 +00:00
89f9ca4c56 server: check connection is available in SQLKiller (#60685)
close pingcap/tidb#57531
2025-05-07 03:44:48 +00:00
24903d6b24 server: gopls modernize (#60818)
close pingcap/tidb#60817
2025-04-26 01:59:50 +00:00
98361345cc server: make field types for blob types match mysql (#60196)
close pingcap/tidb#60195
2025-03-24 11:07:03 +00:00
cf4d252af8 *: split definition out of variable pkg and refactor some reorg methods (#59146)
ref pingcap/tidb#57229, ref pingcap/tidb#57497
2025-01-23 09:24:44 +00:00
68ac9ec722 ddl: rename failpoint to better reflect what it does (#58115)
ref pingcap/tidb#54436
2024-12-10 07:24:00 +00:00
ba5823bb1c *: move ddl notifier as domain member and test pub/sub (#56776)
ref pingcap/tidb#55722
2024-10-23 04:01:33 +00:00
2ef0a36f71 *: Removed tidb_enable_list_partition (#42846)
close pingcap/tidb#42842
2024-09-25 00:24:19 +00:00
3176b9c263 *: move XXInfo/Job, etc, out from model pkg in parser to meta (#55754)
ref pingcap/tidb#54436
2024-09-04 04:49:45 +00:00
48989e726f *: Vector Data types and Functions (#55550)
ref pingcap/tidb#54245
2024-08-22 07:01:51 +00:00
dfa7ea6de0 *: replace ddl callback injection with failpoint (#55215)
ref pingcap/tidb#54436
2024-08-07 08:44:17 +00:00
68b529ebf5 ddl: replace OnJobUpdated callback with failpoint (#55091)
ref pingcap/tidb#54436
2024-08-01 04:34:26 +00:00
afd6d6a33a server: add protocol support for lazy cursor fetch (#54527)
close pingcap/tidb#54526
2024-07-18 10:22:32 +00:00
ac786cb1a3 server: refine the connection counter logic (#54546)
close pingcap/tidb#54428, close pingcap/tidb#54545
2024-07-15 05:11:58 +00:00
467eacce18 executor: fix tidb crash when calling Close and Finish (#54390) 2024-07-03 17:41:42 +08:00
009f9a729c test: use a mysql driver supporting cursor fetch to test the cursor fetch function (#54287)
close pingcap/tidb#54286
2024-07-02 09:23:56 +00:00
31c1de0b4f *: add test for issue #54254 and it has been fixed by pr #54183 (#54301)
close pingcap/tidb#54254
2024-06-28 06:43:24 +00:00
9aeaa76c5c *: fix a bug that update statement uses point get and update plan with different tblInfo (#54183)
close pingcap/tidb#53634
2024-06-26 10:28:23 +00:00
045d7da71c server, test: fix a minor TZ issue in TestDumpBinaryTime (#52624)
close pingcap/tidb#52345
2024-04-29 03:55:27 +00:00
24990b5ddd server: handle the case the type of param is set for the param sent by SEND_LONG_DATA (#52720)
close pingcap/tidb#52711
2024-04-25 03:40:41 +00:00
060ff39ab7 planner: simplify plan cache code (#52384)
ref pingcap/tidb#51407
2024-04-07 09:46:49 +00:00
07ef009486 server, metrics: remove the connection count on server, only use the metrics (#51996)
close pingcap/tidb#51889
2024-03-22 09:47:15 +00:00
5e6cb1689e session: load variables before parsing SQL (#51466)
close pingcap/tidb#51387
2024-03-05 17:57:35 +00:00
0250675b0b txn: deprecate the transaction auto retry and related statement count limit (#50782)
ref pingcap/tidb#50350
2024-01-30 08:10:59 +00:00
51e1e13494 *: update interface{} to any (#50770)
ref pingcap/tidb#50765
2024-01-29 07:21:29 +00:00
Z.H
d24ce81cb2 server: Skip checking sequence number of the sub header when compression protocol is active (#50092)
close pingcap/tidb#49845
2024-01-08 11:42:23 +00:00
4f38f2913b server: fix decode issue for prefetch point plan index keys (#50037)
close pingcap/tidb#50012
2024-01-03 12:59:02 +00:00
e80385270c metrics: add connection and fail metrics by resource group name (#49424)
ref pingcap/tidb#49318
2024-01-03 06:05:02 +00:00
cf659a3efe server: improve dump.Uintxx implementation (#49837)
close pingcap/tidb#44970
2023-12-27 11:42:28 +00:00
9fad344aac txn: make load data transactional (#49079)
ref pingcap/tidb#49078
2023-12-18 07:43:53 +00:00
e8d7b395a6 errctx, types, sessionctx: avoid memory allocation in HandleError and reduce allocation in creation of statement context (#49280)
close pingcap/tidb#49277
2023-12-11 04:01:48 +00:00
d23e1c379a server,executor: split ResultSet Close() to Finish() and Close() (#49224)
close pingcap/tidb#48667
2023-12-08 12:06:17 +00:00
1f7c1e02bc server,session: Add status vars for compression (#48152)
close pingcap/tidb#44473
2023-11-16 21:30:47 +00:00
db2e239496 types: remove param explicitTz from types.ParseTime (#48574)
close pingcap/tidb#48573
2023-11-15 08:08:17 +00:00
0f35b6f813 *: integrate PD HTTP client to the store helper (#48276)
ref pingcap/tidb#35319
2023-11-15 04:47:16 +00:00
8ce2ad1696 parse: fix the type of date/time parameters (#48237)
close pingcap/tidb#45190
2023-11-09 10:42:42 +00:00
9d6d6fd3da session: fix select for update statement can't get stmt-count-limit error (#48412)
close pingcap/tidb#48411
2023-11-09 07:29:12 +00:00
8a8e0c0106 metrics: rename label name of packet IO (#48201)
close pingcap/tidb#48200
2023-11-06 22:47:11 +00:00
0d9a4ce8b8 *: update linter (#48252)
ref pingcap/tidb#40786
2023-11-06 07:18:41 +00:00
420b524b1d server: Fix compression protocol for larger packets (#47495)
close pingcap/tidb#47152
2023-11-03 01:05:09 +00:00
6d64b7e89a types, stmtctx, *: use ZeroDate, ZeroInDate and InvalidDate related flags to replace variable in statement context (#47794)
close pingcap/tidb#47507, close pingcap/tidb#47508
2023-10-27 10:44:05 +00:00
90bd2dde4d stmtctx, *: change TypeCtx field to a private field (#47742)
close pingcap/tidb#47698, close pingcap/tidb#47752
2023-10-19 05:22:59 +00:00
3ef01b5882 types, *: move truncate flags to the types context (#47522)
close pingcap/tidb#47511
2023-10-18 05:15:29 +00:00
318e82bbb7 *: move most of the packages to 'pkg' (#47123)
ref pingcap/tidb#41241
2023-10-13 14:36:26 +00:00