Commit Graph

921 Commits

Author SHA1 Message Date
286b3a4a65 fix mysqltest 2025-02-24 14:15:57 +00:00
7e26051fce [GIS] fix expr st_symdifference 2025-02-24 04:15:25 +00:00
37b7b097b0 [CP] [GIS]fix point mbr contains 2025-02-22 18:19:22 +00:00
77e64f7a59 fix unstable case result 2025-02-19 11:17:40 +00:00
4059de5754 Revert New fields and configuration options for controlling memory usage have been added to the SQL plan monitor. 2025-02-19 06:45:35 +00:00
30ec697526 fix update primary key split to delete and insert 2025-02-18 22:16:21 +00:00
8c9a37370b add parameter _enable_parallel_tenant_creation 2025-02-18 21:47:39 +00:00
4c1ee2f12f Add inner table placeholders for adaptive plan cache 2025-02-18 06:46:01 +00:00
0869188b80 [to #2025021300107202208]fix: add parameter _display_non_session_cursor 2025-02-18 00:49:21 +00:00
6c8f05ceaf add tenant config _minor_merge_write_amplification_threshold 2025-02-17 21:17:05 +00:00
3b7cae0df3 occupy for scheduler type 2025-02-14 05:15:40 +00:00
636b8079df add tenant config and global hint for topn runtime filter 2025-02-14 02:19:41 +00:00
2547f409a1 add IP format buffer size check 2025-02-13 08:16:16 +00:00
0d0c3ec01b placeholder for adding some columns to __all_virtual_server table 2025-02-12 22:15:56 +00:00
ec91c2ec65 [FTS] limit the number of primary key columns, whew alter table add primary key. 2025-02-12 15:47:03 +00:00
2f45576a98 [CP] add system variable 'utl_file_open_max' 2025-02-11 23:49:55 +00:00
024efd68c0 [支持堆表表组织模式]
Co-authored-by: xianyu-w <707512433@qq.com>
2025-02-11 02:15:46 +00:00
ef91a2f316 [FEAT MERGE] enhance column store statistics
Co-authored-by: XIAO-HOU <372060054@qq.com>
2025-02-10 18:15:28 +00:00
25853927c6 [FEAT MERGE]pl dev 435bp1
Co-authored-by: hanr881 <1741282579@qq.com>
Co-authored-by: haohao022 <haohaohm@outlook.com>
Co-authored-by: seuwebber <webber_code@163.com>
2025-02-10 17:16:20 +00:00
cea6376d03 [FEAT MERGE] direct load support heap table with single local unique index
Co-authored-by: suz-yang <suz.yang@foxmail.com>
2025-02-10 16:47:31 +00:00
d429352367 [FEAT MERGE] bunch optimization of materialized view 2025-02-10 10:16:42 +00:00
2ea249f441 [FEAT MERGE][435bp1] sql execution improvements
Co-authored-by: Cerdore <khn64@163.com>
Co-authored-by: qingsuijiu <642782632@qq.com>
Co-authored-by: JasonZhang10086 <zsding101@gmail.com>
2025-02-10 07:15:39 +00:00
e96d0698c8 4.3.5 BP1 DML技改 2025-02-10 06:45:23 +00:00
5786a2ae59 [FEAT MERGE] Column Store Replica Opt
Co-authored-by: zzg19950727 <1071026277@qq.com>
2025-02-10 04:15:11 +00:00
062c64f85f [FEAT MERGE] Full-Text Search Index Phase Ⅳ
Co-authored-by: SuperYoko <lipeng.yk@gmail.com>
Co-authored-by: wz-WillZheng <18701736737@163.com>
Co-authored-by: hy-guo <fqboyg@gmail.com>
2025-02-09 06:15:16 +00:00
64b1be9fe1 [FEAT MERGE] type_sys_435_bp1
Co-authored-by: hwx65 <1780011298@qq.com>
2025-02-08 09:45:30 +00:00
b1cdb00c2b [CP] V$OB_SQL_PLAN、GV$OB_SQL_PLAN系统租户行为修改 2025-02-08 07:19:51 +00:00
30d5ce3ba2 [FEAT MERGE] Persistent Macro Block Bloom Filter 2025-02-08 06:45:19 +00:00
29dd4290e6 [FEAT MERGE] 新增字符集和表达式优化
Co-authored-by: betelgeu <569268459@qq.com>
2025-02-08 04:15:27 +00:00
bcd2f35833 [CP FEAT MERGE] SQL Query Interface enhancements 425
Co-authored-by: qingsuijiu <642782632@qq.com>
2025-02-06 12:15:34 +00:00
a67cadc718 [FEAT MERGE] Patch obkv 42x code to 4351
Co-authored-by: WeiXinChan <chenwx6728@163.com>
Co-authored-by: GroundWu <1175416256@qq.com>
2025-01-26 09:16:31 +00:00
4d53c0b7ba fix subplan sharding inherit index bug 2025-01-24 04:16:18 +00:00
0a649bc28b fix: add privilege check for some information_schema tables 2025-01-24 03:15:31 +00:00
4b47d1618f modify length of extra_info of __all_rootservice_job 2025-01-24 02:46:32 +00:00
7fa84422f4 [FEAT MERGE] OBKV support fulltext index 2025-01-23 15:15:29 +00:00
7d3e4c158a [FEAT MERGE]
Co-authored-by: suz-yang <suz.yang@foxmail.com>
2025-01-23 11:19:14 +00:00
d618fa495f [CP] [FEAT MERGE]PL 425bp1 feature.
Co-authored-by: 0xacc <heyongyi1998@gmail.com>
Co-authored-by: hanr881 <1741282579@qq.com>
Co-authored-by: seuwebber <webber_code@163.com>
2025-01-23 04:50:10 +00:00
252240ef51 [CP] enhance mysql only full group by mode 2025-01-22 11:18:11 +00:00
2ba7b6e190 disable malloc_v2 at core-test:mysqltest 2025-01-22 06:45:44 +00:00
386698bbff [FEAT MERGE] illegal date patch 435BP1
Co-authored-by: hezuojiao <hezuojiao@gmail.com>
2025-01-21 12:45:46 +00:00
947348980b fix array/gis regression 2025-01-20 10:45:16 +00:00
dee8b7957e [FEAT MERGE]ob_malloc_opt 2025-01-16 03:14:59 +00:00
0c21a6efa4 [cp]fix for change user hung bug 2025-01-14 13:15:46 +00:00
40c1c0246a 支持堆表表组织模式占位 2025-01-10 14:45:35 +00:00
9e8710e03e [CP] Refine cartesian join output rows 2025-01-10 11:15:31 +00:00
17f2b0d87c [CP] [FEAT MERGE]column level encrypt 2025-01-10 09:15:13 +00:00
da26a0c2ab add norm_iops in GV$ob_group_io_stat 2025-01-09 11:15:33 +00:00
8111757577 Support to read and write external table odps by Java SDK
Co-authored-by: qingzhu521 <q15000557748@gmail.com>
2025-01-09 09:45:24 +00:00
a5cf158ff9 Placeholder for enable_macro_block_bloom_filter 2025-01-08 06:48:30 +00:00
94e149793b [CP] [to #2024120500105987262]Add pl_compile_time in sql audit. 2025-01-07 12:45:29 +00:00