Commit Graph

172 Commits

Author SHA1 Message Date
c699ceea48 [FEAT MERGE] Solidify session vars for functional index 2024-02-07 16:44:49 +00:00
e633b2ae82 [CP] Fix the problem of still performing hard parsing when the SQL current limit reaches 0 2024-02-07 13:03:27 +00:00
6e687799b9 to issue<53586439>:support set ob_query_timeout in non-nested store routine 2024-02-07 09:05:08 +00:00
58b436c230 fix some sql logical plan bug 2024-02-06 19:45:53 +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
65184014c4 Fix ret_code overwrite error 2024-01-23 14:22:41 +00:00
0983ed0b72 Adjust stmt printer and codeowners 2024-01-23 04:42:57 +00:00
718c71384c Add query hint: enable_rich_vector_format 2024-01-18 14:12:30 +00:00
efc6695d43 Fix ObTempRowStore filling in uniform const format value causing crash 2024-01-16 11:43:33 +00:00
a0a97117bf bug fix: db_id displayed by SQL audit and plan stat is inconsistent. 2024-01-10 13:12:43 +00:00
1e9d7b5cdb [CP] [CP] Fix binding outline cannot hit the plan cache 2024-01-04 08:11:47 +00:00
fe6691dbdd [CP] [to #54116671] fix serval pl bugs 2024-01-03 16:12:59 +00:00
cc9e60b1d0 alter large_query_threshold value range 2023-12-26 08:48:13 +00:00
b6773084c6 [FEAT MERGE] impl vectorization 2.0
Co-authored-by: Naynahs <cfzy002@126.com>
Co-authored-by: hwx65 <1780011298@qq.com>
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
2023-12-22 03:43:22 +00:00
50ff96a108 Plan Cache adds tracepoint and throws an error code when it fails. 2023-12-18 16:17:59 +00:00
58aad590f1 [FEAT MERGE] Solidify session vars for functional index 2023-12-12 06:42:37 +00:00
121cb80b19 [CP] Fix the problem of still performing hard parsing when the SQL current limit reaches 0 2023-12-07 11:43:21 +00:00
cf969a8d8e to issue<53586439>:support set ob_query_timeout in non-nested store routine 2023-12-04 05:41:54 +00:00
82418cf225 fix some sql logical plan bug 2023-11-21 15:15:00 +00:00
0e2f1802c0 [CP] [CP] Fix returning rowid error when different versions of the client are run together 2023-11-13 13:09:17 +00:00
f545b85426 [CP] fix .net driver bug: parameters count exceeds 65535, only 65535 parameters are returned. 2023-11-09 13:37:19 +00:00
6ecc0292a5 [CP] The internal SQL of udf cannot hit the plan cache 2023-11-01 07:10:00 +00:00
1290fbd7ce [to #52212883]fix bug dbms sql in trigger 2023-11-01 03:09:15 +00:00
566e920620 Merge branch 'column_store'
Co-authored-by: wangt1xiuyi <13547954130@163.com>
Co-authored-by: yangqise7en <877793735@qq.com>
Co-authored-by: Zach41 <zach_41@163.com>
2023-10-31 15:39:22 +00:00
cfd2e2edc0 fix some compatible bugs 2023-10-24 12:40:15 +00:00
a4aff412c8 Fix exec context implicit 500 tenant memory usage 2023-10-16 12:10:11 +00:00
6bfa644588 fix db_id is invalid in case of pl 2023-10-12 04:39:54 +00:00
86005edbcc [CP] not to print plain text of query sql which contains sensitive data 2023-10-09 12:17:17 +00:00
a51efe0917 [CP] plan_cache may core after the add batch execution plan fails. 2023-09-25 09:44:28 +00:00
eb8353a4ea Change Codeowner 2023-09-25 08:13:53 +00:00
c13243ff23 fix handling invalid character in identifier 2023-09-22 03:10:14 +00:00
4a94dfea00 Use the configuration item _ob_ddl_timeout to control the DDL timeout 2023-09-09 13:20:11 +00:00
e6dee1493e to issue<52066794>:fix parser issue 2023-09-09 11:36:43 +00:00
c78c3e5ce7 fix the current query string does not match the input of parser 2023-09-09 11:14:20 +00:00
8194d7657a [CP] to issue<50460594>:fix get diagnostic issue 2023-09-08 12:16:05 +08:00
6b7722d439 Compatible with MySQL's auto_increment jump behavior for values statement 2023-09-08 12:01:18 +08:00
a91a0535f3 supporting sub_ctxs for each tenant_ctx_allocator, which can optimize the problem of memory fragmentation. 2023-09-04 02:40:49 +00:00
3d2fdfa629 Fix bug of rerouting local index table 2023-08-31 08:40:58 +00:00
8eab436b60 fix bug batch_optimization explain failed and refresh some case 2023-08-31 07:47:52 +00:00
5e158ef5e9 [FEAT MERGE]sql compat feature
Co-authored-by: Zach41 <zach_41@163.com>
2023-08-30 11:44:37 +00:00
8015a958d0 [FEAT MERGE] implement values statement
Co-authored-by: wangt1xiuyi <13547954130@163.com>
2023-08-30 10:44:18 +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
8f90d2a042 Ps bug repair about add literal_stmt_type_ in PsStmtInfo and check -0.0 in double_cell_str 2023-08-18 10:40:28 +00:00
bbc291bf78 [CP] fix bug insert_up core with sanity_binary 2023-08-17 11:46:20 +00:00
9b31f8aa03 [FEAT MERGE] 开源裁减颗粒度优化
Co-authored-by: nroskill <nroskill@gmail.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
2023-08-15 02:40:26 +00:00
9b3f07d4ad add for insert values statement split&rewrite batch optimization 2023-08-14 15:12:40 +00:00
579631624e fix dblink hung and translate error 2023-08-14 04:18:38 +00:00
82e3f02450 Fix insert use incorrect plan bug 2023-08-04 03:18:27 +00:00
0b9aa70ad4 fix reroute check for single sql in trans 2023-08-03 09:42:38 +00:00