Commit Graph

38 Commits

Author SHA1 Message Date
9fad344aac txn: make load data transactional (#49079)
ref pingcap/tidb#49078
2023-12-18 07:43:53 +00:00
f5323284b1 planner: support creating universal bindings (#49426)
ref pingcap/tidb#48875
2023-12-14 09:40:50 +00:00
161107a712 executor: add ru details in slow log and INFORMATION_SCHEMA.SLOW_QUERY (#49067)
close pingcap/tidb#42892, ref pingcap/tidb#49318
2023-12-13 07:30:19 +00:00
4eada20dcc *: add unnecessary untracked files to .gitignore and clean up them (#49314)
close pingcap/tidb#49070
2023-12-11 07:22:54 +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
83f9209925 server: add test to keep clientConn from memory leak (#49243)
close pingcap/tidb#49242
2023-12-07 04:58:20 +00:00
7c3746685d server: register compression statistics and fix the memory leak (#49193)
close pingcap/tidb#49190
2023-12-05 10:35:49 +00:00
a6c60424c9 test: remove test files (extract and replayer) after running tests (#49132)
close pingcap/tidb#49127
2023-12-05 04:44:49 +00:00
6492800b9c *: Support idle transaction timeout (#48714)
close pingcap/tidb#48712
2023-12-05 04:01:19 +00:00
43825796a6 server: make clientConn() thread-safe (#49073)
ref pingcap/tidb#48224
2023-12-02 02:07:20 +00:00
330a5d5791 server: fix spell (#49095)
ref pingcap/tidb#44940
2023-12-01 10:09:05 +00:00
29e36ea7e3 store/mockstore: Use Expression.Eval to replace EvalWithInnerCtx for mockstore (#48771)
close pingcap/tidb#48770
2023-11-24 15:46:13 +00:00
6ca9813e5d server: use failpoint rather than real error in test TestCursorFetchErrorInFetch (#48832)
close pingcap/tidb#47029
2023-11-23 13:49:14 +00:00
707f860527 util/rowcodec,tablecodec: remove stmtctx dependency from rowcodec and tablecodec (#48816)
close pingcap/tidb#48751
2023-11-23 10:19:13 +00:00
b8515ae354 session: move session interface into new package (#48792)
ref pingcap/tidb#44940
2023-11-23 05:28:11 +00:00
7e8de2f1c7 infosync: integrate PD HTTP client into the label manager (#48738)
ref pingcap/tidb#35319
2023-11-23 04:53:41 +00:00
3d176fcc2c util/codec,util/errctx,*: add error context, and use it to refactor util/codec (#48613)
close pingcap/tidb#48611
2023-11-20 13:53:40 +00:00
95759f44bd *: further adaptation to PD HTTP client (#48606)
ref pingcap/tidb#35319
2023-11-20 04:20:42 +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
4793a0428b pkg/param: add correct fsp for duration (#48564)
close pingcap/tidb#48563
2023-11-14 07:18:44 +00:00
8ce2ad1696 parse: fix the type of date/time parameters (#48237)
close pingcap/tidb#45190
2023-11-09 10:42:42 +00:00
24c7f8c39b server,session: make sure ResultSet.Close() errors return to the client (#48447)
ref pingcap/tidb#48411, close pingcap/tidb#48446
2023-11-09 09:54:49 +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
b93b2f530b metrics: distinguish events of server level and connection level (#48290)
close pingcap/tidb#48289
2023-11-06 03:48:41 +00:00
420b524b1d server: Fix compression protocol for larger packets (#47495)
close pingcap/tidb#47152
2023-11-03 01:05:09 +00:00
8301e4e991 types,*: remove the dependency stmtctx from types package. (#48108)
close pingcap/tidb#48080
2023-11-01 11:45:44 +00:00
733b10bf5a *: unify the use of PD API URL constants (#48132)
ref pingcap/tidb#35319
2023-11-01 09:29:07 +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
2a628c4801 *: unified the cancel/kill logic in tidb (#47063)
close pingcap/tidb#47075
2023-10-23 09:48:38 +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
aebf22d22e planner: move more methods from StatsHandle to its sub-packages (#47696)
ref pingcap/tidb#46905
2023-10-17 13:52:59 +00:00
318e82bbb7 *: move most of the packages to 'pkg' (#47123)
ref pingcap/tidb#41241
2023-10-13 14:36:26 +00:00