887 Commits

Author SHA1 Message Date
e19f981742 to issue<48813106>:fix package hit plan issue & adjust log level of pl cache 2023-04-04 06:14:12 +00:00
9814fe9ac9 [to #48781569]fixed delete record type deserialize core 2023-04-04 05:11:04 +00:00
4f67545f18 to issue<48190370>:fix fetch cursor bulk into nested array core 2023-04-04 01:11:49 +00:00
2b93405b74 to issue<48456442>:fix dml stmt with udt hit plan issue 2023-04-03 23:11:16 +00:00
f4bc31c683 disable gather histogram for granularity=>'auto' when subpart type is not list or range 2023-04-03 18:41:47 +00:00
26ddc2614d [to #48696881] remove free_session_var call in package 2023-03-28 09:11:12 +00:00
9155acd3ae to issue<48657987>:fix start transaction + pl issue 2023-03-28 04:11:50 +00:00
f9b0da4444 to issue<48587285>:fix memory leak about pl collection shrink 2023-03-24 07:11:52 +00:00
121dd427e8 [to #47632376]add pipe row memory limit 2023-03-22 04:42:13 +00:00
9365c0dd4c patch 4.1 bug fix and remove some secret url 2023-03-19 19:22:48 +08:00
8ce2f275c4 [fix] remove some internal urls and emails 2023-03-17 20:57:21 +08:00
94d1826e8b [to #48444684] deleted element of collection deep copy 2023-03-17 05:11:23 +00:00
f5057f146f [to #48283880] fix mysqltest 2023-03-15 05:43:39 +00:00
b5b1d2d57f [to #48122576] add rowtype_type type as legal extend in dynamic sql parameters 2023-03-14 16:43:57 +00:00
a1c0fb9d36 [CP] [to #47900112] fix question mark cnt in anonymous block 2023-03-13 07:49:02 +00:00
313246f2ce [to #48166637] fix memory leak when shrink collection 2023-03-07 05:11:02 +00:00
170ebd9ba9 [CP] support virtual table and core table gather stats and use stats 2023-03-03 03:41:00 +00:00
f1d066b4bd [opt_stats]: Fix online_osg bugs 2023-03-02 17:41:48 +00:00
3a1e99265f [to #48075831]set spi_cursor to null when error happend 2023-03-02 16:02:18 +00:00
91ca72111d fix auto gather stats memory bloat 2023-03-02 15:54:43 +00:00
8b26e8db27 [to #48110959]fix bug trigger and invisible columns on the table report an error 2023-03-02 15:49:30 +00:00
016d6f2306 [to #46548839] report wrong arg num error in execution period 2023-03-02 15:05:12 +00:00
9a243409f1 [to #30654131] fix mysqltest 2023-02-27 06:10:48 +00:00
e43722b5d2 [to #48000227] fix serval sanity core 2023-02-25 02:10:27 +00:00
d628e83584 adjust flush stat cache failed process 2023-02-24 16:43:43 +00:00
42328efa81 disable logical plan manager 2023-02-24 13:47:02 +00:00
8a9169e0d6 [CP][to #46123340] fix show create characteristic stmt 2023-02-24 12:47:32 +00:00
a366348a12 [to #47901724] fix package free ref cursor core 2023-02-24 12:33:46 +00:00
1b9cc5948a [to #35175194]fix bug package dbms_xplan 2023-02-24 12:31:01 +00:00
7afa91237f change the update stat cache way, use the current worker thread instead of RS worker thread 2023-02-21 05:41:51 +00:00
d30a2a77ca [to #42398480] fix NEW obj(...) syntax 2023-02-15 05:12:21 +00:00
2b5d89226f [to #47336750] fix memory leak of package variable serialize 2023-02-15 04:11:44 +00:00
1ea5d6dfc9 [to #45954004]Fix syntax error of host_name as '@%' 2023-02-14 07:47:09 +00:00
44302ab27f fix optimizer histogram memory leak in KVCACHE 2023-02-09 15:55:39 +00:00
7be8e390eb [to #47662122] default expression of cursor parameter need cast to formal type 2023-02-09 14:07:36 +00:00
196eba7573 [to #47579066] fix a typo & a white scan 2023-02-08 15:14:38 +08:00
0d922329d4 [BUGFIX] fix lob bugs 2023-02-08 11:40:29 +08:00
cf46abc3e9 [to #32475164] fix typo by review 11475789 2023-02-07 16:38:11 +08:00
7a30c1b33f [to #47556950] always close loop cursor when raise exception 2023-02-07 16:33:08 +08:00
ff037236da [to #47311946] fix memory leak of composite assign 2023-02-07 16:18:09 +08:00
6c53cffc75 to issue<45097471>:fail rollback dml in udf issue 2023-02-07 13:20:49 +08:00
c157309bc6 add -Wshorten-64-to-32 for share 2023-02-07 00:40:02 +08:00
8454783aaf [online stat]: fix some bugs. 2023-02-07 00:16:24 +08:00
9b302b8660 [to #41932470] fix memory of udf 2023-02-06 23:45:37 +08:00
1207963134 fix optimizer stats bug in gb18030 tenant. 2023-02-06 23:23:08 +08:00
97ba76feda to issue<47250547>:fix forall batch execute issue 2023-02-06 20:35:49 +08:00
67291778ca to issue<47341483>:fix whitescan 2023-02-06 20:24:51 +08:00
b01e2e4e0d fix some optimizer stats and regexp bugs 2023-02-06 16:25:38 +08:00
f8c5c2647f [FEAT MERGE] Merge syslog user experience improvement to master
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
2023-02-06 15:52:24 +08:00
78662489b8 [to #47144085] fix pkg/subprogram cursor with default parameter 2023-02-06 13:34:20 +08:00