Commit Graph

192 Commits

Author SHA1 Message Date
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
772ea65742 fix temporary table bug 2023-07-31 12:42:16 +00:00
553f5616ad Fix ps prepare stage error 4016 2023-07-27 10:42:29 +00:00
0065e91dda Fix some plan cache bug 2023-07-25 06:42:57 +00:00
b3e8f8f67b [CP] enhance GTT 2023-07-21 09:48:59 +00:00
e2af84d11e fix vpd constraint bug 2023-07-14 03:23:57 +00:00
59a7f93a3f fix dblink bugs 2023-07-13 14:23:58 +00:00
06e697204e fix reroute check for single sql in trans 2023-07-11 15:42:04 +00:00
2b30190d8e Fix the correctness of ps prepare contain temporary table 2023-07-11 12:42:39 +00:00
6faec38b94 Fix prepared statement does not check read only privilege 2023-07-11 12:18:44 +00:00
6819b7ed03 das tablet mapper use schema_guard in sql_ctx 2023-07-05 08:18:11 +00:00
fce27d2eab to issue<50163224>:fix text ps protocol issue 2023-07-03 12:12:29 +00:00
66be07d08d Fix some prepared statement bug 2023-06-28 09:53:42 +00:00
4ff18491b9 Fix ps prepare error 4016 2023-06-22 03:18:28 +00:00
03e4c379f6 fix slow query did not record specific SQL information 2023-06-22 01:48:18 +00:00
7fcdd9533f to show ddl logical plan. 2023-06-08 04:42:19 +00:00
341986a4f6 [CP] add calculable expr check for expr constraints 2023-06-07 04:12:19 +00:00
e2e3db76e8 Fix some user-defined rewrite rules bug 2023-06-07 03:48:34 +00:00
8174fdba9b Change to no ps parameterization if parameterize syntax tree miss 4002 error in ps prepare stage 2023-05-31 08:18:17 +00:00
f4de9eb665 Ps prepare store query for sql audit 2023-05-26 03:46:42 +00:00
0743b644cf to issue<49916547>:fix sql in pl remote execute report 4007 2023-05-25 23:41:35 +00:00
6de40b6e88 [to #48644798] fix mysql errno for creating views with questionmarks in PL 2023-05-25 18:11:48 +00:00
e69feb29f3 to issue<45245581>:remove spm baseline guard 2023-05-25 12:41:11 +00:00
1b5b7766a8 [to #49746806] fix parser -4007 error causes disconnection 2023-05-19 10:52:52 +00:00
f3d62d52ed Fix external table bugs 2023-05-10 14:21:03 +00:00
4108e781d4 [FEAT MERGE] implement mysql dblink and read consistency
Co-authored-by: xianyu-w <707512433@qq.com>
Co-authored-by: sdc <njucssdc@gmail.com>
Co-authored-by: seuwebber <webber_code@163.com>
2023-05-09 18:32:04 +00:00
711f4d5cd0 Forbid sql like 'alter system set' record in sql audit. 2023-05-06 04:15:43 +00:00
46c70d1f44 fix typo. close #1366 2023-05-05 07:42:24 +00:00
8ab690642b Merge branch 'pr_1366' 2023-05-05 07:38:56 +00:00
642f1c7d84 [FEAT MERGE] optimizer statistics gather enhance
Co-authored-by: Larry955 <1412857955@qq.com>
Co-authored-by: wangt1xiuyi <13547954130@163.com>
2023-04-28 13:11:58 +00:00
3cada22bdc [FEAT MERGE]4_2_sql_feature
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
Co-authored-by: xianyu-w <707512433@qq.com>
Co-authored-by: jingtaoye35 <1255153887@qq.com>
2023-04-28 11:12:11 +00:00