Commit Graph

41 Commits

Author SHA1 Message Date
2f8b11a4d1 parser: don't support ALTER TABLE ... DROP FOREIGN KEY if exists (#56703)
close pingcap/tidb#56701
2024-10-31 06:00:57 +00:00
f7f573b6e1 parser: make HNSW as vector index default type (#56429)
close pingcap/tidb#56428
2024-10-08 03:23:30 +00:00
6e8f27f9ce *: support the vector index (#56409)
close pingcap/tidb#55693
2024-09-30 03:06:28 +00:00
59a8acb9bf planner: support using with <opt>=<val> to set options when running index advisor (#56307)
ref pingcap/tidb#12303
2024-09-25 18:41:21 +00:00
04608f499b resource_control: support set resource limit for background tasks (#56020)
close pingcap/tidb#56019
2024-09-25 04:01:23 +00:00
Hu#
19caf52fad runaway: Add processed_keys and request_ru to check (#55147)
ref pingcap/tidb#54434
2024-09-24 07:31:41 +00:00
67bee7c513 * : Remove binlog related codes (#55955)
close pingcap/tidb#55949
2024-09-20 04:11:57 +00:00
822bf99e78 planner: support new syntax for Index Advisor (#55947)
ref pingcap/tidb#12303
2024-09-10 01:01:45 +00:00
2bd566026a planner: remove old useless unfinished index advisor implementation (#55810)
ref pingcap/tidb#12303
2024-09-04 01:44:52 +00:00
48989e726f *: Vector Data types and Functions (#55550)
ref pingcap/tidb#54245
2024-08-22 07:01:51 +00:00
3464dae313 parser: call SetText correctly for CreateViewStmt (#55520)
close pingcap/tidb#55441
2024-08-21 02:39:11 +00:00
1f40cb0bc2 *: support batch create/drop bindings from plan/sql digest (#55315)
close pingcap/tidb#55343
2024-08-12 19:52:31 +00:00
e1f2b77b72 parser: support GLOBAL IndexOption (#55259)
ref pingcap/tidb#52994
2024-08-09 09:54:42 +00:00
Hu#
0dff610398 resource_control: support unlimited keyword when setting the resource group (#54704)
close pingcap/tidb#54413
2024-07-26 09:17:26 +00:00
ef0a3eb8af planner: support using hint to create hypo-indexes (#54498)
ref pingcap/tidb#43817
2024-07-08 12:55:32 +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
ris
04cb62d5bf br: add more options for br sql client (#53039)
close pingcap/tidb#53040
2024-05-28 07:26:50 +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
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