|
8e71e218e6
|
[CP] fix calc nested loop join / spf cost bug
|
2024-02-09 09:36:04 +00:00 |
|
|
a335301e62
|
fix compaction parallel count
|
2024-02-09 09:30:20 +00:00 |
|
|
3e4379dbd2
|
occupy code for show table status
|
2024-02-09 09:27:22 +00:00 |
|
|
38b9209836
|
Fix skip index filter apply to wrong block
|
2024-02-09 09:24:25 +00:00 |
|
|
952395e38e
|
fix the count of mod over limit
|
2024-02-09 09:21:28 +00:00 |
|
|
4656d6cb08
|
fix mysqltest
|
2024-02-09 09:15:39 +00:00 |
|
|
fabef328ba
|
Fix expr can not be produced now in ps mode
|
2024-02-09 09:12:42 +00:00 |
|
|
b7f2fcb3d6
|
修复nanvl,第一个为null的参数如果是binary double类型,需要对第二个参数 进行取值,若转换数字失败的话报错,成功返回null值
|
2024-02-09 09:09:45 +00:00 |
|
|
fc1019a82d
|
fix show index bug of materialized view
|
2024-02-09 09:06:48 +00:00 |
|
|
7961516215
|
[CP] fix null skew handling inconsistant with sharding info
|
2024-02-09 09:03:50 +00:00 |
|
|
9e9cf7b598
|
[CP] [CP][Bugfix] fix auto increment memory leak & sanity core & append 4016 & update 4016
|
2024-02-09 09:00:52 +00:00 |
|
|
6ccd4831c0
|
[CP] support ob rpm platform standalone systemd service
|
2024-02-09 08:57:56 +00:00 |
|
|
64af7349c3
|
[CP] [CP] [OBKV] Fix ttl delete with lob attribute report -4016 error
|
2024-02-09 08:54:58 +00:00 |
|
|
4c24ed8d60
|
remove tenant io manager hash in io manager
|
2024-02-09 08:52:00 +00:00 |
|
|
24f5ebe970
|
Fix inner table id placeholder and errno definition
|
2024-02-09 08:48:59 +00:00 |
|
|
98961888d4
|
[CP] [CP] fix table scan range cost bug
|
2024-02-09 08:46:02 +00:00 |
|
|
11eb9541cf
|
[security]remove ip
|
2024-02-09 08:43:03 +00:00 |
|
|
939b663392
|
[CP] Revert [CP] fix backup check tablet continuity performance issue
|
2024-02-09 08:40:03 +00:00 |
|
|
94cc0007e9
|
fix bug about gi random
|
2024-02-09 08:37:06 +00:00 |
|
|
ff0b677933
|
pass correct tablet_handle
|
2024-02-09 08:34:09 +00:00 |
|
|
bc4c4a371d
|
Fix bug in multipart upload in plus archive mode
|
2024-02-09 08:31:09 +00:00 |
|
|
89c5519193
|
[CP] [CP] [Bugfix] cherry-pick bugfix from 421 for obkv
|
2024-02-09 08:28:12 +00:00 |
|
|
7a02e8626a
|
Read latest for dump 4377
|
2024-02-09 08:22:29 +00:00 |
|
|
b139828207
|
Fix: both tenant snapshot and backup require disable tablet gc, but only one can be executed at a time
|
2024-02-09 08:16:47 +00:00 |
|
|
caeb5290b2
|
fix typo and uninitialized variable
|
2024-02-09 08:13:48 +00:00 |
|
|
1a85bf7025
|
online ddl tablet on demand.
|
2024-02-09 08:10:52 +00:00 |
|
|
7c310666c6
|
Fix : local variable not initialized
|
2024-02-09 08:07:54 +00:00 |
|
|
9474c94a11
|
[CP] Fix wrong data tablet id of bind hidden tablet
|
2024-02-09 08:04:57 +00:00 |
|
|
19440b0c01
|
misc refinement
|
2024-02-09 08:01:58 +00:00 |
|
|
bab7211cab
|
[LS] remove create_type from ObCreateLSCommitSLog
|
2024-02-09 07:58:59 +00:00 |
|
|
c02bdd18bc
|
Prohibit the conversion of CLOB to OTIMESTAMP
|
2024-02-09 07:56:01 +00:00 |
|
|
f786b4c646
|
Fix priv bugs
|
2024-02-09 07:52:50 +00:00 |
|
|
0551b579db
|
fix log delete bug when disk is full
|
2024-02-09 07:49:51 +00:00 |
|
|
380eea0349
|
fix default values of start date expr in creating mview/mlog
|
2024-02-09 07:46:52 +00:00 |
|
|
458ff7d106
|
fixed memory leak in errsim.
|
2024-02-09 07:43:51 +00:00 |
|
|
a5be88bc96
|
build column oriented ddl sstable with absolute row offset
|
2024-02-09 07:40:51 +00:00 |
|
|
bf28573c82
|
fix bug: datum count mismatch in merge join
|
2024-02-09 07:37:51 +00:00 |
|
|
d9d0adcbb0
|
Revert [BUG] remove useless migration clog checkpoint scn
|
2024-02-09 07:34:51 +00:00 |
|
|
11b4ffa316
|
fix generating nonstreaming plan for skip locked for update
|
2024-02-09 07:31:51 +00:00 |
|
|
d79c4f9031
|
disable predicate moving into values_table_query
|
2024-02-09 07:28:50 +00:00 |
|
|
6d5c70d2b4
|
fix bug: plan stat incorrect when some error happened during query processing
|
2024-02-09 07:25:50 +00:00 |
|
|
b606f00000
|
Optimize ob_errno.def to facilitate better placeholder
|
2024-02-09 07:22:49 +00:00 |
|
|
709cdef9d4
|
[CP] [bugfix] fixed the bug of missing want_to_set_tenant_config_ judgment
|
2024-02-09 07:19:49 +00:00 |
|
|
409523e66d
|
[CP] fix push down cte filter bug
|
2024-02-09 07:16:49 +00:00 |
|
|
511b72e4d4
|
add syslog
|
2024-02-09 07:13:47 +00:00 |
|
|
8081fed62e
|
BugFix about finish_create_tenant_snapshot failed (OB_TIMEOUT)
|
2024-02-09 07:10:47 +00:00 |
|
|
b75fc423ec
|
[CP][BUGFIX] fix lrpad mysql pad len zero
|
2024-02-09 07:07:47 +00:00 |
|
|
68638d77f1
|
[CP] [CP] pkt-nio rpc add RPC_STAT and sync rpc add wait events
|
2024-02-09 07:04:48 +00:00 |
|
|
8bc44950fe
|
bug fix: db_id displayed by SQL audit and plan stat is inconsistent.
|
2024-02-09 06:58:58 +00:00 |
|
|
1b95cb059a
|
[CP] [to #54326346] before process set session in retry need consider the original state
|
2024-02-09 06:55:58 +00:00 |
|