Commit Graph

774 Commits

Author SHA1 Message Date
5d0e7d443f FEATURE: config placeholder for data_disk_write_limit_percentage 2024-02-05 14:42:37 +00:00
c93c104250 [CP] [to #53785684] Fix bug, add assign SQL (actually var_val) transform to dynamic SQL when var_val has user variables. 2024-02-05 14:12:18 +00:00
29f29ee7a6 [to #52911707] Fix bug, PL supports split multi stmts in MySQL mode. 2024-02-02 18:42:09 +00:00
8e221a95c0 [CP] [to #53214551]remove dup sys param for plsql 2024-02-02 12:42:24 +00:00
056bee53e0 Revert [BUG]maintain ls reference for transfer read 2024-01-28 16:42:26 +00:00
2bd4ba144a [CP] add enable_dblink cfg 2024-01-23 12:12:39 +00:00
236976d204 [CP] [CP] display index status in STATISTICS view 2024-01-23 08:46:58 +00:00
c53b733cd2 Change mysqltest codeowner 2024-01-23 08:22:19 +00:00
a748a6fa93 [CP] implement dblink reuse connection cfg 2024-01-23 06:43:01 +00:00
90aa44cf2d Placeholder for table-level auto_increment_cache_size configuration 2024-01-22 13:42:33 +00:00
d2ab1a4aae [FEAT MERGE] [CP] Improve the rowcount estimation
Co-authored-by: akaError <lzg020616@163.com>
2024-01-22 04:12:26 +00:00
d75d848dd2 add seq num to sql audit to sequence stmt in transaction 2024-01-19 14:12:20 +00:00
57c5787cf8 Remove mview ob views 2024-01-19 07:12:12 +00:00
d29f6ff8a4 [CP] [CP] add max_partition_num config in mysql mode 2024-01-19 05:12:31 +00:00
94b32039ba master placeholder sql audit stmt type 2024-01-19 04:42:22 +00:00
5e2d1aaf15 [CP] disable dynamic sampling json/lob/gis column and fix set stat window attribute bug 2024-01-19 02:52:00 +00:00
c1e9155843 SQL Audit adds network_wait_time column placeholder 2024-01-18 11:12:45 +00:00
fd6b7ed1c5 [CP] use optimizer_features_enable system variable and optimizer_features_enable hint to control optimizer behaviors 2024-01-17 11:12:35 +00:00
7e4fadbe1e [CP] [OBKV] cherry-pick bugfix from 421 2024-01-17 06:13:26 +00:00
a938623689 add user error info for format column group name 2024-01-16 10:18:01 +00:00
0e262e06ad [CP] [4377] add resourcer defensive after 4377 2024-01-15 07:12:22 +00:00
ed0c864bd0 [CP] fix calc nested loop join / spf cost bug 2024-01-12 10:43:02 +00:00
3f9ef31b72 [security]remove ip 2024-01-11 13:14:35 +00:00
9091ffd7a1 [CP][BUGFIX] fix lrpad mysql pad len zero 2024-01-10 15:42:41 +00:00
df0c075ed8 [CP] pruning false range index in skyline pruning 2024-01-09 08:23:00 +00:00
bb72497741 allow cancel waiting dag when parent dag or dag net is canceled 2024-01-09 07:12:53 +00:00
1682d1019d add more info to sql audit snapshot source field 2024-01-05 10:12:45 +00:00
7f1ad4aa49 BUGFIX: change memstore_limit to tenant level 2024-01-04 12:13:24 +00:00
92add5609c [CP] fix bug insert ignore with generated column maybe cause 4377 error 2024-01-04 04:42:55 +00:00
918714528b bugfix: substr expr get wrong result length 2024-01-03 02:12:46 +00:00
daaf5dc64b [CP] fix update with non-strict mode core
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
2024-01-02 09:43:21 +00:00
8ebb14abc6 Fix expr calc accuracy reuse during type deduce 2023-12-28 11:43:08 +00:00
2376627c6d [CP] Fix null hash value mismatch by using datum hash_func_v2
Co-authored-by: jinmaoli <lijinmao.csmaster@gmail.com>
2023-12-27 13:52:27 +00:00
599b21b90c update_index_status 等schema刷新占位 2023-12-27 12:12:52 +00:00
2c9d21b7d9 fix some outline/hint bugs 2023-12-27 03:13:13 +00:00
8686ee348a Add mview Oracle compatible views 2023-12-26 15:47:57 +00:00
fb0d870b15 the ddl merge task of data tablet need wait lob tablet to create major sstable first 2023-12-26 12:52:31 +00:00
ac5c0b464d [CP] fix bug: execute 'ddl drop column' statement access all_tab_columns view can query hidden table info. 2023-12-26 06:48:27 +00:00
56298217a4 Add default_table_store_format when creating table
Co-authored-by: windye <yeheng_2011@163.com>
2023-12-26 04:43:05 +00:00
b6773084c6 [FEAT MERGE] impl vectorization 2.0
Co-authored-by: Naynahs <cfzy002@126.com>
Co-authored-by: hwx65 <1780011298@qq.com>
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
2023-12-22 03:43:22 +00:00
d0bc6d797e [CP] [MySQL GIS] fix spatial index coveredby keypart generation 2023-12-20 05:19:04 +00:00
79ad4d4e26 patch_422_cgroup_config to master 2023-12-19 15:43:34 +00:00
d2ef3db981 fix upgrade error && open adaptive_merge_schedule 2023-12-18 22:13:08 +00:00
e99cc037cc [FEAT MERGE] column store ddl
Co-authored-by: AnimationFan <30674773338@qq.com>
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2023-12-18 14:13:54 +00:00
37fe7ce4eb [FEAT MERGE] 4.3 optimizer enhancement
Co-authored-by: 2149 <260391947@qq.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: jinmaoli <lijinmao.csmaster@gmail.com>
2023-12-18 14:04:23 +08:00
438a70b2b8 [FEAT MERGE] transaction pdml support optimization
Co-authored-by: yyy-hust <yyy.hust@gmail.com>
Co-authored-by: SanmuWangZJU <sanmuwang.ws@gmail.com>
2023-12-18 14:04:23 +08:00
07edb2482e [CP] fix: fix the core induced by spf batch rescan 2023-12-18 14:04:23 +08:00
d550c19b43 change show db to show databases 2023-12-14 11:48:13 +00:00
f7cd32be94 [FEAT MERGE] materialized view
Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: leftgeek <1094669802@qq.com>
Co-authored-by: chimyue <chimyue@gmail.com>
2023-12-14 07:42:52 +00:00
9187748933 [FEAT MERGE] Implement tenant cloning mechanism
Co-authored-by: lalalafeier <wufeifei2023@163.com>
Co-authored-by: wanyue-wy <345657357@qq.com>
Co-authored-by: joseph12138 <17862707376@163.com>
2023-12-14 03:13:30 +00:00