摘要:
【申请调用栈】 数据结构 阅读全文
posted @ 2022-02-13 14:53
stupidstan2019
阅读(172)
评论(0)
推荐(0)
摘要:
【问题】 可重复读隔离级别右边更新成功 串行化隔离级别右边报错 【调用栈】 1)T6失败 (sxact)->flags & SXACT_FLAG_DOOMED) != 0#MySerializableXact.flags=8, SXACT_FLAG_DOOMED=8#&结果不等于0 T5 end时把 阅读全文
posted @ 2022-02-13 13:34
stupidstan2019
阅读(38)
评论(0)
推荐(0)
摘要:
【和不可重复读区别】 https://cloud.tencent.com/developer/article/1450773 [phantom read概念] A transaction re-executes a query returning a set of rows that satisfy 阅读全文
posted @ 2022-02-13 12:10
stupidstan2019
阅读(154)
评论(0)
推荐(0)
摘要:
【实验】 【逻辑】 存储数据 内存数据 阅读全文
posted @ 2022-02-13 00:27
stupidstan2019
阅读(27)
评论(0)
推荐(0)