|
|
86a6694de0
|
bindInfo: fix datarace on bindings (#40846)
close pingcap/tidb#40843
|
2023-01-30 19:59:55 +08:00 |
|
|
|
971deb6202
|
*: add a new I_S table and support show create for resource groups (#40665)
close pingcap/tidb#39781
|
2023-01-17 23:37:49 +08:00 |
|
|
|
03e192b6c4
|
privileges: add missing items for show privileges | tidb-test=pr/2066 (#40600)
close pingcap/tidb#40591
|
2023-01-16 14:51:48 +08:00 |
|
|
|
26dab31068
|
ttl: support float number and store ttl_job_interval in info schema (#40509)
Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
Co-authored-by: Weizhen Wang <wangweizhen@pingcap.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
|
2023-01-12 16:42:34 +08:00 |
|
|
|
2d755a818c
|
executor: fix data race at the ShowExec (#39817)
close pingcap/tidb#39816, close pingcap/tidb#40295
|
2023-01-09 11:20:22 +08:00 |
|
|
|
b226dfcb05
|
ttl: add ttl_job_interval attribute and remove tidb_ttl_job_interval variable (#40033)
close pingcap/tidb#40028
|
2023-01-06 17:56:21 +08:00 |
|
|
|
affe126097
|
*: support curdate() as column's default value | tidb-test=pr/2057 (#40326)
close pingcap/tidb#38356
|
2023-01-05 16:14:20 +08:00 |
|
|
|
c3329792e6
|
ttl: ouput TTL comment format when show create table (#39853)
close pingcap/tidb#39852
|
2022-12-13 12:56:52 +08:00 |
|
|
|
59cda14a4e
|
*: Support Failed-Login Tracking and Temporary Account Locking (#39322)
close pingcap/tidb#38938
|
2022-12-10 07:45:44 +08:00 |
|
|
|
824ef608c7
|
*: support password expiration policy (#39035)
ref pingcap/tidb#9709, close pingcap/tidb#38936
|
2022-12-02 16:36:02 +08:00 |
|
|
|
40d1ddb364
|
*: support password reuse policy (#39162)
ref pingcap/tidb#38937
|
2022-12-02 09:58:01 +08:00 |
|
|
|
c88fd23f90
|
planner: add sqlDigest and planDigest field when show bindings (#39156)
ref pingcap/tidb#39199
|
2022-11-30 00:04:00 +08:00 |
|
|
|
7f632be1d5
|
ddl: add ttl related jobs / execution (#39298)
close pingcap/tidb#39269, close pingcap/tidb#39270, close pingcap/tidb#39271
|
2022-11-28 10:42:00 +08:00 |
|
|
|
efa7010853
|
executor: fix issue of show create table with foreign key comment (#39129)
|
2022-11-14 15:47:54 +08:00 |
|
|
|
a8f56ee851
|
planner: support the view hint (#38653)
close pingcap/tidb#37887
|
2022-11-14 12:01:54 +08:00 |
|
|
|
238caf6571
|
*: add statistic lock/unlock function (#38387)
|
2022-11-11 22:25:54 +08:00 |
|
|
|
0e33fc247e
|
ddl: restricting MODIFY COLUMN on partitioning columns. (#38670)
close pingcap/tidb#38530
|
2022-11-04 15:06:00 +08:00 |
|
|
|
0e23da6e7c
|
*: create a user using tidb_auth_token authentication (#38585)
ref pingcap/tidb#38504
|
2022-10-31 11:47:59 +08:00 |
|
|
|
ba2e2c9d50
|
executor: show create table should distinguish between old and new foreign key (#38719)
close pingcap/tidb#38717
|
2022-10-29 00:33:58 +08:00 |
|
|
|
fb3c563d1e
|
server, executor: allow showing session_states without TLS (#38529)
|
2022-10-20 15:09:54 +08:00 |
|
|
|
4699c7d896
|
*: support ATTRIBUTE and COMMENT in CREATE USER and ALTER USER statements (#38201)
close pingcap/tidb#38172
|
2022-10-20 14:35:54 +08:00 |
|
|
|
dd65832136
|
*: add context for hook of getting/setting variables (#38379)
close pingcap/tidb#38378
|
2022-10-18 16:43:53 +08:00 |
|
|
|
3f85f8e4ed
|
Compatibility: SQL_SELECT_LIMIT worked in show statement; (#33696)
close pingcap/tidb#33407
|
2022-09-28 13:19:45 +08:00 |
|
|
|
7cb2a51dd1
|
executor: fix show create table with foreign key (#38119)
close pingcap/tidb#38118
|
2022-09-23 15:53:42 +08:00 |
|
|
|
2e63c67f07
|
executor: show locked status of accounts (#37967)
close pingcap/tidb#37966
|
2022-09-20 11:45:01 +08:00 |
|
|
|
9036de3394
|
*: support create table with foreign key and maintain foreign key reference (#37148)
close pingcap/tidb#37147
|
2022-09-07 13:22:56 +08:00 |
|
|
|
170dafc7e1
|
types: merge json and types pkg (#37578)
close pingcap/tidb#37577, close pingcap/tidb#37628
|
2022-09-05 19:42:55 +08:00 |
|
|
|
331707cfdc
|
infoschema: check hidden sysvars for SEM (#37587)
close pingcap/tidb#37586
|
2022-09-04 13:32:26 +08:00 |
|
|
|
6e582640d7
|
*: upgrade glangci-linter (#37413)
|
2022-09-01 12:14:24 +08:00 |
|
|
|
d0f8487dea
|
*: support specifying range bits for auto_random (#36860)
close pingcap/tidb#32508
|
2022-08-16 20:54:50 +08:00 |
|
|
|
42935af3cc
|
parser,ddl: Interval partitioning (#35662)
ref pingcap/tidb#19132, close pingcap/tidb#35683
|
2022-08-09 19:06:49 +08:00 |
|
|
|
46cb6dc679
|
executor: fix column_default with timestamp and bit type (#36851)
close pingcap/tidb#36027
|
2022-08-04 15:30:06 +08:00 |
|
|
|
0b1d3e0da3
|
*: cleanup sysvar API usage (#36640)
close pingcap/tidb#36639
|
2022-08-02 07:54:04 +08:00 |
|
|
|
158ba1a1d9
|
*: enable part revive for all code (#36703)
|
2022-08-01 14:02:06 +08:00 |
|
|
|
e39ef4cae8
|
executor: prevent sending cop request for show columns (#36613)
close pingcap/tidb#36426, ref pingcap/tidb#36496
|
2022-07-27 20:31:11 +08:00 |
|
|
|
1e391316fc
|
executor: Remove version comment for MySQL 3.23.x syntax (#36342)
ref pingcap/tidb#36270
|
2022-07-21 13:53:09 +08:00 |
|
|
|
460d57c8ba
|
log-backup: fix error that check whether partitionInfo.Columns is nil while it is [] (#36349)
close pingcap/tidb#36348
|
2022-07-20 12:15:08 +08:00 |
|
|
|
a0cced2167
|
executor: fix show create table with set and enum (#36327)
close pingcap/tidb#36317
|
2022-07-19 20:07:08 +08:00 |
|
|
|
9a2ed52119
|
server, sessionctx: support token-based authentication (#36152)
close pingcap/tidb#35913
|
2022-07-14 18:29:06 +08:00 |
|
|
|
55aea2787d
|
*: use pdqsort to improve sort performance (#34404)
close pingcap/tidb#34250
|
2022-07-06 13:41:02 +08:00 |
|
|
|
65e0b8e541
|
client: KV requests with source label (#34833)
close pingcap/tidb#33963
|
2022-07-01 19:46:39 +08:00 |
|
|
|
323411dda4
|
*: remove support for hidden sysvars (#35740)
close pingcap/tidb#35735
|
2022-07-01 14:28:40 +08:00 |
|
|
|
aff49d5b8c
|
executor: Show placement information in SHOW TABLE x REGIONS (#35202)
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
|
2022-06-23 10:56:30 +08:00 |
|
|
|
5c9ad77ae1
|
*: add support for disabling noop variables (#35496)
close pingcap/tidb#8895
|
2022-06-21 14:10:36 +08:00 |
|
|
|
4fc9551dd1
|
sessionctx, types, executor: support encoding and decoding user-defined variables (#35343)
close pingcap/tidb#35288
|
2022-06-15 21:02:34 +08:00 |
|
|
|
5d4745e9d4
|
parser, executor: support show/set session_states (#35263)
close pingcap/tidb#35259
|
2022-06-10 15:24:31 +08:00 |
|
|
|
c133e7478c
|
*: support SHOW TABLE STATUS with case insensitivity (#35086)
close pingcap/tidb#7518
|
2022-06-01 18:14:27 +08:00 |
|
|
|
1304718bd5
|
executor: fix show collation like case sensitive issue (#35089)
close pingcap/tidb#35047
|
2022-06-01 13:12:27 +08:00 |
|
|
|
b3d7a8e85f
|
executor: fix show database like case sensitive issue#34766 (#34925)
close pingcap/tidb#34766
|
2022-05-30 13:58:26 +08:00 |
|
|
|
79938e695c
|
dml: support for show count(*) warnings | errors (#34721)
close pingcap/tidb#25068
|
2022-05-23 15:50:46 +08:00 |
|