Commit Graph

102 Commits

Author SHA1 Message Date
320d0f41db *: don't save table IDs in schema diff of FLASHBACK DATABASE (#54665)
close pingcap/tidb#54415
2024-07-18 07:52:37 +00:00
2934442a76 *: optimize the speed of full load (#54185)
ref pingcap/tidb#50959
2024-07-15 04:20:58 +00:00
3fc5939239 executor,infoschema: Add pad_attribute to collation info (#54282)
close pingcap/tidb#54250
2024-07-10 10:07:34 +00:00
ef0a3eb8af planner: support using hint to create hypo-indexes (#54498)
ref pingcap/tidb#43817
2024-07-08 12:55:32 +00:00
a220260518 parser: Support STRAIGHT_JOIN...USING (#54164)
close pingcap/tidb#54162
2024-07-04 16:44:57 +00:00
3860ba5c2e *: implement auth plugin support in the extension framework (#53494)
close pingcap/tidb#53181
2024-07-03 15:22:29 +00:00
9d6bca4b2e parser,types: Fix error for JSON max depth (#54237)
ref pingcap/tidb#54207
2024-06-28 10:56:54 +00:00
7d5f1d75bd ddl: Allow JSON functions for defaults (#52786)
close pingcap/tidb#52785
2024-06-27 10:46:23 +00:00
14ed0c0123 parser: Support VECTOR type (#54246)
ref pingcap/tidb#54245
2024-06-27 08:31:30 +00:00
9f6b380385 parser: Make STATS_EXTENDED a non-reserved keyword. (#54037)
close pingcap/tidb#39573
2024-06-25 19:38:51 +00:00
324ee4ccb2 ddl: support referring objects in runningJobs (#54110)
close pingcap/tidb#52795, ref pingcap/tidb#53246
2024-06-24 06:56:50 +00:00
74a7173f27 chore: update encoding.go (#54124) 2024-06-22 13:40:19 +00:00
5377c6fc70 parser: use slices.Equal to simple code (#54117) 2024-06-20 10:28:18 +00:00
1a24c03212 expression: correct the erroneous scalar function equivalence check (#54067)
close pingcap/tidb#53726
2024-06-19 12:10:17 +00:00
51ccce23eb ddl: only use runningJobs to check job dependency (#54003)
ref pingcap/tidb#52795
2024-06-19 06:46:17 +00:00
9008d23c83 *: remove ExtraPidCol and replace it with ExtraPhysTblIDCol (#53974)
close pingcap/tidb#53929
2024-06-18 09:58:24 +00:00
7b259929a9 expression: Fix errors for JSON functions (#53800)
close pingcap/tidb#53799
2024-06-18 03:22:16 +00:00
1870d5f098 ddl: manage job lifecycle in worker (#53747)
ref pingcap/tidb#53246
2024-06-07 07:56:58 +00:00
98a0a755fb ddl: unify merging unique and non-unique index for multi-schema change (#53632)
close pingcap/tidb#53677
2024-06-05 09:07:26 +00:00
fc3132ce9b expression: JSON_SCHEMA_VALID() (#52780)
close pingcap/tidb#52779
2024-06-03 06:17:54 +00:00
20696515fd parser: Accept PASSWORD REQUIRE CURRENT DEFAULT (#53306)
close pingcap/tidb#53305
2024-06-02 14:59:53 +00:00
04c66ee950 ddl: decouple job scheduler from 'ddl' and make it run/exit as owner changes (#53548)
ref pingcap/tidb#53246
2024-05-30 06:37:21 +00:00
ris
04cb62d5bf br: add more options for br sql client (#53039)
close pingcap/tidb#53040
2024-05-28 07:26:50 +00:00
2d552c0034 planner: make var_samp can be used as a window function (#53130)
close pingcap/tidb#52933
2024-05-15 04:49:12 +00:00
fe7c324254 extension: make RelatedTables work when the statement fails (#50989)
close pingcap/tidb#50988
2024-05-08 03:55:08 +00:00
c24dca58f5 infoschema: load auto id related changes for multi-schema-change diff (#52967)
close pingcap/tidb#47899
2024-04-30 08:53:33 +00:00
70a825397f *: add metadata lock when using the plan cache (#51897)
close pingcap/tidb#51407
2024-04-28 09:16:27 +00:00
66ba419636 *: modify the printing of column default expression in SHOW CREATE TABLE and Restore (#52940)
close pingcap/tidb#52939
2024-04-28 08:34:27 +00:00
d626b6adf0 disttask: fix scope can't set different value (#52627)
close pingcap/tidb#52441
2024-04-26 07:19:42 +00:00
f383e0e685 ddl: add some comments to help readability (#52825) 2024-04-24 08:33:18 +00:00
62d6f4737b planner: move fields from ast.Prepared to planner.PlanCacheStmt (#52373)
ref pingcap/tidb#51407
2024-04-07 08:30:20 +00:00
3ba874c77f statistics: fix wrong singleflight implementation for stats' syncload (#52301)
close pingcap/tidb#52294
2024-04-03 10:16:55 +00:00
0e9e71262d ddl: fix rollback reorganize partition left intermediate state (#51631)
close pingcap/tidb#51090
2024-03-29 07:41:19 +00:00
5fd22197f5 parser,planner: move some code into AST member function (#51979) 2024-03-21 07:56:14 +00:00
0ed511a84b planner, stats: reduce the persist memory usage of stats after startup (#47496)
close pingcap/tidb#46867
2024-03-14 14:09:41 +00:00
b609fa6d27 *: fix SURVIVAL_PREFERENCES is not shown in SHOW CREATE PLACEMENT POLICY (#51732)
close pingcap/tidb#51699
2024-03-13 19:18:39 +00:00
xhe
9efa659dc5 *: remove old enableredactlog (#51718)
close pingcap/tidb#51717
2024-03-13 03:38:09 +00:00
ccbab5eeb7 *: Enable plan cache for partitioned tables (#49161)
close pingcap/tidb#33031, close pingcap/tidb#45532
2024-03-12 05:38:08 +00:00
xhe
611dc83af6 *: migrate to the new parser redact function (#51590)
close pingcap/tidb#51588
2024-03-08 08:59:07 +00:00
60aa838790 parser, server: unify writeData and writeError functions (#51402)
close pingcap/tidb#51408
2024-03-01 05:00:32 +00:00
64d824acd8 ddl: add sql-mode field in ddl job to make ticdc parse correctly (#51321)
close pingcap/tidb#51368
2024-02-28 10:02:01 +00:00
a59551b701 ddl: rename tidb_ddl_version to tidb_enable_fast_create_table (#51047)
close pingcap/tidb#50052
2024-02-28 08:39:31 +00:00
707b0a4e38 parser: support (Row(..),Row(..))=>(..) in the binding mode (#51319)
close pingcap/tidb#51222
2024-02-27 09:05:02 +00:00
3c3ba00cb4 ddl: data type default values support STR_TO_DATE('1980-01-01','%Y-%m-%d') (#51278)
close pingcap/tidb#51276
2024-02-27 04:36:30 +00:00
b9e98abca0 parser, ddl: data type default values support DATE_FORMAT(NOW(),'%Y-%m...') (#51076)
close pingcap/tidb#51031
2024-02-26 11:05:08 +00:00
3d1708f80c telemetry: remove the codes of Telemetry (#51202)
close pingcap/tidb#49939
2024-02-22 11:48:26 +00:00
feba462607 parser, ddl: data type default values support UPPER(SUBSTRING_INDEX(user(),'@',1)) (#50992)
close pingcap/tidb#50966, close pingcap/tidb#51200
2024-02-22 04:21:27 +00:00
11f716e206 bootstrap, br: add sys.schema_unused_indexes view (#50887)
close pingcap/tidb#50886
2024-02-21 05:22:57 +00:00
464a12651b build(deps): bump github.com/golangci/golangci-lint from 1.55.2 to 1.56.1 (#51089) 2024-02-18 06:57:01 +00:00
a29bbb5ca1 parser,ddl: data type default values support REPLACE(UPPER(uuid()), '-', '') (#50963)
close pingcap/tidb#50937
2024-02-09 02:53:45 +00:00