Commit Graph

22 Commits

Author SHA1 Message Date
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
a29bbb5ca1 parser,ddl: data type default values support REPLACE(UPPER(uuid()), '-', '') (#50963)
close pingcap/tidb#50937
2024-02-09 02:53:45 +00:00
5a2c79b4d8 parser: restore set_var value to string instead of plain text (#50515)
close pingcap/tidb#50507
2024-01-18 03:52:46 +00:00
07fded43d4 parser: add support for the SHOW {REPLICA | SLAVE} STATUS stmt. (#50404)
close pingcap/tidb#50403
2024-01-16 09:55:52 +00:00
428905373b parser: raise error for empty db name (#49521)
close pingcap/tidb#45873
2024-01-09 08:10:53 +00:00
b4ba24b129 parser: remove universal keyword (#50103)
close pingcap/tidb#50066
2024-01-05 08:17:11 +00:00
f5cb034baa ddl: support fine-grained modify column and add column (#50039)
close pingcap/tidb#48519
2024-01-05 05:47:03 +00:00
494d9f0769 parser: support hints in 'REPLACE INTO' statement (#50007)
close pingcap/tidb#34325
2024-01-04 04:47:03 +00:00
5f79a7c89d parser: support using '*' as DB name when creating binding (#49969)
ref pingcap/tidb#48875
2024-01-02 08:14:01 +00:00
d6aeaf043f parser: fix limit lost in SetOprStmt (#49898)
close pingcap/tidb#49874
2023-12-29 10:05:05 +00:00
60d6286fa3 ddl: support bdr bwlist (#48776)
ref pingcap/tidb#48519
2023-12-28 08:04:58 +00:00
76a2f0ddb9 parser: add support [NO_WRITE_TO_BINLOG | LOCAL] syntax in the ANALYZE statement (#49482)
close pingcap/tidb#49235
2023-12-21 07:31:54 +00:00
c06f54c698 parser: fix invalid hint addition disable other valid hints (#49441)
close pingcap/tidb#49308
2023-12-20 08:19:53 +00:00
49f89a98af parser: support universal binding create statements (#49361)
ref pingcap/tidb#48875
2023-12-12 08:16:48 +00:00
5e652fd292 parser: Add 'SHOW BINARY LOG STATUS' (#48678)
close pingcap/tidb#48673
2023-11-20 09:05:41 +00:00
6b3df662ca flashback: support to flashback to tso syntax (#48493)
close pingcap/tidb#48372
2023-11-17 12:17:18 +00:00
bee28760d8 parser/executor: admin show/set bdr role (#48504)
ref pingcap/tidb#48519
2023-11-16 12:44:16 +00:00
f9f6bb35c2 ddl: fix recover table by JobID bug when JobID is set to 0 tidb-server panic (#46343)
close pingcap/tidb#46296
2023-10-30 07:59:06 +00:00
318e82bbb7 *: move most of the packages to 'pkg' (#47123)
ref pingcap/tidb#41241
2023-10-13 14:36:26 +00:00