|
|
a3cfebe92e
|
[CP] Fixed the inconsistency issue with PDML update index
|
2024-02-09 02:36:46 +00:00 |
|
|
|
9db2501590
|
[CP] fix bug insert ignore with generated column maybe cause 4377 error
|
2024-02-08 21:47:06 +00:00 |
|
|
|
3fd4afdc90
|
Fix print vectorized rows core when row is skipped
|
2024-02-08 19:03:50 +00:00 |
|
|
|
65d5b08606
|
[CP] fix update with non-strict mode core
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
|
2024-02-08 18:57:49 +00:00 |
|
|
|
0d0b11c0cc
|
[FEAT MERGE] impl vectorization 2.0
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
Co-authored-by: hezuojiao <hezuojiao@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
|
2024-02-08 05:32:54 +00:00 |
|
|
|
8d63652331
|
[FEAT MERGE] transaction pdml support optimization
Co-authored-by: SanmuWangZJU <sanmuwang.ws@gmail.com>
|
2024-02-07 23:02:56 +00:00 |
|
|
|
c2511b580f
|
[FEAT MERGE] materialized view
|
2024-02-07 20:31:14 +00:00 |
|
|
|
fce9821684
|
[CP] [Fix] obkv same rk in batch
|
2024-02-06 19:03:36 +00:00 |
|
|
|
c8ef409bf3
|
Do not report ERROR when sample rate equals 100
|
2024-02-06 14:49:36 +00:00 |
|
|
|
60afc16914
|
[CP][BUGFIX] add fix zero lob val
|
2024-01-23 09:17:27 +00:00 |
|
|
|
49394811fb
|
[CP] Fixed the inconsistency issue with PDML update index
|
2024-01-08 10:42:53 +00:00 |
|
|
|
92add5609c
|
[CP] fix bug insert ignore with generated column maybe cause 4377 error
|
2024-01-04 04:42:55 +00:00 |
|
|
|
bbb4662d91
|
Fix print vectorized rows core when row is skipped
|
2024-01-02 10:13:23 +00:00 |
|
|
|
daaf5dc64b
|
[CP] fix update with non-strict mode core
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
|
2024-01-02 09:43:21 +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 |
|
|
|
438a70b2b8
|
[FEAT MERGE] transaction pdml support optimization
Co-authored-by: yyy-hust <yyy.hust@gmail.com>
Co-authored-by: SanmuWangZJU <sanmuwang.ws@gmail.com>
|
2023-12-18 14:04:23 +08:00 |
|
|
|
f7cd32be94
|
[FEAT MERGE] materialized view
Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: leftgeek <1094669802@qq.com>
Co-authored-by: chimyue <chimyue@gmail.com>
|
2023-12-14 07:42:52 +00:00 |
|
|
|
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 |
|