Commit Graph

1991 Commits

Author SHA1 Message Date
4edb78eb94 partition: make ExchangePartition follow check constraints during writeOnly state(Part2) (#46030)
ref pingcap/tidb#45922
2023-09-20 01:52:43 +00:00
4450ae4513 importinto: integrate global sort(without merge-sort) part 1 (#46998)
ref pingcap/tidb#46704
2023-09-19 11:10:42 +00:00
8b15111454 planner: support lock/unlock stats of partition tables (#46768)
ref pingcap/tidb#46351
2023-09-15 12:55:40 +00:00
331ae3db19 model: set collation and charset for ExtraPhysTblIDCol and ExtraPartitionIDCol (#46972) 2023-09-15 02:43:39 +00:00
42723fa9e3 *: rename variable tidb_kv_read_timeout to tikv_client_read_timeout and remove tidb_kv_read_timeout stmt hint (#46714)
close pingcap/tidb#46713
2023-09-14 14:33:10 +00:00
a5658520fb types, collation: utf8mb4_0900_bin shouldn't have RestoreData (#46781)
close pingcap/tidb#46690
2023-09-13 08:28:39 +00:00
9cb19af5b1 variable: fix empty cloud storage uri (#46901)
ref pingcap/tidb#45719
2023-09-12 14:01:41 +00:00
b7f0742f17 rc: add resource group name to ddl (#46756)
ref pingcap/tidb#46656
2023-09-12 05:42:09 +00:00
2eb3fb1487 parser,ddl: Add warning for ZEROFILL and improve display width warning (#46759)
close pingcap/tidb#46753
2023-09-11 11:25:51 +00:00
c6eb7bb7b1 planner, variable: add test and ga the SET_VAR hint (#45893)
close pingcap/tidb#45892
2023-09-08 06:29:14 +00:00
83e35650f1 parser,config: Correct handling of display width deprecation except for zerofill and tinyint(1) (#46651)
close pingcap/tidb#46650
2023-09-07 17:56:13 +00:00
275f35061c parser: Add FLOAT4,FLOAT8 and MIDDLEINT compatibility types (#46649)
* parser: Add FLOAT4,FLOAT8 and MIDDLEINT compatibility types
2023-09-07 18:00:10 +02:00
5981cc5c6d SQL digester: Modify sql digester logic for IN statement with single literal IN (?) => IN (...) (#44601)
ref pingcap/tidb#44298
2023-09-07 03:24:44 +00:00
6e7f36b68d *: support the variable of default_collation_for_utf8mb4 and corresponding behaviors (#46370)
close pingcap/tidb#46371
2023-09-05 03:47:11 +00:00
302786ffb9 expression: Add TIDB_PARSE_TSO_LOGICAL() function (#46452)
close pingcap/tidb#46451
2023-09-04 14:45:41 +00:00
60b1019ec1 tests: rewrite some expression IT, move them to UT (#46597)
ref pingcap/tidb#45961
2023-09-01 11:47:21 +00:00
ede7ad4d2e build(deps): bump modernc.org/parser from 1.0.7 to 1.1.0 in /parser (#46466) 2023-08-31 03:06:39 +00:00
2fa680d996 ddl: add conn and session_alias entry in ddl worker log (#46443)
ref pingcap/tidb#46071, close pingcap/tidb#46441
2023-08-29 05:27:38 +00:00
c11a999288 *: use std/slices to replace exp/slices (#46433)
ref pingcap/tidb#45933
2023-08-28 02:26:06 +00:00
80441df434 parser: Update ServerVersion to 8.0.11 (#46155)
ref pingcap/tidb#7968
2023-08-24 11:54:35 +00:00
3352a61275 *: use std/slices to replace exp/slices (#46373)
ref pingcap/tidb#45933
2023-08-24 03:47:06 +00:00
1769f3a1ac parser: fix parser identifier with dot (#46314)
close pingcap/tidb#35031
2023-08-22 14:36:34 +00:00
3e5c7512d5 *: Remove and add partitioning (#42907)
close pingcap/tidb#42616
2023-08-18 09:54:31 +00:00
dcd4667ae9 *: use std/slices to replace exp/slices (#46221)
ref pingcap/tidb#45933
2023-08-18 09:12:32 +00:00
ddb7b36cb6 *: Add system variable tidb_session_alias to log a custom field session_alias in session log (#46072)
close pingcap/tidb#46071
2023-08-18 07:36:39 +00:00
0dad9f27fc *: fix the duplicate entry error when using BR to restore a NONCLUSTERED AUTO_ID_CACHE=1 table (#46127)
close pingcap/tidb#46093
2023-08-18 03:47:01 +00:00
0a5e0b3b2b kv request: configurable KV Timeout (#45601)
close pingcap/tidb#45380
2023-08-11 12:43:57 +00:00
db7a89bc99 expression: make the return column type always be nullable for some window function (#45965)
close pingcap/tidb#45964
2023-08-11 08:34:58 +00:00
c7c7000165 ddl: Exchange partition rollback (#45877)
close pingcap/tidb#45791, close pingcap/tidb#45920
2023-08-10 14:30:27 +00:00
a0cbff296a parser: fix panic in parsing CTE within a subquery (#45916)
close pingcap/tidb#45838
2023-08-09 04:13:55 +00:00
7bd1681795 parser: reset lexer.identifierDot correctly when reusing parsers (#45903)
close pingcap/tidb#45898
2023-08-08 08:36:24 +00:00
6b536ae1cb build(deps): bump go.uber.org/zap from 1.24.0 to 1.25.0 in /parser (#45880) 2023-08-08 05:48:23 +00:00
b07d10de39 build(deps): bump golang.org/x/text from 0.11.0 to 0.12.0 in /parser (#45879) 2023-08-08 02:01:43 +00:00
d590ccb14e *: Setup OWNERS to control approving global variable and configuration changes (#45220)
ref pingcap/tidb#45183
2023-08-07 14:07:42 +00:00
1e059e5400 tests: remove some todo comments (#45849) 2023-08-07 08:31:41 +00:00
c46da07be7 *: global runaway watch by system table and impl exector for query watch (#45465)
ref pingcap/tidb#43691
2023-08-01 06:14:37 +00:00
a53fd2d5c7 *: Support List default partition (#41537)
close pingcap/tidb#20679
2023-07-31 14:35:37 +00:00
7e8bb1bb08 *: add query watch stmt for manul management of runaway watch (#45500)
ref pingcap/tidb#43691
2023-07-26 09:12:11 +00:00
e68c8ff2a5 parser: support more join hints on parser (#45525)
ref pingcap/tidb#45520
2023-07-24 09:13:32 +00:00
85cec1b6ee *: support plan replayer for historical stats (#44592)
close pingcap/tidb#45038
2023-07-21 03:59:18 +00:00
17cda10e97 bazel: add bazel mirror (#39072)
close pingcap/tidb#39081
2023-07-18 15:06:47 +00:00
19e7eaaccd parser: change token TASK_NAMES to TASK_TYPES (#45331)
ref pingcap/tidb#44517
2023-07-13 03:17:14 +00:00
43763d2b6d parser,ddl: add background job syntax and meta management for resource control (#45189)
ref pingcap/tidb#44517
2023-07-11 09:41:12 +00:00
18160568b9 build(deps): bump golang.org/x/text from 0.10.0 to 0.11.0 in /parser (#45278) 2023-07-11 05:42:42 +00:00
e048e9e32f *: support time function for calibrate resource (#44965)
close pingcap/tidb#44908
2023-07-11 05:27:42 +00:00
2ded221876 server: implement spill disk for cursorFetch result (#45163)
close pingcap/tidb#43233
2023-07-06 03:57:45 +00:00
d639cb81af server: return empty org_name for resultField (#45146)
close pingcap/tidb#45145
2023-07-05 03:53:14 +00:00
46f305facc *: ignore the semicolon at the end of the SQL when generating the SQL digest (#45105)
close pingcap/tidb#45104
2023-07-04 06:47:14 +00:00
dec0ff7b25 resource_control: support unquoted default group name (#45047)
ref pingcap/tidb#43180
2023-06-29 05:39:13 +00:00
09bbf08d72 planner: update the syntax of drop hypo index (#44944)
close pingcap/tidb#43817
2023-06-26 09:08:35 +00:00