Commit Graph

18302 Commits

Author SHA1 Message Date
93859ddff0 ddl: correct the job.SchemaState in DROP cases (#34235)
ref pingcap/tidb#32939
2022-04-28 12:14:51 +08:00
d22a8ce409 session: fix upgraded cluster mysql.user columns order is different from new cluster (#33868)
close pingcap/tidb#33650
2022-04-28 01:12:55 +08:00
6bd54bea8a statistics: improve topn pruning logic (#34282)
ref pingcap/tidb#32758, close pingcap/tidb#34256
2022-04-27 20:26:51 +08:00
d22cd59da4 planner: refactor the cost implementation for Aggs (#34227) 2022-04-27 20:12:39 +08:00
c4318b5f0e session: migrate test-infra to testify for testStatisticsSuite (#34293)
close pingcap/tidb#34292
2022-04-27 19:34:52 +08:00
308be4174d ddl: move some tests to package ddl_test (#34281)
ref pingcap/tidb#34284
2022-04-27 18:32:52 +08:00
6da6e5a571 *: fix build tag by run gofix (#34260)
ref pingcap/tidb#31716
2022-04-27 18:02:52 +08:00
a0f55d36ee session: migrate test-infra to testify for tidbAsLibrarySuite (#34178)
ref pingcap/tidb#28328
2022-04-27 17:46:52 +08:00
1a19f959f4 session, table: fix listColumnPartition data race (#33199)
close pingcap/tidb#33030
2022-04-27 15:20:51 +08:00
591c2050a7 planner: let apply be paralleled though there's order property can be used (#34238)
close pingcap/tidb#34237
2022-04-27 11:22:51 +08:00
b4c9580bd6 ddl: eliminate too much updateTiFlashStores logs (#34230)
close pingcap/tidb#34223
2022-04-27 11:08:51 +08:00
e1580175e7 statistics: fix init topn not sorted (#34234)
ref pingcap/tidb#32758, close pingcap/tidb#34216
2022-04-26 23:32:51 +08:00
2f2fa06c2f lightning: split and scatter regions in batches (#33625)
close pingcap/tidb#33618
2022-04-26 23:16:51 +08:00
28ea194d20 expression: Wrong type value in INET6_ATON/INET_ATON should return errors (#32849)
close pingcap/tidb#32221
2022-04-26 23:00:51 +08:00
ad2ce1de83 statistics: DumpIndexUsageToKV use batch insert to reduce cost (#33981)
close pingcap/tidb#33980
2022-04-26 22:44:51 +08:00
2ef7168991 ddl, domain: rewrite testDomain for concurrent DDL (#34221)
ref pingcap/tidb#33008
2022-04-26 20:20:51 +08:00
f16f0e844d executor: use sys session to build view for info_schema.columns retrieval (#33946)
close pingcap/tidb#32459
2022-04-26 20:02:51 +08:00
0c17a9acda statistics: make order random when looking for need-analyze table (#34196)
ref pingcap/tidb#34207
2022-04-26 19:44:51 +08:00
1bf64c60f4 *: Refactor FieldType structure (#33569)
close pingcap/tidb#32116
2022-04-26 19:28:51 +08:00
b119f2620a table: fix NO_ZERO_DATE not work for insert into select statement (#34101)
close pingcap/tidb#34099
2022-04-26 18:10:51 +08:00
6b3b73bbec *: ensure TxnContextProvider not nil in preprocess (#34232)
ref pingcap/tidb#33832
2022-04-26 16:16:52 +08:00
fb342ff861 topsql: fix issue of topsql failed catch the running SQL when topsql is enabled in execution (#33861)
close pingcap/tidb#33859
2022-04-26 13:16:51 +08:00
59566fad34 lightning: maintain task meta in singleTaskMetaMgr (#34214)
close pingcap/tidb#34213
2022-04-26 11:24:51 +08:00
c917cd3d3d charest: add all mysql character information in parser (#34210)
close pingcap/tidb#31598
2022-04-26 10:54:51 +08:00
79a66d7bdb planner: refactor the cost implementation for Sort/Topn, IndexMerge (#34169)
ref pingcap/tidb#33945
2022-04-26 10:38:50 +08:00
20a58199cf *: move config file option mem-quota-query to sysvar (#34141)
ref pingcap/tidb#33769
2022-04-26 03:58:50 +08:00
b7f26143e5 *: update unstable unit test case list 2022/04/19-2022/04/24 (#34176)
ref pingcap/tidb#32303
2022-04-25 17:30:50 +08:00
aa1fe9d8c6 *: refine some tests for concurrent DDL (#34215)
ref pingcap/tidb#33008
2022-04-25 17:14:50 +08:00
d23a81488a *: Move stale read context to TxnManager (#33812)
close pingcap/tidb#31954, close pingcap/tidb#33014, close pingcap/tidb#33832
2022-04-25 16:52:51 +08:00
9fc73ac219 ddl: rewrite some cancel tests to an unified test (#34157)
close pingcap/tidb#32939
2022-04-25 14:08:49 +08:00
65f329e78e session: add some compatibility checks for non-transactional DML (#34127)
ref pingcap/tidb#33485
2022-04-25 12:02:50 +08:00
f10db388c5 variable: make lc_messages read only (#33708)
close pingcap/tidb#33707
2022-04-25 11:32:49 +08:00
25255ce81b br_gcs: fix tikv integration test (#34191)
close pingcap/tidb#33811
2022-04-25 10:58:50 +08:00
d3a02f416a executor: flush statement should trigger implicit commit (#34134)
close pingcap/tidb#34180
2022-04-24 17:38:48 +08:00
db07c2e0c8 Doc: Add a design doc for optimizing gc safepoint advance (#32934)
close pingcap/tidb#32725
2022-04-24 15:32:49 +08:00
ffa4ba91e3 parser: turn some functions into member functions of model.Job (#34175)
ref pingcap/tidb#31716
2022-04-24 14:42:49 +08:00
161e835df9 ddl: add ddlCtx for ddl interface (#34153)
ref pingcap/tidb#33635
2022-04-24 13:32:48 +08:00
9e3276a891 *: remove useless code (#34159)
ref pingcap/tidb#31716
2022-04-22 14:34:04 +08:00
e6d55e14fa executor/infoschema_reader.go: skip the unidentifiable table-attributes (#34129)
close pingcap/tidb#33665
2022-04-22 14:08:04 +08:00
544dd1705e ddl: fix the partial-count collection for ddl reorg encountering errors halfway (#34165)
ref pingcap/tidb#32306, close pingcap/tidb#34164
2022-04-22 13:54:04 +08:00
99b871e20d planner: add projection pushdown (#27029)
close pingcap/tidb#26242
2022-04-22 11:06:05 +08:00
886dc81f17 executor: fix label of rollback stmt counter (#34160)
close pingcap/tidb#34161
2022-04-22 09:58:04 +08:00
a798e78328 planner: refactor the cost implementation for Table/IndexReader/Scan, IndexLookup, Proj and Sel (#34091)
ref pingcap/tidb#33945
2022-04-21 22:34:04 +08:00
2578630108 br: enhance the error infomation (#33882)
close pingcap/tidb#33598
2022-04-21 21:54:04 +08:00
a1031d01e3 lightning_web: mute the alert (#33390) 2022-04-21 21:04:04 +08:00
5ba2adb5cb planner: fix the unstable test TestAnalyzeGlobalStatsWithOpts 2022-04-21 17:06:00 +08:00
af9ec61359 ddl: refactoring some cancel tests (#34131)
ref pingcap/tidb#32939
2022-04-21 15:22:04 +08:00
9478a6bfaf util: track the memory usage of rowPtrs in sortedRowContainer (#34128)
ref pingcap/tidb#33877
2022-04-21 13:36:03 +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