|
e3839f900d
|
[OBCDC] Fix compatiable check for refresh_mode and fetch_mode
|
2023-07-20 03:54:00 +00:00 |
|
|
f44dabec3b
|
set CUR_LS_CNT as 1 if no ls
|
2023-07-20 03:42:19 +00:00 |
|
|
e124ced9f9
|
BUGFIX: add some log for write throttle
|
2023-07-20 03:18:01 +00:00 |
|
|
5fb975ae7c
|
fix semi to inner bug for view from dual
|
2023-07-20 02:54:11 +00:00 |
|
|
5180ca7a8c
|
Retry ddl for 6002 caused by out trans table lock leader switch
|
2023-07-20 02:48:16 +00:00 |
|
|
fc9e8a66fd
|
[BUGFIX]fix read lob over transaction
|
2023-07-20 02:42:21 +00:00 |
|
|
73c39f6fef
|
[BUGFIX] fix over size input
|
2023-07-20 02:18:25 +00:00 |
|
|
3527fd9ded
|
add user warning for standby/restoring tenants that skip major freeze
|
2023-07-20 02:12:25 +00:00 |
|
|
ea1c7c53d2
|
fix 4377 error because of mysql non strict mode
|
2023-07-20 01:48:02 +00:00 |
|
|
fff9fe9da3
|
Fix two errorcode related bugs: issue 46899782 and issue 45900041
|
2023-07-20 01:42:10 +00:00 |
|
|
b4eaec0f1c
|
[CP] disallow ddl with predefined rules with trigger.
|
2023-07-20 01:12:08 +00:00 |
|
|
f39de9dd64
|
fix pl update set row bug
|
2023-07-19 14:18:04 +00:00 |
|
|
c459d3c14c
|
Fix direct load multiple merge range splitter handle origin table
|
2023-07-19 14:12:11 +00:00 |
|
|
4a023c0a24
|
[OBCDC] Fixing the issue of possible memory allocation failure during startup in the data dictionary model.
|
2023-07-19 13:48:16 +00:00 |
|
|
762ac8047d
|
fix mysqltest
|
2023-07-19 13:42:18 +00:00 |
|
|
2270439501
|
Change legitimacy error code for functional index
|
2023-07-19 12:48:14 +00:00 |
|
|
60eeafb3d0
|
[Election] make [decentralized elect]/[change leader] use differenct priority definition
|
2023-07-19 12:42:18 +00:00 |
|
|
492d534240
|
placeholder for virtual table of cgroup
|
2023-07-19 12:12:06 +00:00 |
|
|
9dfd440870
|
[BUG.FIX] fix -4055 in tmp file
|
2023-07-19 11:48:01 +00:00 |
|
|
91d97f2698
|
[LogFetcher] Fix the bug that limited FetchLogARpcResult in SmallObjPool is unlimited
|
2023-07-19 11:42:07 +00:00 |
|
|
b1dc4a6257
|
Merge branch 'pr_1477'
|
2023-07-19 11:13:36 +00:00 |
|
|
a3e6affa54
|
[GC] GC should only care committed ls
|
2023-07-19 11:12:15 +00:00 |
|
|
160c6eb35d
|
[fix] more strict condition for is_in_sync
|
2023-07-19 10:54:03 +00:00 |
|
|
76c8a644a0
|
[CP] [CP]implement query range cost model
|
2023-07-19 10:42:16 +00:00 |
|
|
c1200c00c8
|
[to #50896821]fixed ps cursor local retry
|
2023-07-19 10:12:25 +00:00 |
|
|
d35479be24
|
Fix kill trans return 4023 bug
|
2023-07-19 09:48:27 +00:00 |
|
|
e54bd5768d
|
Update compile.yml
|
2023-07-19 17:25:04 +08:00 |
|
|
cd6e2d650c
|
[BUG] only check sequence set with the first one
|
2023-07-19 08:42:14 +00:00 |
|
|
bcf3d94b1d
|
fix st_distance stack overflow
|
2023-07-19 08:12:18 +00:00 |
|
|
6379e3724a
|
Revert location restore source persist primary attribute
|
2023-07-19 07:59:49 +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 |
|
|
a1855d1d6c
|
[BUG.FIX] adjust check memory limit into query timeout
|
2023-07-19 07:47:59 +00:00 |
|
|
49ea0fd13e
|
skip empty shell
|
2023-07-19 07:42:07 +00:00 |
|
|
8acf567a80
|
Fix the bug that the standby database transfer is stuck in the doing state
|
2023-07-19 07:18:23 +00:00 |
|
|
8bdd31baa2
|
filter more low pri infos in compaction diagnose table
|
2023-07-19 07:12:26 +00:00 |
|
|
ca70864bba
|
[NetStandby] Modify Log Level for ret code 4233
|
2023-07-19 06:54:33 +00:00 |
|
|
94faa4ef42
|
[bugfix]: fix schema_version_hint bug.
|
2023-07-19 06:48:33 +00:00 |
|
|
2e8d3edd50
|
[CP][to #46200224]support unsigned type for execute
|
2023-07-19 06:42:34 +00:00 |
|
|
13ebc1f959
|
double check cannot_recycle_log_over_threshold in ObCheckClogDiskUsageTask for ObClogDiskUse optimization
|
2023-07-19 06:12:18 +00:00 |
|
|
a7fca39d95
|
Update compile.yml
|
2023-07-19 14:05:37 +08:00 |
|
|
b92d5b19ed
|
Update compile.yml
|
2023-07-19 13:52:54 +08:00 |
|
|
82b5af6a6b
|
[OBCDC][LogFetcher] fix core caused by LSFetchCtx
|
2023-07-19 04:42:19 +00:00 |
|
|
86aee187c9
|
[BUG] compenstae abort for committing txn of too big row
|
2023-07-19 04:12:16 +00:00 |
|
|
08373e0dd0
|
[CP] do not generate origin row for no_non_distinct_aggr_ in 3-aggr
|
2023-07-19 03:42:12 +00:00 |
|
|
2f39a035b8
|
install libncurses5 on ubuntu
|
2023-07-19 11:14:30 +08:00 |
|
|
32636e05c4
|
adjust allocate window function operator, enhance pq_distribute_window hint
|
2023-07-19 03:12:22 +00:00 |
|
|
263e7a55b7
|
Merge pull request #3 from hnwyllmm1/action-refactor
Action refactor
|
2023-07-19 11:09:34 +08:00 |
|
|
87146060a7
|
use noninteractive mode in ubuntu
|
2023-07-19 11:06:34 +08:00 |
|
|
9a244755cd
|
Fix replay start transfer in on_commit log stuck
|
2023-07-19 02:48:27 +00:00 |
|
|
2f8b6410ce
|
[BUGFIX] fix read lob alloc memory failed
|
2023-07-19 02:42:28 +00:00 |
|