887 Commits

Author SHA1 Message Date
f5bb32e3bf Fix mview auto complete refresh parallel 2024-02-08 10:08:01 +00:00
74ecfad3a5 [CP] [to #53886059]fix code cover 2024-02-08 08:45:41 +00:00
35d5e90049 [to #53220315] add debug info for opaque memory used 2024-02-08 04:15:17 +00:00
ac0104b0ea remove the compat mode check in oracle priv check 2024-02-08 03:32:57 +00:00
63825b1014 [CP] to issue<53837093>:fix call stmt which procedure argument is array hit plan issue in ps mode 2024-02-08 03:15:12 +00:00
385a849b88 [CP] to issue<53539935>:fix core about package assoc array serialize/deserialize 2024-02-08 02:47:55 +00:00
332d24733c [CP] [to #47533948] alter procedure compile debug 2024-02-08 02:05:30 +00:00
39cc0a6d60 merge devleop into master 20231212 2024-02-08 01:29:33 +00:00
9821c7ab6e fix gather truncate longtext string bug and write opt stats gather history bug 2024-02-08 01:17:29 +00:00
5002793d1f [CP] [CP] to issue<53759597>:fix assoc array memory shrink cause 4016 issue 2024-02-08 00:32:51 +00:00
1a4904a7a5 [to #52562939] fix: report proper error info when memory allocation failed 2024-02-07 22:36:12 +00:00
c2511b580f [FEAT MERGE] materialized view 2024-02-07 20:31:14 +00:00
47ac5a4254 [to #53705973] fix name resolve of SQL SECURITY INVOKER routines 2024-02-07 20:16:19 +00:00
448b751d18 to issue<53790852>:split tenant of CommonArray module 2024-02-07 19:52:16 +00:00
0ee6d9ea4a [CP] to issue<53631508>:fix goto infinite loop issue 2024-02-07 19:34:22 +00:00
15307ef94e [FEAT MERGE][CP]optimizer stats enhancement 2024-02-07 16:56:28 +00:00
04ba1bb648 [FEAT MERGE] rpc authentication improvement 2024-02-07 16:35:49 +00:00
c6c889e47c to issue<53790417>:fix bug about using cursor-for-loop index name as package routine argument 2024-02-07 16:18:22 +00:00
46b0539baa to issue<53695063>:fix core when inject 4013 2024-02-07 12:03:46 +00:00
e60426a0b2 [to #52908044] Fix int1 type return Syntax error 2024-02-07 11:43:00 +00:00
97793c3112 [CP] [to #53439720] fix quantity upper limit of UDTs a PL can reference to 2024-02-07 11:36:58 +00:00
9a22f3ea88 [FEAT MERGE]adaptive cost model 2024-02-07 11:01:37 +00:00
c2ff8150e7 [CP] [to #49288847]fix bug resolve rowtype error when exist a package name same as db name 2024-02-07 10:07:47 +00:00
2971e44a34 [CP] [to #53590035]fix bug SeArray memory leak 2024-02-07 10:04:48 +00:00
048a64b613 [CP] [to #48811148]fix bug goto stmt 2024-02-07 07:28:36 +00:00
bf22e4bb04 [to #53193337] add type deduce for record 2024-02-07 02:49:34 +00:00
12912b6e32 [CP] to issue<53410420>:adjust table function serial execution strategy 2024-02-06 23:59:22 +00:00
2876dc673f [CP] [to #52754652] fix serval pl/sql bugs 2024-02-06 19:34:52 +00:00
11af208eb9 [to #50779374]fix bug PL dblink synonym nesting 2024-02-06 18:55:03 +00:00
89adff3483 [CP] to issue<52740050>:fix package hit cache issue 2024-02-06 18:15:11 +00:00
eb15958d2d [CP] [to #52770237] fix mysqltest 2024-02-06 18:09:28 +00:00
163593a32c [CP] to issue<52735354>:fix dynamic memory leak 2024-02-06 17:29:16 +00:00
ae0c63a261 [CP] [to #52420892] fix routine parameter type with synonym 2024-02-06 16:51:38 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
c93c104250 [CP] [to #53785684] Fix bug, add assign SQL (actually var_val) transform to dynamic SQL when var_val has user variables. 2024-02-05 14:12:18 +00:00
ed1e4d3f4f [CP] to issue<53073647>:fix two issues 2024-02-04 12:12:02 +00:00
b3f810d662 [CP] [to #53985320] fix: alter error code 2024-02-04 10:12:34 +00:00
4d923b3030 [to #54806294] fix: fix anonymous block wrapper memory leak in MySQL mode 2024-02-02 23:16:42 +00:00
29f29ee7a6 [to #52911707] Fix bug, PL supports split multi stmts in MySQL mode. 2024-02-02 18:42:09 +00:00
7e991bf884 [CP] issue<54657979>:fix llvm cause stack memory overflow 2024-01-23 11:12:19 +00:00
4afc8dc32d [to #54578054] fix mysqltest 2024-01-23 07:12:58 +00:00
0983ed0b72 Adjust stmt printer and codeowners 2024-01-23 04:42:57 +00:00
dc4357433a [to #54655382] fix scope of JIT lock in compile_package 2024-01-22 12:17:45 +00:00
73048f5e21 fix master failed cases 2024-01-22 05:42:36 +00:00
d2ab1a4aae [FEAT MERGE] [CP] Improve the rowcount estimation
Co-authored-by: akaError <lzg020616@163.com>
2024-01-22 04:12:26 +00:00
b28e945f14 update the job id offset of mview scheduler job 2024-01-18 10:42:26 +00:00
dcaa355349 fix: enable job failed, and update mysqltest result 2024-01-18 09:43:12 +00:00
e52f385a43 [CP] sync bugfix.fix sanity json pl type coredump, fix treat expr in pl coredump 2024-01-18 04:12:46 +00:00
1a2af326d4 [CP] [to #54198856] fix udf with out parameter can not use in sql scope 2024-01-17 15:25:41 +00:00
05599ed878 [CP] [to #54452952] fix serval pl/sql bugs 2024-01-17 07:47:47 +00:00