Commit Graph

35 Commits

Author SHA1 Message Date
fd08ae3ebb executor: fix wrong ConnID for query out of memory quota (#47980)
close pingcap/tidb#47979
2023-10-26 08:02:04 +00:00
d4b81de2dc tests: move IT in executor to tests/integrationtest (PART 6) (#47998)
ref pingcap/tidb#47076
2023-10-26 06:59:04 +00:00
6dd6a5e50c executor: improve channel length for analyze (#47960)
ref pingcap/tidb#47275
2023-10-26 06:27:34 +00:00
3a3a7d1c3c enhancement: Modify the BuildLogicalPlanForTest function (#47988)
close pingcap/tidb#47974
2023-10-26 00:57:34 +00:00
97310ad5db types: fix issue that we can insert negative value to unsinged float column sometimes (#47946)
close pingcap/tidb#47945
2023-10-25 10:15:33 +00:00
ecaa1c518c executor: move IT in pkg/executor/partition_table_test to tests/integrationtest (#47957)
ref pingcap/tidb#47076
2023-10-25 06:38:04 +00:00
f3dfd896b5 executor: update client-go to fix #35418 (#47951)
close pingcap/tidb#35418
2023-10-25 05:59:03 +00:00
2a628c4801 *: unified the cancel/kill logic in tidb (#47063)
close pingcap/tidb#47075
2023-10-23 09:48:38 +00:00
b0c01fa9a4 executor: fix an issue that index_lookup_hash_join incorrectly estimate memory usage. (#47795)
close pingcap/tidb#47788
2023-10-23 07:29:02 +00:00
1d3b53e684 executor: optimize (left outer) (anti) semi join which has no other condition (#47764)
close pingcap/tidb#47424
2023-10-23 06:54:32 +00:00
515899f090 executor, tests: move test cases from executor to integrationtest (PART 4) (#47877)
ref pingcap/tidb#47076
2023-10-22 03:54:30 +00:00
3f9ba2bf56 executor, tests: move test cases from executor to integrationtest (PART 3) (#47796)
ref pingcap/tidb#47076
2023-10-21 07:07:59 +00:00
92749f73c8 types: more strict for types.StrictFlags (#47842)
close pingcap/tidb#47829
2023-10-20 09:39:40 +00:00
9f97c9ac0c types: fix update unsigned column with overflow string issue (#47817)
close pingcap/tidb#47816
2023-10-20 04:47:06 +00:00
5e3210b0d5 types: fix the behavior when inserting a big scientific notation number to keep it same with mysql (#47803)
close pingcap/tidb#47787
2023-10-20 04:46:59 +00:00
3c461ddf06 util: Change the name of ListInDisk (#47777)
ref pingcap/tidb#47733
2023-10-20 03:34:59 +00:00
084717902b *: handle region error for GetMvccByEncodedKey API (#47811)
close pingcap/tidb#47807
2023-10-20 01:37:59 +00:00
987663fff7 types: use flags in types package to handle clip zero case (#47543)
close pingcap/tidb#47518
2023-10-19 08:15:30 +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
6166594a41 executor, tests: move test cases from executor to integrationtest (#47746)
ref pingcap/tidb#47076
2023-10-19 03:10:58 +00:00
ac1f0d92a6 planner: move more methods from StatsHandle to its sub-packages (#47749)
ref pingcap/tidb#46905
2023-10-18 14:39:28 +00:00
16c0b61162 executor, infoschema: add tiproxy into table cluster_info (#44828)
ref pingcap/tidb#44827
2023-10-18 13:03:30 +00:00
aa453def0e planner: move more methods from StatsHandle to its sub-packages (#47739)
ref pingcap/tidb#46905
2023-10-18 08:43:59 +00:00
bf2f1ddc9e ddl: refine job_type of admin show ddl jobs (#47699)
ref pingcap/tidb#45719
2023-10-18 07:15:29 +00:00
3ef01b5882 types, *: move truncate flags to the types context (#47522)
close pingcap/tidb#47511
2023-10-18 05:15:29 +00:00
72d989d406 *: simple code (#47737) 2023-10-18 03:42: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
4009bae9cf executor, tests: move some test cases from executor to integrationtest (#47720)
ref pingcap/tidb#47076
2023-10-17 13:24:30 +00:00
d0a5bc5bc1 tests: fix some test cases in real TiKV env (#47697)
ref pingcap/tidb#45961
2023-10-17 08:11:00 +00:00
895b4e0f12 *: replace mathutil.Max/Min with built-in max/min (#47700)
ref pingcap/tidb#45933
2023-10-17 07:22:59 +00:00
ab4c20ba16 importinto: revert "use one writer for each kv group for all concurrent encoder" (#47666)
ref pingcap/tidb#46704
2023-10-16 14:34:58 +00:00
54bc3a52c8 statistics: move some functions into global stats (#47669)
ref pingcap/tidb#46905
2023-10-16 10:54:42 +00:00
f4f8cd630a executor, tests: move test cases from union_scan_test.go and kv_test.go to integrationtest (#47659)
ref pingcap/tidb#47076
2023-10-16 09:12:29 +00:00
8f532efb2f executor: reuse the memory from analyze result (#47617)
ref pingcap/tidb#47275
2023-10-13 16:25:57 +00:00
318e82bbb7 *: move most of the packages to 'pkg' (#47123)
ref pingcap/tidb#41241
2023-10-13 14:36:26 +00:00