887 Commits

Author SHA1 Message Date
b1a95ce871 [to #2025010700106917092]Support roaringbitmap type in PL mysql mode. 2025-01-08 13:18:22 +00:00
1cc92e09f1 [FEAT MERGE] Compilation Optimization
Co-authored-by: fengdeyiji <546976189@qq.com>
Co-authored-by: tushicheng <18829573815@163.com>
2025-01-08 09:46:00 +00:00
94e149793b [CP] [to #2024120500105987262]Add pl_compile_time in sql audit. 2025-01-07 12:45:29 +00:00
f7394abe0f [CP] [to #2024122600106653523]Add checkptr to avoid core in resolve phase. 2025-01-07 12:15:17 +00:00
749ee061c2 [CP] [#2024101800104736019]Fix fetch cursor bulk collect into 2025-01-06 20:46:16 +00:00
f6b7ef1d26 [CP] [#2024121700106507058] Fix: optimize pl cache add obj for anonymous block which has udt param. 2025-01-06 19:46:02 +00:00
539b1caa79 [CP] [#2024120500106003679]Fix : add log for evicted pl obj in pl cache 2025-01-06 06:45:31 +00:00
8f352ed2be [CP] [#2024082800104288965]Use definer db_id as part of pl cache key for pl obj with definer right. 2025-01-06 03:44:57 +00:00
d37313497c [CP] [to #2024122000106577244] fix: add a lock to prevent PL dependency table being updated concurrently 2025-01-03 04:15:10 +00:00
8deaf933b7 [CP] [#2024120900106380109]Fix sql_id,avg_exec_time column and add params_info,sys_vars for V$ob_pl_cache_obj 2025-01-02 21:15:16 +00:00
b148d16cd5 [CP] to issue<2024122500106636323>:fix 4016 when hit disk cache of system package 2025-01-02 19:45:37 +00:00
e553c75a18 [CP] to issue<2024121300106464883>:fix core when bulk into package table var 2025-01-02 19:15:18 +00:00
f82ae4157c [CP] to issue<2024102800104841843>:fix package record nested record serialize core 2025-01-02 18:46:11 +00:00
dab2a7db7b [CP] to issue<2024121300106459296>:fix two memory leak 2025-01-02 15:15:42 +00:00
a4a7c5e9e8 [CP] [#2024122600106652938]Fix: fast_parse do not report error when parse sql failed and memmove core. 2025-01-02 14:45:50 +00:00
cdd42fe038 [CP] [to #2024122700106679912]Support geometry type syntax in PL mysql mode. 2025-01-02 03:45:19 +00:00
3f5e766195 [CP] to issue<2024121200106451807>:fix core when destruct package state 2025-01-01 11:16:27 +00:00
00ff6b8817 [CP] to issue<2024121200106448081>:fix memory leak about package state 2025-01-01 10:45:24 +00:00
c739003169 [CP] fix DBMS_SESSION charset caseup failed under gb18030 2025-01-01 07:45:22 +00:00
09b5402e87 Revert fix resource manager uppercase issues 2024-12-25 04:46:11 +00:00
38e6b179b6 to issue<2024121800106553103>:fix memory leak when fail to init complex obj 2024-12-23 05:15:15 +00:00
1317b808b5 [CP] [to #2024111300105097847] fix mysqltest 2024-12-19 13:15:49 +00:00
8b85852805 [CP] [to #2024120400105980661]bugFix memory leak when ObPLRecord::init_data failed 2024-12-18 02:48:08 +00:00
86969b89c6 [CP] [to #2024121300106461183]Added syntax error defensive checking. 2024-12-17 04:44:58 +00:00
cd154a7287 [CP] to issue<2024112800105361719>:fix pakcage var default value sync issue 2024-12-16 20:16:32 +00:00
d42b0c27f0 [CP] [to #2024110600104979133] fix: adjust solution to return null value to driver for closed cursor 2024-12-13 15:18:04 +00:00
a9cdba9e09 [#2024092900104618459]Fix: modify show pl_schema_id at gv_sql and flush mysqltest. 2024-12-13 06:44:52 +00:00
22c8279a5b [CP] [#2024101800104734653]Fix:can not find type by the mocked nested table type id 2024-12-13 05:14:41 +00:00
ef2c26fed7 [CP] [to #2024120300105879431]Modify the request_memory_used_bit in the spi sql audit to use memory for sql execution. 2024-12-12 05:46:03 +00:00
97c317e68a [CP] [to #2024120500105984319]Modify the error code when the label exceeds the maximum allowed number. 2024-12-12 05:18:15 +00:00
6596897e58 [to #2024072000103865183]fix: pl enum refactoring 2024-12-11 04:45:31 +00:00
1b4c85fae7 [#2024101000104662742]Add pl_evict_version and correct schema_verison semantics in pl cache view. 2024-12-10 04:44:55 +00:00
9e67fa0b91 fix get_group_patch interface issues 2024-12-06 11:48:26 +00:00
a312bd9d9d [CP] [#2024110500104948453]Fix sequence dependecy in pl cache out of date check logic 2024-12-06 07:45:13 +00:00
39a9690703 dbms_stats.copy_table_stats中源分区与目标分区相同时,忽略锁定状态,与原生oracle行为不一致 2024-12-05 15:15:29 +00:00
443063ac91 add cache when generate parser in cmake process 2024-12-05 08:45:10 +00:00
3d03d6f4df upgrade llvm from 11 to 17 2024-12-05 03:15:16 +00:00
af14d8e377 to issue<2024112700105309965>:fix sync package cursor 4016 issue 2024-12-04 09:46:07 +00:00
ac2dd812b1 fix resource manager uppercase issues 2024-12-03 16:16:35 +00:00
7833f03e5f [CP] to issue<2024112200105243924>:fix '--' comment issue 2024-12-03 08:15:29 +00:00
0aaad7d87f [CP] to issue<2024112200105245075>:fix memory leak when fail to init package record var 2024-12-03 07:46:10 +00:00
95776db7b0 [CP] fix prefix index copy statistics to not text column 2024-11-28 03:14:36 +00:00
de88ef4a50 [CP] to issue<2024111800105159944>:fix memory leak about dynamic sql 2024-11-27 13:45:01 +00:00
648e6d4047 [FEAT MERGE] Fulltext index feature for version 435
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
Co-authored-by: wz-WillZheng <18701736737@163.com>
Co-authored-by: SuperYoko <lipeng.yk@gmail.com>
2024-11-26 10:15:08 +00:00
9f74ae5af9 [CP] support batch drop SPM baseline 2024-11-26 05:15:10 +00:00
843b859fd2 [to #2024112300105248117] fix mysqltest 2024-11-25 21:17:03 +00:00
dcb37f4102 [CP] to issue<2024111500105126281>:fix trigger execute issue 2024-11-25 14:18:32 +00:00
6d3a8a8b76 [FEAT MERGE] patch 3A from 4_2_x_release to master
Co-authored-by: rolandqi <qikai456@126.com>
Co-authored-by: WeiXinChan <chenwx6728@163.com>
2024-11-22 17:15:27 +00:00
70b0e56434 fix derived part info cannot flush kvcache 2024-11-22 05:44:37 +00:00
1a6141df59 [FEAT MERGE]clog and opt statistics support io resource isolation
Co-authored-by: 18523270951@163.com <18523270951@163.com>
2024-11-22 03:15:13 +00:00