|
11a9a6386b
|
fix vectorized row buffer overflow
|
2023-02-21 12:44:27 +00:00 |
|
|
573942c5d8
|
disallow related offline ddl for prefix index column.
|
2023-02-21 12:41:50 +00:00 |
|
|
6940db9e22
|
change the log level when decode an illegal mysql packet
|
2023-02-21 12:12:21 +00:00 |
|
|
4c0a8986ec
|
[BUG.FIX] fix ObTablesHandleArray::assign()
|
2023-02-21 10:20:10 +00:00 |
|
|
0f911cfed6
|
[CP] Fix scan between two index endkeys
|
2023-02-21 10:14:59 +00:00 |
|
|
c28b303f46
|
virtual table adaptation
|
2023-02-21 10:12:17 +00:00 |
|
|
279bed6adf
|
fix backup use tmp file performance issue
|
2023-02-21 09:45:00 +00:00 |
|
|
00d1041983
|
Optimize get store lock performance.
|
2023-02-21 09:42:18 +00:00 |
|
|
a3e918d57d
|
fix pcode calculate issue
|
2023-02-21 09:17:05 +00:00 |
|
|
e2fd831532
|
add defence for backup that parallel external sort return duplicate item
|
2023-02-21 09:14:25 +00:00 |
|
|
2d4ebc458c
|
fix backup garbage collecting log stream report -4016
|
2023-02-21 09:11:47 +00:00 |
|
|
ea16d3cd79
|
[DATA_DICT] fix obcdc exist caused by index_tablet not found in data_dict
|
2023-02-21 08:44:56 +00:00 |
|
|
16885fe829
|
fix ret_code err while encode_sortkey_expr allocate memory
|
2023-02-21 08:42:14 +00:00 |
|
|
6454081e6e
|
fix try_update_epoch_and_reload when failing to do_update_freeze_service_epoch
|
2023-02-21 06:17:16 +00:00 |
|
|
842dc192c2
|
fix check_table_status about uncompacted tables
|
2023-02-21 06:14:39 +00:00 |
|
|
5622b89ff9
|
[Arb] fix can't add member when quorum has been changed
|
2023-02-21 06:11:59 +00:00 |
|
|
7afa91237f
|
change the update stat cache way, use the current worker thread instead of RS worker thread
|
2023-02-21 05:41:51 +00:00 |
|
|
ed67ac652e
|
[BUGFIX] fix update check old lob row with disk locator
|
2023-02-21 04:44:13 +00:00 |
|
|
4b19529f62
|
Fix ls migration set restore status ad RESTORE_START when tenant is in restore
|
2023-02-21 04:41:34 +00:00 |
|
|
af05444205
|
[master] refine log for tx-free-route and handle-tx-commit-result
|
2023-02-21 04:11:48 +00:00 |
|
|
f037dca1eb
|
fix onetime expr in semi info condition not adjust correctly
|
2023-02-21 03:15:06 +00:00 |
|
|
84e13a82b4
|
add latin1 parser as gitignore
|
2023-02-21 03:12:24 +00:00 |
|
|
1b36e30d96
|
[FIX] deserialize undo action core
|
2023-02-21 02:42:02 +00:00 |
|
|
115cb6cece
|
fix dblink mem leak in pull meta
|
2023-02-20 16:41:40 +00:00 |
|
|
7a9f7e0421
|
Fix batch size in minmax pushdown
|
2023-02-20 16:14:16 +00:00 |
|
|
2cc9881bcb
|
append trace log when timer task register or unregister
|
2023-02-20 16:11:39 +00:00 |
|
|
aa2e5c99dc
|
bugfix
|
2023-02-20 13:17:04 +00:00 |
|
|
3a023bbae9
|
[DATA_DICT] Fix TimerMonitor timeout_check for data_dict_service
|
2023-02-20 13:14:26 +00:00 |
|
|
5ae81bcae8
|
fix not schedule after migrate
|
2023-02-20 13:11:51 +00:00 |
|
|
b1faf451eb
|
[DeadLock] fix detector bug
|
2023-02-20 12:47:38 +00:00 |
|
|
2e954397ec
|
[BUGFIX] fix dbms lob instr when partten larger than lob
|
2023-02-20 12:45:01 +00:00 |
|
|
d1125dee41
|
fix bug of reusing washed chunk
|
2023-02-20 12:42:25 +00:00 |
|
|
51b73b3aed
|
decide freeze_clock in ObDataCheckpoint
|
2023-02-20 12:14:27 +00:00 |
|
|
cb1131f0c2
|
[bugfix] fix maximum rowkey column count in storage
|
2023-02-20 12:11:50 +00:00 |
|
|
429bde73a6
|
Fix: defragment_sys_variable has memory allocation failure wild pointer problem
|
2023-02-20 10:11:47 +00:00 |
|
|
61cb178902
|
Fix rpc post error of clean sequence cache
|
2023-02-20 09:42:14 +00:00 |
|
|
6c8105e558
|
add inner table placeholder for __all_virtual_tablet_stat && related system views
|
2023-02-20 09:14:13 +00:00 |
|
|
ffb3bd3314
|
latin1 bug: latin1 normal parser should not recognize multibyte character(like multi byte comma)
|
2023-02-20 09:11:34 +00:00 |
|
|
e79099c01f
|
Fix tenant_id=0 of check_block()
|
2023-02-20 07:41:42 +00:00 |
|
|
a5d70fd58a
|
Fix no checksum reported by ddl execution
|
2023-02-20 07:14:33 +00:00 |
|
|
a84ff5f257
|
[master] fix multi-stmt txn-free-route
|
2023-02-20 06:41:21 +00:00 |
|
|
ca1fd8c5c3
|
json_table core dump when use timestamp()
|
2023-02-20 05:17:01 +00:00 |
|
|
1e24eb9b2c
|
[UPGRADE] Fix upgrade process problem
|
2023-02-20 05:14:25 +00:00 |
|
|
0986b6998c
|
[bugfix] Fixed the problem of error code overwriting during foreign key checking
|
2023-02-20 05:11:48 +00:00 |
|
|
f8d871eaf5
|
fix stanby tenant schedule & consider snapshot_gc when schedule
|
2023-02-20 04:47:00 +00:00 |
|
|
0aa17c1e8e
|
fixed restart failed because of the defense of ObServerLogBlockMgr
|
2023-02-20 04:44:23 +00:00 |
|
|
d3ea779bdc
|
Fix ddl kv mgr deadlock(3)
|
2023-02-20 03:11:34 +00:00 |
|
|
7157cd03d1
|
add log for positioning OB_DISK_CORRUPTED and OB_IO_ERROR replay issue
|
2023-02-20 02:44:45 +00:00 |
|
|
c987639143
|
turn off force_kill_tx for mds
|
2023-02-20 02:42:07 +00:00 |
|
|
6a00e66cda
|
Fixing the error code of error row handler in direct load
|
2023-02-17 18:17:02 +00:00 |
|