Commit Graph

134 Commits

Author SHA1 Message Date
8a64369f76 [CP] [Fix] obkv same rk in batch 2023-11-21 09:15:19 +00:00
8bd8e8fad9 [CP]opt dml update lob check changed 2023-11-07 12:13:56 +00:00
6b98c50039 Fix foreign key check between number and number_float 2023-11-03 10:14:29 +00:00
f2b1db5f61 Merge branch 'pr_1577' 2023-11-01 05:10:57 +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
122b4835a9 Merge branch 'master' into patch-1 2023-10-27 11:47:25 +08:00
c9753f2968 license opt: Identify external and internal code and modify their open source licenses correctly. 2023-10-23 03:43:44 +00:00
6ed83963ec [CP] [foreign key] Fix the bug about missing checking exist in foreign key check 2023-10-09 04:09:49 +00:00
12db2ff989 [CP] test: fix some failed mysql test 2023-10-07 03:09:43 +00:00
c7d27b659b fix typo 2023-09-22 09:30:21 +02:00
03be8fd9c2 fix typo 2023-09-22 09:29:21 +02:00
9daec1f995 fix dblink print binary double lose precision & flush case result file 2023-09-20 17:13:14 +00:00
f00019cb7c [FOREIGN KEY] fix the bug about meet invalid conflict during checking child table which without index 2023-09-14 23:47:53 +00:00
dbe3b91642 fix pl dblink report conn is killed. 2023-09-14 13:40:01 +00:00
de8174ebf2 discard ObChunkRowDE mod && do not push view task when queue size almost full 2023-09-09 11:44:07 +00:00
26ddd1c766 fix bug print log cause core 2023-08-31 11:10:41 +00:00
044fadf593 [FEAT MERGE]:Merge foreign key feature to master
Co-authored-by: YangEfei <yangyifei96@outlook.com>
2023-08-30 13:10:42 +00:00
5e158ef5e9 [FEAT MERGE]sql compat feature
Co-authored-by: Zach41 <zach_41@163.com>
2023-08-30 11:44:37 +00:00
233189cbb1 [CP] Improve incorrect value error info for insert/replace into values 2023-08-25 06:10:27 +00:00
cd0ec2662a fix: fix update ignore bug that will lost data when has cross-partition update 2023-08-24 09:10:27 +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
e8d55a05af fix: fix replace into foreign key check bug 2023-08-14 13:55:02 +00:00
579631624e fix dblink hung and translate error 2023-08-14 04:18:38 +00:00
d23b1c10fc [to #51461947]fix bug check_trigger_arg 2023-08-11 07:18:42 +00:00
a0e110cc8a fix bugs 2023-08-10 08:18:37 +00:00
ea61a471d1 [master] change seq_no to ObTxSEQ 2023-08-10 06:12:31 +00:00
7fb5e481ea [to #51346236]check trigger params & fix schema_checker init in PL module 2023-08-07 04:42:31 +00:00
1d686f1429 fix: revert the commit that induces core in master 2023-08-03 15:42:21 +00:00
546c42df0a [to #43194241]fix bug nested sql 2023-08-02 09:54:27 +00:00
f3e8889af3 fix: fix the ignore bug of coss-partition update 2023-08-02 04:12:14 +00:00
a56c5b6dec Add error codes for sql module, !! Please Read Task Description Carefully!! 2023-08-01 17:18:33 +00:00
c47fbf7825 [to #51089750]after stmt trigger not throw mutating table error 2023-07-25 03:18:41 +00:00
323f828185 fix: add defensive check when to check if pointer is null when add related index info 2023-07-19 07:53:55 +00:00
59a7f93a3f fix dblink bugs 2023-07-13 14:23:58 +00:00
e269245733 [CP] add error code when alloc memory failed 2023-07-11 18:48:08 +00:00
c5c92dfe7c fix mode compatibility bug 2023-07-11 10:24:58 +00:00
9ab529a64b fix dblink type bugs 2023-06-12 02:43:11 +00:00
sdc
e6ae3402f6 fix reuse and recycle dblink connection bug 2023-06-06 04:42:39 +00:00
1b80e45edc Fix error-code-overwritten problem and remove unused code in direct insert 2023-06-02 02:54:52 +00:00
1abc669899 [BUG] add case for write only index of double update 2023-06-01 14:11:51 +00:00
d1806bb8bd Fix the issue of insert up reported -4016 with binary rowkey 2023-05-30 13:11:41 +00:00
759f4bbfa2 [to #40760427]fix mysqlTest 2023-05-30 04:41:09 +00:00
sdc
ef97ab5c13 fix calc oci meta result buf length bug 2023-05-25 13:17:40 +00:00
e4dfa520cf [to #48107427]can not return a result set from a trigger 2023-05-25 05:47:01 +00:00
b6cb96f6ce remove unused code 2023-05-22 03:41:34 +00:00
477943c609 fix string type null value error in dblink. 2023-05-17 08:16:49 +00:00
8afeece673 fix DAS dynamic partition pruning memleak 2023-05-09 19:15:27 +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
9e328378c8 [FEAT MERGE] 4.2 add trans_debug_info for 4377
Co-authored-by: Handora <qcdsr970209@gmail.com>
2023-05-06 06:08:35 +00:00