Commit Graph

63 Commits

Author SHA1 Message Date
fd886d1ef2 BUGFIX: add defensive code for ObSequence 2024-06-17 14:20:34 +00:00
359848f9d0 [misc] remove auto keyword and lambda 2024-05-07 09:57:18 +00:00
5f836a3c3b [CP] fix build_lob_param read retry_info core in upgrade 2024-04-24 03:03:57 +00:00
5199005443 [CP] fix lob remote read set_length bug 2024-04-22 12:17:29 +00:00
6570b1eb6c [CP] fix memtable reference leaks due to not deconstruct lob cursor 2024-04-17 07:39:02 +00:00
40904ec601 fix last lob meta info deep_copy bug 2024-04-17 07:21:53 +00:00
4afa70a218 [FEAT MERGE] JSON/XML phase2 and JSON Partial Update
Co-authored-by: Carrot-77 <1012982871@qq.com>
Co-authored-by: wu-xingying <729224612@qq.com>
2024-04-12 10:46:02 +00:00
f3c6e65b01 support lob retry with local 2024-04-02 12:33:32 +00:00
6d7fab4ff1 fix master adpat no char_len 2024-03-21 04:21:01 +00:00
6924042fbd [CP][BUGFIX] fix lob remote query over retry cnt 2024-02-27 10:14:40 +00:00
4c30d85773 add length check when insert full lob data 2024-02-22 03:19:18 +00:00
6f4a546f01 [BUGFIX] fix insert on dup update process lob col 2024-02-10 04:07:44 +00:00
a5e25ac91e [CP][BUGFIX] add fix zero lob val 2024-02-09 23:42:38 +00:00
0b7cf7d3bc [BUGFIX] fix repeat update lob in one stmt wrong 2024-02-09 23:34:02 +00:00
35bec76639 [OPT] opt lob manager buffer usage 2024-02-09 06:49:58 +00:00
bf63324f63 fix table restore read src lob tenant id wrong 2024-02-09 00:55:18 +00:00
db4e6a9d92 [BUGFIX] fix lob bugs 2024-02-08 14:27:24 +00:00
88411907ee fix direct load no tx desc 2024-02-08 03:45:05 +00:00
1c20161f72 [FEAT MERGE] column store ddl
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: renju96 <fcbrenju@163.com>
2024-02-07 23:09:02 +00:00
21ddf9e8b2 [CP] [LOB] support inrow threshold config 2024-02-07 14:44:41 +00:00
c1d41adad4 [BUGFIX] fix lob remote query memory usage 2024-02-07 10:49:38 +00:00
9840285ef1 [CP] enable lob outrow to inrow storage 2024-02-06 22:50:48 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
28dde027ad [BUGFIX] fix insert on dup update process lob col 2024-02-01 16:41:38 +00:00
60afc16914 [CP][BUGFIX] add fix zero lob val 2024-01-23 09:17:27 +00:00
39510c2722 [BUGFIX] fix repeat update lob in one stmt wrong 2024-01-23 08:42:23 +00:00
137ad2708d [OPT] opt lob manager buffer usage 2024-01-10 11:42:41 +00:00
ed17fa678b fix table restore read src lob tenant id wrong 2024-01-05 09:17:52 +00:00
a488199c00 [BUGFIX] fix lob bugs 2023-12-27 11:42:47 +00:00
a564d7a079 fix direct load no tx desc 2023-12-20 03:53:04 +00:00
e99cc037cc [FEAT MERGE] column store ddl
Co-authored-by: AnimationFan <30674773338@qq.com>
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2023-12-18 14:13:54 +00:00
2af60a0292 [CP] [LOB] support inrow threshold config 2023-12-11 05:17:14 +00:00
5d73b97cdb [BUGFIX] fix lob remote query memory usage 2023-12-05 17:16:40 +00:00
cca0b81d8b [CP] enable lob outrow to inrow storage 2023-11-23 13:45:17 +00:00
9f9adcc3c4 fix dbms_lob.compare wrong charset length 2023-11-10 08:16:39 +00:00
8bd8e8fad9 [CP]opt dml update lob check changed 2023-11-07 12:13:56 +00:00
5504290af5 [BUGFIX] support lob remote query retry for 4038 2023-09-08 12:40:44 +08:00
f4bf5f41c9 [FEAT MERGE] merge recover table
Co-authored-by: hamstersox <673144759@qq.com>
Co-authored-by: skylhd <dickylhd@gmail.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
2023-09-05 06:47:00 +00:00
aee4962d4b [BUGFIX] fix remote lob query timeout 2023-08-24 08:40:23 +00:00
ea61a471d1 [master] change seq_no to ObTxSEQ 2023-08-10 06:12:31 +00:00
bbe0a67b5d [BUGFIX] fix mysqltest case 2023-08-01 21:18:12 +00:00
fc9e8a66fd [BUGFIX]fix read lob over transaction 2023-07-20 02:42:21 +00:00
d89bf28e1f bug/50228947 dbms_lob temporary lob size limit 512M 2023-06-10 03:12:27 +00:00
d336a8eee7 [BUGFIX]fix lob write byte len set wrong 2023-06-09 06:12:31 +00:00
f223de689f [BUGFIX] fix dbms_lob erase process utf16 2023-06-07 04:42:20 +00:00
c9cccf08db Use tenant-level object pool instead of sop_borrow 2023-05-26 10:41:16 +00:00
09ed904b58 [FEAT MERGE] Support external table
Co-authored-by: jingtaoye35 <1255153887@qq.com>
2023-04-29 15:11:50 +00:00
fdcaa9a932 [FEAT MERGE] Add anti-fallback checks for the memory of 500 tenant 2023-04-25 02:41:25 +00:00
33c04e0ba9 [CP][BUGFIX] fix lob remote read 2023-04-19 02:45:18 +00:00
71d19e2940 [BUGFIX] fix read lob locator after commit 2023-04-07 03:00:01 +00:00