|
667cbe6e84
|
Add new virtual table id placeholder.
|
2023-04-06 14:47:47 +00:00 |
|
|
2e69e56f3d
|
Fix observer may core when print iter
|
2023-04-06 14:44:13 +00:00 |
|
|
6bbf0c65f0
|
ddl exist if server is killed.
|
2023-04-06 14:18:20 +00:00 |
|
|
f27a1340ac
|
[Arb] avoid TPS degradation during upgrading log streams
|
2023-04-06 14:14:50 +00:00 |
|
|
9d477317a9
|
fix build ddl table store
|
2023-04-06 14:11:19 +00:00 |
|
|
ccd37d7473
|
fix readable sites judged by weak reads in the standby database
|
2023-04-06 13:44:24 +00:00 |
|
|
86e15c3c88
|
fix the reading of the standby database is incorrect in some scenarios
|
2023-04-06 13:40:55 +00:00 |
|
|
136400bb55
|
fix mysqltest
|
2023-04-06 13:11:08 +00:00 |
|
|
ef5dc84cec
|
[BUGFIX] fix lob locator helper print row id objs
|
2023-04-06 12:47:34 +00:00 |
|
|
c19f52df35
|
hold table ids for obkv connection virtual table and system view
|
2023-04-06 12:11:08 +00:00 |
|
|
c9d9026e93
|
fix complement data response rpc and scheduled ddl task concurrently.
|
2023-04-06 10:42:09 +00:00 |
|
|
de608f2913
|
remove tenant config lock and instead by ref
|
2023-04-06 10:10:42 +00:00 |
|
|
de15f38d07
|
Fix bug: the default value for generated column is incorrect when insert values
|
2023-04-06 09:48:07 +00:00 |
|
|
2d3766d675
|
[fix] fix replace_member core
|
2023-04-06 09:44:47 +00:00 |
|
|
38cea0976e
|
fix core when print savepoint
|
2023-04-06 09:41:20 +00:00 |
|
|
02717a3936
|
Tables and views related to 3A project take place
|
2023-04-06 09:14:45 +00:00 |
|
|
ae39ff7277
|
fix control info repeatly sync
|
2023-04-06 09:11:17 +00:00 |
|
|
266a54a3c7
|
Github merge request #1065
|
2023-04-06 08:44:59 +00:00 |
|
|
2f7fae0cb4
|
remove try_wait in thread
|
2023-04-06 08:26:51 +00:00 |
|
|
841bfb32a3
|
[4.1] call tx interface for dblink select in trans
|
2023-04-06 08:03:02 +00:00 |
|
|
d5faf6c8c8
|
[tablelock] Fix the bug about checkpoint rollback due to disorder commit during replay
|
2023-04-06 07:59:34 +00:00 |
|
|
b5179fc7aa
|
Create dummy select item for inline view
|
2023-04-06 07:56:07 +00:00 |
|
|
10e42c43a8
|
fix dblink plan init info bug
|
2023-04-06 07:23:34 +00:00 |
|
|
41ac776fc1
|
ci: bump runner to supported ones and upgrade actions/checkout
Signed-off-by: tison <wander4096@gmail.com>
|
2023-04-06 14:04:04 +08:00 |
|
|
952854b733
|
adjust log level
|
2023-04-05 08:11:10 +00:00 |
|
|
6cfbbe8784
|
[CP] fix bug about time type for old engine and new engine
|
2023-04-04 15:41:19 +00:00 |
|
|
e501bbe216
|
fix stack overflow when page_size is not 4k
|
2023-04-04 15:14:33 +00:00 |
|
|
17c7709c25
|
delete set_group_id in worker_thread
|
2023-04-04 14:51:22 +00:00 |
|
|
545a294592
|
Fix not reserve obj_buf when reserve datum row
|
2023-04-04 13:15:00 +00:00 |
|
|
9f0615b6ae
|
Add palceholder for OB_ARBITRATION_SERVICE_STATUS.
|
2023-04-04 13:11:27 +00:00 |
|
|
e0796d7598
|
accelerate RS major merge
|
2023-04-04 12:54:25 +00:00 |
|
|
264d33917d
|
[to #48798753]fixed some dbms_describe bug
|
2023-04-04 12:51:00 +00:00 |
|
|
f6a6dcd2be
|
add: support_specified_observer
|
2023-04-04 12:44:25 +00:00 |
|
|
0e13ee1fd9
|
add new transfer related error code to master
|
2023-04-04 12:41:04 +00:00 |
|
|
24dc8c7eb4
|
only set conn unusable when error code is server lost
|
2023-04-04 10:11:09 +00:00 |
|
|
fea5ff60a9
|
[4377] add diagnose info for 4377 of index lookup
|
2023-04-04 09:44:52 +00:00 |
|
|
d27b7ab7a2
|
Add protection for check row locked on active memtable
|
2023-04-04 09:41:19 +00:00 |
|
|
f94e8d14ef
|
Reject adding task to ddl scheduler after stopped
|
2023-04-04 09:16:14 +00:00 |
|
|
305ad6341a
|
[4.1] support transaction isolation level for dblink trans
|
2023-04-04 09:12:47 +00:00 |
|
|
5f602ed6c4
|
[4.1][tx-route] fix tx abort miss return part state
|
2023-04-04 08:44:09 +00:00 |
|
|
d2f227903e
|
Add protection for too much sstable and wrs
|
2023-04-04 08:15:01 +00:00 |
|
|
caf2783ed1
|
meta tenant rollback persistent unit
|
2023-04-04 08:11:29 +00:00 |
|
|
41ff6f80d3
|
modify some sys log
|
2023-04-04 07:41:41 +00:00 |
|
|
a920d19e0a
|
[BUG] remove callback when on failure
|
2023-04-04 07:14:37 +00:00 |
|
|
a184912a69
|
fix some bugs
|
2023-04-04 07:11:06 +00:00 |
|
|
5f77816691
|
fix dynamic param has wild ptr in cnnect by operater
|
2023-04-04 06:44:24 +00:00 |
|
|
651ad281f5
|
[to #48480427] reset dummy_result before rewrite it
|
2023-04-04 06:40:55 +00:00 |
|
|
e19f981742
|
to issue<48813106>:fix package hit plan issue & adjust log level of pl cache
|
2023-04-04 06:14:12 +00:00 |
|
|
cef1d4186f
|
[foreign key] fix a bug about not handle error code during posting conflict tx to deadlock detector
|
2023-04-04 05:44:37 +00:00 |
|
|
354a2065af
|
fix loop bug
|
2023-04-04 05:41:06 +00:00 |
|