Commit Graph

152 Commits

Author SHA1 Message Date
5da9d1a1ca *: let TempIndex support encode/decode partitionID flag (#57017)
close pingcap/tidb#56535
2024-11-01 11:50:27 +00:00
3f0514eb6b planner, table: list partition support prune non point range (#56725)
close pingcap/tidb#56673
2024-10-25 06:59:32 +00:00
55b3e37c7c Makefile: add gotag for make server_check (#51057) 2024-10-18 13:42:57 +00:00
3df0f2e927 sessionctx: Deprecate static prune mode (#56543)
ref pingcap/tidb#56490
2024-10-16 02:07:47 +00:00
d1c476abd1 ddl: process temp global index correctly (#56608)
close pingcap/tidb#56535
2024-10-14 15:38:36 +00:00
1e24d39608 *: Drop partition DDL handling for overlapping partitions during State Changes (#56082)
close pingcap/tidb#55888
2024-10-09 17:15:33 +00:00
8c4bab1963 *: upgrade go1.23.2 (#51126)
close pingcap/tidb#50765
2024-10-09 05:15:46 +00:00
8f0baf4444 *: remove mock.NewContext() usage when building table meta in production code (#56348)
ref pingcap/tidb#53388
2024-09-29 13:05:25 +00:00
b427e33eb9 meta: separate reader and mutator (#56376)
ref pingcap/tidb#54436
2024-09-27 15:34:11 +00:00
b32b63c5f4 *: use exprstatic.ExprContext to replace mock.Context in ToConstraint (#56355)
ref pingcap/tidb#53388
2024-09-27 09:27:10 +00:00
569767527d *: Fix possibly invalid vector default values (#56286)
ref pingcap/tidb#54245
2024-09-26 12:12:53 +00:00
84016f9f9a planner: support to prune column for simple table's DELETE (#56077)
ref pingcap/tidb#38911
2024-09-25 19:48:28 +00:00
9129323378 *: Deprecate tidb_enable_table_partition and always set to ON (#56190)
close pingcap/tidb#56189
2024-09-25 12:29:34 +00:00
2ef0a36f71 *: Removed tidb_enable_list_partition (#42846)
close pingcap/tidb#42842
2024-09-25 00:24:19 +00:00
0442c68e1c *: Deprecated and always set to ON tidb_enable_global_index (#56169)
ref pingcap/tidb#45133
2024-09-24 22:59:43 +00:00
5ead7e9a48 *: Remove tidb-binlog related code (#56183)
ref pingcap/tidb#55949
2024-09-20 11:13:23 +00:00
67bee7c513 * : Remove binlog related codes (#55955)
close pingcap/tidb#55949
2024-09-20 04:11:57 +00:00
68fdf55d94 *: rename some packages of context (#56108)
close pingcap/tidb#56107
2024-09-19 07:11:03 +00:00
1e6cec8b44 *: let planner decide the col refs for non-partition and non-foreignkey table's delete (#54065)
ref pingcap/tidb#38911
2024-09-13 13:28:54 +00:00
2a3352c45d ddl: remove mock.Context from DDL reorg (#55873)
ref pingcap/tidb#53388
2024-09-09 08:25:32 +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
d041cd054c test: fix unstable TestParallelErrStage (#55620)
close pingcap/tidb#55594
2024-08-23 15:25:43 +00:00
ae59dfe37e table: specify DupKeyCheckLazy in BenchmarkAddRecordInPipelinedDML (#55597)
ref pingcap/tidb#54397
2024-08-23 09:24:14 +00:00
48989e726f *: Vector Data types and Functions (#55550)
ref pingcap/tidb#54245
2024-08-22 07:01:51 +00:00
1f095a3f47 lighting: expose limited fields for kv.Session (#55517)
ref pingcap/tidb#53388
2024-08-20 14:34:42 +00:00
tpp
f2c278ddc6 Planner: Do not allow cardinality to go below 1 (#55242)
close pingcap/tidb#47400
2024-08-20 12:00:12 +00:00
559f634f63 planner/core: pushdown TiFlash store type check to ColumnToProto (#55463)
close pingcap/tidb#55462
2024-08-19 14:01:42 +00:00
7ef2d46ce1 table: Add GetExchangePartitionDMLSupport and remove GetDomainInfoSchema in MutateContext (#55435)
ref pingcap/tidb#53388
2024-08-19 12:28:41 +00:00
6499137a0c table: remove method Txn() in MutateContext (#55400)
close pingcap/tidb#55378
2024-08-14 11:18:07 +00:00
cfcd1641fd *: update extractor for tidb_index_usage and columns table (#55263)
ref pingcap/tidb#50305
2024-08-14 07:51:08 +00:00
0e47f9acd7 table: Add PessimisticLazyDupKeyCheckMode to determine lazy mode in pessimistic txn (#55360)
close pingcap/tidb#54397
2024-08-14 03:07:37 +00:00
2fb61a5eb2 *: Require GLOBAL IndexOption for creating Global Index (#55264)
close pingcap/tidb#52994
2024-08-12 12:52:31 +00:00
66e192d842 tables: remove unnecessary function (#55361) 2024-08-12 08:40:32 +00:00
876268f619 *: add ctx parameter to infoschema TableByID (#55329)
ref pingcap/tidb#50959
2024-08-09 10:42:47 +00:00
bf7c8b1265 table: make AddRecordOpt/UpdateRecordOpt/CreateIdxOpt immutable (#55325)
ref pingcap/tidb#54397
2024-08-09 09:54:49 +00:00
829bd5b6e7 table: fix some txn assertion error when executing DDL and DML (#55314)
close pingcap/tidb#55313
2024-08-09 03:32:10 +00:00
d4c26cae55 table: Add option DupKeyCheckLazy to check duplicated key lazily (#55246)
ref pingcap/tidb#54397
2024-08-08 10:09:40 +00:00
dfa7ea6de0 *: replace ddl callback injection with failpoint (#55215)
ref pingcap/tidb#54436
2024-08-07 08:44:17 +00:00
d25373740d table: Add option SkipWriteUntouchedIndices for Table.UpdateRecord (#55192)
ref pingcap/tidb#54397
2024-08-06 08:54:39 +00:00
1985662294 table: add new option DupKeyCheckMode for table mutations (#55194)
ref pingcap/tidb#54397
2024-08-06 07:18:40 +00:00
9a2da2d033 table: refactor options for `Table.AddRecord/Table.UpdateRecord/IndexCreate (#55125)
close pingcap/tidb#55121
2024-08-05 09:15:44 +00:00
2ee8c99cff table: Add CachedTableSupport and TemporaryTableSupport for MutateContext (#54900)
close pingcap/tidb#54397
2024-07-26 05:19:36 +00:00
b41ad703ad *: refine pipelined dml benchmarks (#54844)
ref pingcap/tidb#50215
2024-07-25 13:45:06 +00:00
47179ae14d table: introduce RowIDShardGenerator and ReservedRowIDAlloc to alloc auto row id (#54789)
ref pingcap/tidb#54397
2024-07-24 09:01:35 +00:00
da3e7cadbe table: add WritableConstraint to interface table.Table to avoid implicit interface implementation (#54825)
close pingcap/tidb#54824
2024-07-24 07:09:05 +00:00
d67421d465 table: Add GetStatisticsSupport and GetBinlogSupport for MutateContext (#54832)
ref pingcap/tidb#54397
2024-07-24 06:07:34 +00:00
b19a91817c *: isolate more variables for runWithSystemSession (#54791)
close pingcap/tidb#54343
2024-07-23 10:36:04 +00:00
f5ac1c4a45 *: support tidb_redact_log for explain (#54553)
close pingcap/tidb#54565
2024-07-23 08:45:04 +00:00
a23af5488e table: expose some fields to MutateContext from GetSessionVars() (#54767)
ref pingcap/tidb#54397
2024-07-19 11:06:02 +00:00
708cbfeab4 tables: reduce GetSessionVars from MutateContext in tables (#54715)
close pingcap/tidb#54397
2024-07-19 02:40:31 +00:00