obdev
|
2790042ada
|
[obd] support bmsqlobp test
|
2024-02-08 07:07:23 +00:00 |
|
obdev
|
30366c24eb
|
[CP] Fix direct load work thread hang when finish many trans at once
|
2024-02-08 07:04:23 +00:00 |
|
wjhh2008
|
d1be848098
|
Reserve rpc values
|
2024-02-08 07:01:24 +00:00 |
|
chinaxing
|
66175f5563
|
add interface refresh_read_snaphost_tx_state for read latest
|
2024-02-08 06:55:37 +00:00 |
|
0xacc
|
0ef74c2ada
|
[to #53431523] forbid collection functions with potential correctness problem
|
2024-02-08 06:52:37 +00:00 |
|
obdev
|
f0a1dd0714
|
[CP] [OBKV] Fix TTL status wrong when leader switch and hbase TTL MaxVersions delete
|
2024-02-08 06:49:37 +00:00 |
|
DengzhiLiu
|
b1aace9c5c
|
Fix get scn from rowkey sstable
|
2024-02-08 06:46:37 +00:00 |
|
hnwyllmm
|
c427bd7411
|
fix compile on ubuntu 22
|
2024-02-08 06:43:36 +00:00 |
|
renju96
|
726eb65ee4
|
fix parallel_idx oversize when switch lob slice
|
2024-02-08 06:40:34 +00:00 |
|
obdev
|
006db0ccb5
|
placeholder in ObIndexAttributesFlag
|
2024-02-08 06:37:33 +00:00 |
|
akaError
|
190baf2787
|
[CP] [CP] grammar compatibility: support insert duplicate update with row alias
|
2024-02-08 06:34:34 +00:00 |
|
yishenglanlingzui
|
2587f45c44
|
fix bug check shadow_pk with 4377
|
2024-02-08 06:31:35 +00:00 |
|
obdev
|
85f8b6e9f4
|
drop user if exists master分支错误占位
|
2024-02-08 06:28:34 +00:00 |
|
obdev
|
6953548b56
|
BUGFIX: make sure clean the ls if created failed
|
2024-02-08 06:25:33 +00:00 |
|
Handora
|
9c7c47feee
|
[BUG] add memattr tag to memtable set
|
2024-02-08 06:22:33 +00:00 |
|
godyangfight
|
0415a737d6
|
Fix ls gc bug.
|
2024-02-08 06:19:33 +00:00 |
|
obdev
|
018a58e5a8
|
Fix the error message in creating mview with invalid datetime expression
|
2024-02-08 06:05:23 +00:00 |
|
obdev
|
146450589e
|
[DeadLock] fix ___all_deadlock_event_history field fill wrong data
|
2024-02-08 06:02:24 +00:00 |
|
HaHaJeff
|
91be07fcd8
|
replace error number from OB_ERR_UNEXPECTED to OB_INVALID_DATA when encounting firmware issues during replay
|
2024-02-08 05:59:25 +00:00 |
|
obdev
|
372e310f39
|
fix external table bug
|
2024-02-08 05:53:37 +00:00 |
|
wxhwang
|
3b7101919f
|
[CP] add 2 test cases
|
2024-02-08 05:50:37 +00:00 |
|
obdev
|
087b3a9f7a
|
delete get_newest_clog_checkpoint_scn with ObProtectedMemtableMgrHandle lock
|
2024-02-08 05:47:38 +00:00 |
|
hiddenbomb
|
dee39633c7
|
avoid tablet iterator usage before initialization for several inner tables
|
2024-02-08 05:44:37 +00:00 |
|
renju96
|
44eee17093
|
bugfix: when switch context in index_block_row_scanner, update some items
|
2024-02-08 05:36:00 +00:00 |
|
obdev
|
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 |
|
obdev
|
64a276a23f
|
[OBKV] placeholder for adding rpc header flag to classify if is kvrequesu and kv request will use queue4
|
2024-02-08 05:26:55 +00:00 |
|
obdev
|
1e867c325c
|
revise placeholder for drop column instant.
|
2024-02-08 05:23:53 +00:00 |
|
obdev
|
dc6c816851
|
fix bug: unexpected error due to sqc finish msg processed twice
|
2024-02-08 05:20:47 +00:00 |
|
obdev
|
f4cc8aef80
|
consistent itemtype
|
2024-02-08 05:17:46 +00:00 |
|
obdev
|
4db40e18c7
|
bugfix json_storage_size for scalar
|
2024-02-08 05:11:54 +00:00 |
|
Handora
|
63f76b5b53
|
[BUG] increment the log entry no when transfer
|
2024-02-08 05:08:53 +00:00 |
|
hnwyllmm
|
c581715dbb
|
load data sometimes coredump
|
2024-02-08 05:05:51 +00:00 |
|
obdev
|
3582dcb33b
|
fix memory-leak bug of mview scheduler job
|
2024-02-08 04:54:16 +00:00 |
|
0xacc
|
7ebca32602
|
[to #35187151] fix mysqltest
|
2024-02-08 04:51:13 +00:00 |
|
obdev
|
1e9635fda7
|
fix pure column store read bug
|
2024-02-08 04:48:10 +00:00 |
|
obdev
|
7da77afa77
|
[CP] Fix: When removing the thread lock to acquire the session
|
2024-02-08 04:45:10 +00:00 |
|
ZenoWang
|
949705a060
|
Add lbt info when throttle more than one mintue
|
2024-02-08 04:42:09 +00:00 |
|
wangt1xiuyi
|
154f795315
|
[CP] [CP] [中信证券]support listagg aggr use group by column as separator
|
2024-02-08 04:39:07 +00:00 |
|
obdev
|
e43ed652cd
|
Add placeholder of table_id for mview Oracle compatible views
|
2024-02-08 04:36:04 +00:00 |
|
obdev
|
c0df24ca11
|
[CP] modify default value of system parameter range_optimizer_max_mem_size
|
2024-02-08 04:33:01 +00:00 |
|
obdev
|
65e2673834
|
use member list of ls leader to filter ls replica
|
2024-02-08 04:30:00 +00:00 |
|
obdev
|
84dc558cdb
|
Make the handling of zero time consistent with previous versions
|
2024-02-08 04:26:58 +00:00 |
|
obdev
|
8779bf3ec2
|
fix compile error
|
2024-02-08 04:21:07 +00:00 |
|
obdev
|
35d5e90049
|
[to #53220315] add debug info for opaque memory used
|
2024-02-08 04:15:17 +00:00 |
|
obdev
|
98ff4df9b3
|
reuse allocator for rollback
|
2024-02-08 04:12:15 +00:00 |
|
wangt1xiuyi
|
f4cf581517
|
[CP] split remap table grammar from lex to yacc
|
2024-02-08 04:09:12 +00:00 |
|
obdev
|
8c4283ed44
|
[CP] Fix copy_table_stats out of range bug
|
2024-02-08 04:06:08 +00:00 |
|
oceanoverflow
|
e7a85da9e6
|
fix backup check tablet continuity performance issue
|
2024-02-08 04:00:17 +00:00 |
|
obdev
|
8921cc28a8
|
[CP] [MySQL GIS] fix spatial index coveredby keypart generation
|
2024-02-08 03:57:16 +00:00 |
|
obdev
|
c4188df8ab
|
[OBKV] add error code for obkv odp process timeout
|
2024-02-08 03:54:13 +00:00 |
|