|
|
d0f8487dea
|
*: support specifying range bits for auto_random (#36860)
close pingcap/tidb#32508
|
2022-08-16 20:54:50 +08:00 |
|
|
|
d6d0ce7b10
|
*: gofmt code for adapting go 1.19 (#36832)
ref pingcap/tidb#36879
|
2022-08-11 12:50:49 +08:00 |
|
|
|
42935af3cc
|
parser,ddl: Interval partitioning (#35662)
ref pingcap/tidb#19132, close pingcap/tidb#35683
|
2022-08-09 19:06:49 +08:00 |
|
|
|
96d2c25c92
|
ddl: implement intra-table DDL for SchemaTracker (#36176)
close pingcap/tidb#35933
|
2022-07-29 19:33:13 +08:00 |
|
|
|
624171abcc
|
*: decouple planner/core from ddl package (#36608)
|
2022-07-27 21:15:12 +08:00 |
|
|
|
e9f3980853
|
table partition: exchange partition with table enhance (#35749)
close pingcap/tidb#35996
|
2022-07-21 00:13:09 +08:00 |
|
|
|
c8e27fe0b9
|
ddl: handle rolling back modify columns correctly (#36282)
ref pingcap/tidb#14766
|
2022-07-18 23:55:07 +08:00 |
|
|
|
911e7cc360
|
*: enable revive (#35970)
ref pingcap/tidb#35345
|
2022-07-15 16:03:06 +08:00 |
|
|
|
1a9a7a614c
|
statistics,planner: let index support sync stats (#35879)
ref pingcap/tidb#35764
|
2022-07-11 17:23:05 +08:00 |
|
|
|
6e22e47f06
|
parser,ddl: support 'set tiflash mode' ddl and support check tiflash mode in tiflash_replica table (#35851)
ref pingcap/tidb#35850
|
2022-07-07 15:15:03 +08:00 |
|
|
|
55aea2787d
|
*: use pdqsort to improve sort performance (#34404)
close pingcap/tidb#34250
|
2022-07-06 13:41:02 +08:00 |
|
|
|
aec4349cac
|
statistics: let index support LoadNeededHistograms (#35775)
ref pingcap/tidb#35764
|
2022-07-04 14:03:00 +08:00 |
|
|
|
d4dc6b54c6
|
*: enable staticcheck and prealloc on nogo (#35486)
ref pingcap/tidb#35345
|
2022-06-22 22:00:37 +08:00 |
|
|
|
cd690e3d54
|
ddl: expose getPrimaryKey() as a public method of model.TableInfo (#35512)
close pingcap/tidb#35511
|
2022-06-20 18:16:36 +08:00 |
|
|
|
2cf1354f72
|
*: global stats consistency for dynamic prune (#34695)
close pingcap/tidb#34730
|
2022-05-19 11:34:38 +08:00 |
|
|
|
c6fe032e99
|
br: support PiTR feature (#34409)
ref pingcap/tidb#29501
|
2022-05-12 17:08:35 +08:00 |
|
|
|
1bf64c60f4
|
*: Refactor FieldType structure (#33569)
close pingcap/tidb#32116
|
2022-04-26 19:28:51 +08:00 |
|
|
|
67b073425f
|
ddl: fix inappropriate schema state output by admin show ddl jobs (#33850)
ref pingcap/tidb#23494, close pingcap/tidb#24420
|
2022-04-11 15:26:34 +08:00 |
|
|
|
c6b47c918f
|
ddl: refactor adjustColumnInfoInAddColumn for multi-schema change (#32820)
ref pingcap/tidb#14766
|
2022-03-29 17:34:29 +08:00 |
|
|
|
33e76327ab
|
br: Consider partition table's placement for br (#33139)
ref pingcap/tidb#32290
|
2022-03-16 20:05:52 +08:00 |
|
|
|
3f3a061afe
|
ddl: Add CreatePlacementPolicyWithInfo to ddl.DDL (#32986)
close pingcap/tidb#32951
|
2022-03-11 11:43:51 +08:00 |
|
|
|
6dbf2de2f0
|
explain: use partition name in original case (#32817)
close pingcap/tidb#32719
|
2022-03-07 14:33:48 +08:00 |
|
|
|
493eb45c75
|
*: table partition dynamic prune mode with Physical Table ID from unistore (#31634)
close pingcap/tidb#29851
|
2022-03-04 01:21:46 +08:00 |
|
|
|
c589ee5471
|
*: remove direct placement from models (#31816)
close pingcap/tidb#31427
|
2022-01-20 00:47:45 +08:00 |
|
|
|
088a2444df
|
*: persist analyze options for manual and auto analyze (#30939)
|
2021-12-30 00:39:49 +08:00 |
|
|
|
c08f7fc65c
|
*: show PK name when decoding the clustered index row key (#30623)
|
2021-12-10 21:53:58 +08:00 |
|
|
|
6898975a7d
|
parser: fix missing charset and collation of handle column (#30320)
|
2021-12-02 17:05:54 +08:00 |
|
|
|
17edc5758f
|
parser: add ANALYZE TABLE t ALL COLUMNS syntax (#29361)
|
2021-11-10 18:17:05 +08:00 |
|
|
|
a3f3924388
|
parser: support analyze/stats options when create/alter table (#29056)
|
2021-10-27 14:54:49 +08:00 |
|
|
|
63d5b02496
|
DDL: Support skip placement validation (#29016)
|
2021-10-27 13:10:49 +08:00 |
|
|
|
1777bd0e86
|
ddl : support alter table xx cache operations (#29022)
|
2021-10-25 22:08:48 +08:00 |
|
|
|
94e30df8e2
|
parser: fix compiling, add unit tests (#28700)
|
2021-10-11 23:15:25 +08:00 |
|
|
|
fef35aa8df
|
[parser] add placement rules to schema and partition (#1340)
Co-authored-by: Arenatlx <314806019@qq.com>
|
2021-10-09 14:53:23 +08:00 |
|
|
|
d3cff95f9e
|
[parser] model: move placement policy definition into 2 parser (#1327)
|
2021-10-09 14:53:23 +08:00 |
|
|
|
fd730ec231
|
[parser] parser: support the 'create global temporary table' syntax (#1211)
|
2021-10-09 14:53:23 +08:00 |
|
|
|
c298f32dd3
|
[parser] ddl: admin show ddl jobs output confusing with multiple jobs (#1210)
* change "none" 2 "queueing"
Signed-off-by: lihaowei <haoweili35@gmail.com>
* 4 review
Signed-off-by: lihaowei <haoweili35@gmail.com>
* restore origin word
* *: change none 2 queueing
|
2021-10-09 14:53:23 +08:00 |
|
|
|
bc860cdd5e
|
[parser] *: fix static check report (#1195)
* ast: base.go
Signed-off-by: xhe <xw897002528@gmail.com>
* ast: expressions.go
Signed-off-by: xhe <xw897002528@gmail.com>
* ast: misc_test.go
Signed-off-by: xhe <xw897002528@gmail.com>
* *: digester.go
Signed-off-by: xhe <xw897002528@gmail.com>
* goyacc: format_yacc.go
Signed-off-by: xhe <xw897002528@gmail.com>
* *: lexer_test.go
Signed-off-by: xhe <xw897002528@gmail.com>
* *: misc.go
Signed-off-by: xhe <xw897002528@gmail.com>
* model: model.go
Signed-off-by: xhe <xw897002528@gmail.com>
* model: model_test.go
Signed-off-by: xhe <xw897002528@gmail.com>
* *: parser_test.go
Signed-off-by: xhe <xw897002528@gmail.com>
* test_driver: test_driver_datum.go
Signed-off-by: xhe <xw897002528@gmail.com>
* test_driver: test_driver_mydecimal.go
Signed-off-by: xhe <xw897002528@gmail.com>
* ast: ddl.go, bugfix
Signed-off-by: xhe <xw897002528@gmail.com>
* mysql: errcode.go
charset/charset.go is passing errcode to NewStd, which requires int. But
here codes are uint16. To get rid of the error, uint16 is removed.
Signed-off-by: xhe <xw897002528@gmail.com>
* model: better test
Signed-off-by: xhe <xw897002528@gmail.com>
* *: fix timezone
Signed-off-by: xhe <xw897002528@gmail.com>
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2021-10-09 14:53:23 +08:00 |
|
|
|
8cd0659690
|
[parser] set right not null flag when newing extra PK (#1189)
* set right not null flag when newing extra PK
* add test
* fmt
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2021-10-09 14:53:23 +08:00 |
|
|
|
51f162cf17
|
[parser] model: add a version for the clustered index (#1172)
|
2021-10-09 14:53:23 +08:00 |
|
|
|
1f210fe678
|
[parser] model: add a new TableInfoVersion for separating id allocators (#1170)
|
2021-10-09 14:53:23 +08:00 |
|
|
|
6a18e2f063
|
[parser] *: support CLUSTERED and NONCLUSTERED syntax (#1153)
|
2021-10-09 14:53:23 +08:00 |
|
|
|
bba8f9579c
|
[parser] model: Add StateGlobalTxnWriteOnly (#1104)
|
2021-10-09 14:53:23 +08:00 |
|
|
|
61d4863dab
|
[parser] model: add functionality to check if a base table (#1080)
|
2021-10-09 14:53:23 +08:00 |
|
|
|
ed62659e39
|
[parser] *: add alter table read only/write support (#1095)
|
2021-10-09 14:53:23 +08:00 |
|
|
|
4d239a8573
|
[parser] *: tiny optimize for huge partition table (#1072)
* *: tiny optimize for huge partition table
Signed-off-by: crazycs520 <crazycs520@gmail.com>
* Update model/model.go
Co-authored-by: kennytm <kennytm@gmail.com>
Co-authored-by: kennytm <kennytm@gmail.com>
|
2021-10-09 14:53:23 +08:00 |
|
|
|
fca01d8347
|
[parser] ddl: *support list column partition table (#1042)
|
2021-10-09 14:53:23 +08:00 |
|
|
|
090d5ccc98
|
[parser] model: support add extra partition ID column (#1010)
define ExtraPidColID
add NewExtraPartitionIDColInfo to support create extra pid column
|
2021-10-09 14:53:23 +08:00 |
|
|
|
7a64b806d6
|
[parser] model: support columar table (#1000)
|
2021-10-09 14:53:23 +08:00 |
|
|
|
0b129de5dd
|
[parser] model: add DroppingDefinitions for PartitionInfo (#970)
|
2021-10-09 14:53:23 +08:00 |
|
|
|
ebb56dd2c8
|
[parser] model: fix null origin default value for bit column (#983)
|
2021-10-09 14:53:23 +08:00 |
|