|
00398fcab2
|
[CP] license opt: Identify external and internal code and modify their open source licenses correctly.
|
2023-11-02 04:42:19 +00:00 |
|
|
cb05004916
|
[4.1] fix tx-route state serialize size overflow
|
2023-08-11 14:33:11 +00:00 |
|
|
b88e1ba681
|
[CP] [master] handle rollback savepoint create ctx when ls deleting
|
2023-06-28 03:12:24 +00:00 |
|
|
36a9080939
|
Pick tx table interface refactor && Pick return recycled_scn
|
2023-06-21 03:42:49 +00:00 |
|
|
81a5d0610b
|
[CP] [tx-route] support receive duplicate state from proxy
|
2023-05-25 13:19:27 +00:00 |
|
|
5e797edef3
|
[CP] [2pc] drive 2pc with 1 participants
|
2023-05-24 05:48:05 +00:00 |
|
|
36e28a5f79
|
fix null mod_name
|
2023-04-13 06:46:35 +00:00 |
|
|
7fd1b058cd
|
fix core when dump tx ctx table
|
2023-03-24 07:15:22 +00:00 |
|
|
7a508b40d6
|
[master] fix ut: test_tx
|
2023-03-22 03:12:06 +00:00 |
|
|
c6bbafe473
|
fix savepoint is not synchronized between servers
|
2023-03-20 17:23:49 +08:00 |
|
|
9365c0dd4c
|
patch 4.1 bug fix and remove some secret url
|
2023-03-19 19:22:48 +08:00 |
|
|
8e82e95c91
|
[BUG] remove protection code and and handler for ls removal
|
2023-03-07 09:41:14 +00:00 |
|
|
897c5ae533
|
fix xa savepoint
|
2023-02-17 09:12:43 +00:00 |
|
|
7bd346dc46
|
[FIX] dynamic expand or shrink tx data hash map when minor freeze to reduce memory use in tx data memtable
|
2023-02-15 12:44:35 +00:00 |
|
|
092b683a60
|
[master] add sql_audit txn-route diagnose info
|
2023-02-14 04:15:02 +00:00 |
|
|
41ff8d0ce0
|
[master][tx-route] fix check alive after session killed internally
|
2023-02-13 07:12:35 +00:00 |
|
|
fc69016702
|
submit clear log with the larger scn than any commit log scn from pariticipants
|
2023-02-09 14:39:44 +00:00 |
|
|
58f3ce32a6
|
[master] fix sql_audit mysqltest result
|
2023-02-07 00:01:04 +08:00 |
|
|
f8c5c2647f
|
[FEAT MERGE] Merge syslog user experience improvement to master
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
|
2023-02-06 15:52:24 +08:00 |
|
|
ba19ba90e0
|
[FEAT MERGE] del_tenant_memleak branch
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
|
2023-01-28 19:29:23 +08:00 |
|
|
50024b39cd
|
[FEAT MERGE] log4100 branch
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
|
2023-01-28 18:17:32 +08:00 |
|
|
f27d2efc83
|
[FEAT MERGE] productization of xa trans
|
2023-01-28 18:05:52 +08:00 |
|
|
30d0adec61
|
[4.1] support distributed txn free route
|
2023-01-28 16:07:18 +08:00 |
|
|
2663894581
|
[FIX] remove defensive check when read tx data in tx table
|
2023-01-28 15:40:58 +08:00 |
|
|
eeb84455cc
|
Do not submit commit/prepare log in trx_submit_next_log with force_abort flag
|
2023-01-12 19:02:33 +08:00 |
|
|
7995b881c2
|
[master] do not abort tx-ctx when switch to leader fail
|
2023-01-12 19:02:33 +08:00 |
|
|
561432c689
|
[FEAT MERGE] Big Txn Execution Optimization
|
2023-01-12 19:02:33 +08:00 |
|
|
976cfca700
|
Replace memtable pointer with ObTableHandleV2 and use LSHandle in ObMemtable
|
2023-01-12 19:02:33 +08:00 |
|
|
efc06a1b8f
|
refine is_root defination
|
2023-01-12 19:02:33 +08:00 |
|
|
5aed6bd3d8
|
[FEAT MERGE] ELR & WeakRead feature enhancement
|
2023-01-12 19:02:33 +08:00 |
|
|
6356f6b748
|
2PC code format about msg_cache and 2pc_role
|
2023-01-12 19:02:33 +08:00 |
|
|
050e984b04
|
[FEAT MERGE] OLTP performance optimization feature
|
2023-01-12 19:02:33 +08:00 |
|
|
51de5b5911
|
[SCN] fix farm failure
|
2023-01-12 19:02:33 +08:00 |
|
|
99d4f56fec
|
[scn] mv definition of SCN to dir of share
|
2023-01-12 19:02:33 +08:00 |
|
|
68151eb87a
|
[SCN] modify missing scenes
|
2023-01-12 19:02:33 +08:00 |
|
|
8a4d14122f
|
replace ts related to ddl with scn.
|
2023-01-12 19:02:33 +08:00 |
|
|
54b64a7263
|
[scn] fix failure of mittest after refresh feature scn
|
2023-01-12 19:02:20 +08:00 |
|
|
44b9dbca38
|
[4.0] fix ut: test_tx
|
2022-11-11 09:37:09 +00:00 |
|
|
68f54889e2
|
[BUG] adapt redo complete
|
2022-11-03 10:05:33 +00:00 |
|
|
265296217f
|
[4.1] revert [adjust savepoint rollback msg]
|
2022-11-03 08:09:00 +00:00 |
|
|
ccf6ae5c71
|
[4.0] adjust rollback savepoint msg, remove deps on TxDesc
|
2022-11-02 18:05:52 +00:00 |
|
|
93a1074b0c
|
patch 4.0
|
2022-10-24 17:57:12 +08:00 |
|