Commit Graph

152 Commits

Author SHA1 Message Date
d30759b78c [CP] [to #2024102100104753814] fix: use deep_copy_objparam to copy extra flags in ObObjParam 2024-10-24 14:44:06 +00:00
52bb0d5b29 [to #2024071000103617366]In MySQL mode, if pl objects cannot be added to the cache, a warning will be displayed. 2024-10-08 21:15:58 +00:00
115305498d [CP] [to #2024081200104104666]fix bug dblink PL timeout 2024-09-26 05:46:32 +00:00
2cdeaddd8c [CP] [to #2024071600103723443] fix: add param type defence at execution stage & fix several related bugs 2024-09-02 21:23:25 +00:00
9132f50dd7 to issue<2024081500104140316>:fix 4016 issue 2024-09-02 16:12:19 +00:00
a90a362952 remove lob_ddl_mysql case in ss mode 2024-08-31 12:52:27 +00:00
e537a0c479 [FEAT MERGE] 424 SQL compatibility patch 433
Co-authored-by: wjhh2008 <wjh2006-1@163.com>
Co-authored-by: GongYusen <986957406@qq.com>
Co-authored-by: hy-guo <fqboyg@gmail.com>
2024-08-23 03:32:02 +00:00
19be5ac562 [CP] [to #2024071900103852700] fix: always call DEBUG_STOP after DEBUG_START succeeded 2024-08-19 14:38:29 +00:00
445002cafa [CP] [FEAT MERGE]424 PL dev features
Co-authored-by: seuwebber <webber_code@163.com>
Co-authored-by: hanr881 <1741282579@qq.com>
2024-08-19 06:45:07 +00:00
0759f42e44 [CP] [FEAT MERGE] 424 PL stable features 2024-08-15 07:50:56 +00:00
02065bdcae [CP] [to #2024073000103989473]Add top_info column to processlist virtual table, and increase top-level PL SQL display. 2024-08-14 10:14:26 +00:00
a41ab8eae5 [#2024072400103914789] add system varible for anonymous parameterization 2024-08-02 09:34:58 +00:00
641a6010c7 [CP] [FEAT MERGE]:compat store routine argument is null action 2024-08-01 15:09:27 +00:00
871b16e498 #57284996 remove unused check which will cause result dismatch in open source mysql mode 2024-07-29 13:11:14 +00:00
9f605c632f [CP] [to #57831036] fix anonymous block with composite out parameter in ps mode 2024-07-25 07:41:11 +00:00
2fc6bcb35d [CP] [to #57608653] fix trigger updating(expr) which expr can be normal expression 2024-07-01 04:46:16 +00:00
6dc5a3f6cb [CP] [CP] [to #53572641] fix numeric type conversion of PL param in MySQL mode 2024-06-20 09:38:57 +00:00
eed6b5fd90 [CP] [to #57075306] [FEAT MERGE] 4_2_3_pl_dev merge review
Co-authored-by: hanr881 <1741282579@qq.com>
Co-authored-by: seuwebber <webber_code@163.com>
Co-authored-by: LiuYoung00 <liuyanglo_ol@163.com>
2024-06-18 03:22:32 +00:00
a9fc91b6e3 [CP] [FEAT MERGE] [to #41566681] implement DBMS_PROFILER package 2024-06-17 22:16:26 +00:00
8503556996 [CP] [to #57108991] opaque assign null & inner call with question mark & multi exception handler 2024-06-17 19:07:02 +00:00
e4b2343022 [CP] [to #55892808]fix bug dblink transaction in nested sql 2024-05-30 09:26:27 +00:00
585fc4901c [to #56938636] support PLSQL_OPTIMIZE_LEVEL and _ob_pl_compile_max_concurrency 2024-05-28 07:16:02 +00:00
5ce9ef5136 [FEAT MERGE] patch 423 sql compatible features to 432
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
Co-authored-by: qingzhu521 <q15000557748@gmail.com>
2024-05-27 11:18:01 +00:00
3f7f1b766e [CP] [to #56453778] fix compiler env with routine/package compiler and package state 2024-05-24 06:16:02 +00:00
9142f00e21 [CP] [to #56772630] fix serval pl/sql bugs 2024-05-22 07:36:06 +00:00
6a23c064bc [CP] [to #56242693] move pl opaque type impl to close_moudle/pl 2024-04-26 11:46:31 +00:00
072fdf7c6e [CP]:sync json pl manage from 42x to master 2024-04-15 17:15:51 +00:00
6423e587c1 [FEAT MERGE]patch sql compat feature to 431 2024-04-15 16:07:24 +00:00
3d4ef9741d [FEAT MERGE] performance optimzation for OLTP
Co-authored-by: dimstars <liangjinrongcm@gmail.com>
Co-authored-by: pe-99y <315053752@qq.com>
2024-04-10 07:32:28 +00:00
852f63a7b3 [CP] [to #55730303] fix: fix a PL JIT core when memory is insufficient 2024-04-09 12:54:00 +00:00
eed677c16e [to #53391711] patch persist PL compile result from 4_2_x_release to master 2024-04-09 12:38:44 +00:00
8bc3293342 [CP] to issue<55347123>:fix issue about store routine rollback transaction 2024-03-28 12:15:48 +00:00
4130e898e3 [CP] [FEAT MERGE]:pl 4.2.2 version feature dev 2024-03-28 10:50:18 +00:00
5bdd7e5bd1 [CP] [FEAT MERGE]support dblink udf 2024-03-21 04:45:37 +00:00
bfb81cf636 [to #54431817] fix PL Debug core and -4013 problems 2024-03-20 02:46:37 +00:00
9177cab121 [CP] [FEAT MERGE] SQL MEMLEAK 2024-03-15 03:20:52 +00:00
6615941936 [CP] fix pc diag view bug: return -4002 error code 2024-03-04 11:48:14 +00:00
a8096d13af [to #55047341] add nullptr check for parse_result.result_tree_ 2024-02-21 02:18:36 +00:00
c3495e0352 [to #54806294] fix: fix anonymous block wrapper memory leak in MySQL mode 2024-02-10 06:36:54 +00:00
d3dff932a4 [CP] [to #54452952] fix serval pl/sql bugs 2024-02-09 13:53:15 +00:00
4656d6cb08 fix mysqltest 2024-02-09 09:15:39 +00:00
a929895ebb to issue<54372232>:fixr refcursor as argument of store routine issue 2024-02-09 06:43:52 +00:00
7f2b0cd8a1 [CP] to issue<54168689>:fix core when deep copy array after delete its element 2024-02-09 04:02:59 +00:00
26979a9778 [CP] to issue<53024365>:fix date type pl var used by sql issue 2024-02-09 01:58:08 +00:00
ce398d70f0 [CP] [to #53961481] fix mysqltest, associative array need an init state 2024-02-08 19:33:43 +00:00
d2633c10e1 [CP] [to #52802834] fix record default value with null & serval bugs 2024-02-08 19:24:42 +00:00
f47be7342e to issue<53361277>:support flush pl cache single cache object 2024-02-08 16:11:21 +00:00
ac0104b0ea remove the compat mode check in oracle priv check 2024-02-08 03:32:57 +00:00
47ac5a4254 [to #53705973] fix name resolve of SQL SECURITY INVOKER routines 2024-02-07 20:16:19 +00:00
163593a32c [CP] to issue<52735354>:fix dynamic memory leak 2024-02-06 17:29:16 +00:00