|
047868e359
|
fix error when disk full
|
2022-04-18 11:36:49 +08:00 |
|
|
49242edee5
|
fix slog switch_file bug
|
2022-04-14 15:15:53 +08:00 |
|
|
68cd558747
|
patch tair code removing from 22x to 31CE
|
2022-04-06 10:56:12 +08:00 |
|
|
b9fc792163
|
fix user variable not do eval
|
2022-04-01 16:52:17 +08:00 |
|
|
463064375a
|
[liboblog] support storage work mode
|
2022-03-25 18:10:38 +08:00 |
|
|
655020509b
|
Fix slog reader doesnt switch file when theres no switch log at EOF
|
2022-03-17 15:11:18 +08:00 |
|
|
996696c528
|
fix mysql calc found rows bug, adjust semi condition check
|
2022-03-16 20:17:12 +08:00 |
|
|
a4c7d7dc9f
|
Fix sharable exprs rel_ids not correct bug
|
2022-03-16 14:57:49 +08:00 |
|
|
a3b83dcf73
|
fix unittest: test_election_base
|
2022-03-16 10:57:48 +08:00 |
|
|
fc1052428f
|
fix max majority too much when switch leader to follower
|
2022-03-15 12:00:50 +08:00 |
|
|
25510c8333
|
fix bug: create fd use invalid unique index
|
2022-03-10 17:55:40 +08:00 |
|
|
0002ca3b94
|
fix function convert_tz bug
|
2022-02-28 20:14:53 +08:00 |
|
|
bb573a7cd4
|
[Json] json patch from 3.2.2 branch since 2021.12
|
2022-02-16 17:34:14 +08:00 |
|
|
ac82728867
|
patch back the flashback table/tenant/database/index(without flashback to scn)
|
2022-02-14 11:09:41 +08:00 |
|
|
9007c77b10
|
disable construct of ObIAllocator
|
2022-02-10 20:06:48 +08:00 |
|
|
e5f59ea074
|
support json type
|
2022-02-08 15:08:04 +08:00 |
|
|
57528cd7e4
|
fix memory leak
|
2022-01-27 10:58:30 +08:00 |
|
|
d5a5ed4251
|
fix btree core
|
2022-01-05 20:36:49 +08:00 |
|
|
baa96708eb
|
set DIO_ALIGN_SIZE from 512 to 4096
|
2022-01-04 11:39:41 +08:00 |
|
|
03aa797233
|
Remove synonym function in MySQL mode
|
2021-12-24 17:45:47 +08:00 |
|
|
18de895dc8
|
[TMP.FILE] fix block leak and limit disk for tmp file
|
2021-12-20 20:04:31 +08:00 |
|
|
41465805e3
|
Add mulan(#665)
|
2021-12-06 10:57:09 +08:00 |
|
|
74e3e4cb0b
|
fix reverse scan with magic row problem
|
2021-12-02 15:24:41 +08:00 |
|
|
ac3ef77f14
|
fix observer start failed due to large memory allocation
|
2021-11-17 17:10:13 +08:00 |
|
|
c84b7de59c
|
enhance plan expiration, optimize index prune for small row count
|
2021-11-11 19:49:35 +08:00 |
|
|
ab2bb5a20c
|
fix fuse row cache problem with uncommited row across micro block
|
2021-11-10 13:51:41 +08:00 |
|
|
878c594b56
|
support set names/charset and variables in one sql
|
2021-11-09 10:48:59 +08:00 |
|
|
85c634e194
|
optimize get_clog_parent interface.
|
2021-11-03 13:46:04 +08:00 |
|
|
9ff1baa323
|
refine large size query range
|
2021-11-01 11:34:38 +08:00 |
|
|
97b4a6afb8
|
[tableapi] support hbase api
|
2021-10-29 15:27:51 +08:00 |
|
|
a6f3f1287a
|
[liboblog-ce] won't compile liboblog unless compile with -DOB_BUILD_LIBOBLOG=ON
|
2021-10-09 15:03:10 +08:00 |
|
|
88e1000d95
|
[liboblog] opensource liboblog
|
2021-09-30 19:50:25 +08:00 |
|
|
64b53b6a17
|
patch backup &migrate code to open source
|
2021-09-27 20:48:34 +08:00 |
|
|
16b086a718
|
fix late materialization bug
|
2021-09-24 19:19:08 +08:00 |
|
|
62cb470338
|
patch backup piece to 3.1. open source
|
2021-09-02 15:26:40 +08:00 |
|
|
9812af88fb
|
switch slog file for new comming slog data in any way
|
2021-08-29 10:37:13 +08:00 |
|
|
ef6137fe55
|
fix dag str related bug
|
2021-08-25 22:25:30 +08:00 |
|
|
67f64412ad
|
clear trans with last restore log ts
|
2021-08-23 21:56:10 +08:00 |
|
|
ed29cc159d
|
Fix empty select exprs for the view created from from item.
|
2021-08-23 13:46:10 +08:00 |
|
|
aa15788e55
|
fix logic of Maximum continuous replayed log_id
|
2021-08-20 11:52:42 +08:00 |
|
|
a0ff8aaa32
|
Patch bug fixes to opensource branch.
|
2021-08-19 17:53:21 +08:00 |
|
|
895f700d99
|
add tableapi to opensource release
|
2021-08-11 19:25:17 +08:00 |
|
|
78f8c06a35
|
optimize read performance of tmp file
|
2021-08-11 15:53:55 +08:00 |
|
|
a6d5591ddf
|
feat(ob_error): add ob_error tool (#192)
|
2021-08-11 15:14:42 +08:00 |
|
|
4640a92c31
|
Bugfixs patched from 3.1.x to 3.1_opensource_release
|
2021-07-29 14:14:16 +08:00 |
|
|
0b7773c43f
|
add double-destroy check for MemoryContext
|
2021-07-27 19:54:14 +08:00 |
|
|
91852f9b58
|
patch 3.1.x modification to open source branch
|
2021-07-27 19:42:15 +08:00 |
|
|
2cd51447d8
|
optimize gc sstable.
|
2021-07-22 11:30:48 +08:00 |
|
|
5839aec035
|
Patch some commits to open source branch
|
2021-07-22 00:31:10 +08:00 |
|
|
69fa727d91
|
restoring replica do not resp reconfirm fetch log req.
|
2021-07-22 00:01:05 +08:00 |
|