|
8c12503083
|
to issue<52362902>:fix time convert date issue in pl
|
2023-09-22 10:10:00 +00:00 |
|
|
c13243ff23
|
fix handling invalid character in identifier
|
2023-09-22 03:10:14 +00:00 |
|
|
305718228c
|
[to #48317576] fix DBMS_METADATA.GET_DDL of DDL with Chinese characters in GBK tenant
|
2023-09-21 05:40:12 +00:00 |
|
|
2287f10061
|
to issue<52325512>:check dep schema info after compiling store routine
|
2023-09-20 17:05:21 +00:00 |
|
|
e55cfdf335
|
[CP] [to #45595870]close session cursor when pl exec fail
|
2023-09-20 15:59:43 +00:00 |
|
|
497521f38b
|
[to #50906535]not support nchar/nvarchar in PL dblink
|
2023-09-20 15:55:49 +00:00 |
|
|
9e7c29c68b
|
fix: duplicate job id when create job
|
2023-09-20 14:57:19 +00:00 |
|
|
d03bdb248d
|
[to #51865135] fix replace map order expression
|
2023-09-20 14:07:31 +00:00 |
|
|
8ca94305dd
|
[to #52199994]fix bug dblink with public synoym
|
2023-09-15 00:13:44 +00:00 |
|
|
96aa1a846c
|
[to #50700687] fix format of SHOW CREATE PROCEDURE/FUNCTION and DBMS_METADATA.GET_DDL
|
2023-09-14 13:13:51 +00:00 |
|
|
00b4c3b1c4
|
[to #51913035] fix(pl): add national character type support for mysql pl
|
2023-09-14 12:10:03 +00:00 |
|
|
0de9f01399
|
[to #51911847] fix a typo when resolve udf without brackets
|
2023-09-14 06:40:37 +00:00 |
|
|
1769873118
|
fix some optimizer stat bug
|
2023-09-14 05:40:21 +00:00 |
|
|
f2a538942f
|
to issue<52166867>:fix core when using object construct function if input argument is null
|
2023-09-13 07:40:11 +00:00 |
|
|
2fb94f747f
|
[to #52097304] remove const_cast<ObRoutineInfo*> to modify cache value
|
2023-09-13 03:44:02 +00:00 |
|
|
b170b18043
|
[to #51999001] fix self argument of inner call
|
2023-09-12 06:40:35 +00:00 |
|
|
6e9e8a2c23
|
[to #52145073]fixed user type log
|
2023-09-12 03:40:22 +00:00 |
|
|
3302d9b65d
|
[to #52134556]fix bug package fails to hit plan cache
|
2023-09-11 10:14:22 +00:00 |
|
|
92740e52ab
|
[to #52073136]fixed undeclared function in body error msg
|
2023-09-11 07:48:04 +00:00 |
|
|
495b212480
|
[to #47927938] reset warning buf when resolve extern symbol fail
|
2023-09-09 13:53:30 +00:00 |
|
|
f36e7c5565
|
to issue<51805002>:fix serveral pltemp mod memory leak stack
|
2023-09-09 13:27:39 +00:00 |
|
|
e6dee1493e
|
to issue<52066794>:fix parser issue
|
2023-09-09 11:36:43 +00:00 |
|
|
bd8047c60d
|
[to #51878925] fix construct resolve with database name prefix
|
2023-09-09 11:18:03 +00:00 |
|
|
ff1d83df68
|
fix ObRawExpr::add_child_flags bug
|
2023-09-08 12:38:14 +08:00 |
|
|
67319c4c5d
|
[to #51856685]fix dblink sanity core by optimizing dblink connection management
|
2023-09-08 12:20:53 +08:00 |
|
|
7085d97454
|
to issue<51998150>:fix core when fetch cursor after this cursor has been closed
|
2023-09-08 11:46:26 +08:00 |
|
|
83d8ccce23
|
[to #51878925] fix debug hang when session killed
|
2023-09-08 11:41:38 +08:00 |
|
|
1df8f925aa
|
[CP] to issue<51870226>:fix core when fail to allocate memory
|
2023-09-08 11:12:17 +08:00 |
|
|
040eb9f6b1
|
to issue<51908205>:fix refcursor core
|
2023-09-01 09:40:45 +00:00 |
|
|
8d019b471a
|
[to #50980105]ps+anonymous need set is_inner_call to false
|
2023-09-01 09:14:27 +00:00 |
|
|
5eed1011a1
|
to issue<51947103>:fix 4016 when using '==' condition operator and pl cache match issue
|
2023-09-01 07:14:37 +00:00 |
|
|
bf0272041a
|
[FEAT MERGE] dbms_scheduler media related support
|
2023-09-01 06:44:29 +00:00 |
|
|
bee27c3201
|
[to #51918518]get_cursor_by_name find local cursor
|
2023-09-01 03:10:40 +00:00 |
|
|
d2cc567fb3
|
[FEAT MERGE] Merge DBMS_LOCK feature to master
|
2023-09-01 02:40:49 +00:00 |
|
|
81b8923b14
|
[FEAT MERGE] system resource optimization
Co-authored-by: tushicheng <18829573815@163.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
Co-authored-by: dimstars <liangjinrongcm@gmail.com>
|
2023-08-29 10:41:01 +00:00 |
|
|
29f839ec8e
|
no estimate block count and auto gather stats in mysqltest
|
2023-08-29 06:40:40 +00:00 |
|
|
0697e7f776
|
[FEAT MERGE]JSON_TABLE EXPR Implement IN MySQL Mode && dbms lob implement
Co-authored-by: skylhd <dickylhd@gmail.com>
|
2023-08-29 05:18:37 +00:00 |
|
|
886a2c7275
|
[to #50702943]fixed some define_array/execute_and_fetch bug
|
2023-08-28 11:40:33 +00:00 |
|
|
53e98c7750
|
to issue<51805002>:fix pltemp memory leak
|
2023-08-28 07:40:29 +00:00 |
|
|
d7c4c679db
|
fix: move dbms_resource_manager to open source
|
2023-08-28 07:17:42 +00:00 |
|
|
410ae92cfe
|
[to #51691139] fix mysqltest
|
2023-08-25 09:48:04 +00:00 |
|
|
e0b1dda713
|
[FEAT MERGE] Phase one of 3A project
Co-authored-by: rolandqi <qikai456@126.com>
Co-authored-by: yangzhifeng <yangzhifeng83@gmail.com>
|
2023-08-25 08:44:14 +00:00 |
|
|
a61f62e1fd
|
[to #51509957] fix associative array with init status
|
2023-08-24 13:14:06 +00:00 |
|
|
07e87a9f46
|
[to #51736230] fix ObCollectionType::convert, init new element memory with ObObj()
|
2023-08-24 13:10:24 +00:00 |
|
|
7ca812ff62
|
[master][tx-free-route] trigger pl ctx release stash savepoint failed
|
2023-08-24 11:10:34 +00:00 |
|
|
843a90817a
|
fix bootstrap fail
|
2023-08-22 04:13:46 +00:00 |
|
|
1a5a869f24
|
fix bootstrap fail
|
2023-08-22 02:14:02 +00:00 |
|
|
ee361e15fe
|
[FEAT MERGE]support PL dblink oracle
|
2023-08-21 03:40:30 +00:00 |
|
|
9297c2e8f7
|
to issue<51642406>:fix pl cache ext type match issue
|
2023-08-18 11:14:01 +00:00 |
|
|
a25829676b
|
[to #47882861] fix for loop cursor with package name prefix
|
2023-08-18 10:14:09 +00:00 |
|