美文网首页
openGauss修改记录# 2020.11.24

openGauss修改记录# 2020.11.24

作者: upup果 | 来源:发表于2020-11-26 20:27 被阅读0次

1.mot_internal.cpp:增加了请求时间戳的函数uint64_t MOTAdaptor::RequestTimeStamp()
2.row.h:增加了时间戳变量startts和committs;以及其相应的get/set函数
3.table.cpp:增加了CreateNewRow(uint64_t timestamp),在创建row时为其startts赋值
4.mot_internal.cpp:InsertRow修改了table->CreateNewRow(MOTAdaptor::RequestTimeStamp());
5.mot_internal.h:增加 static unordered_set<MOT::Row*> local_changeset;

相关文章

网友评论

      本文标题:openGauss修改记录# 2020.11.24

      本文链接:https://www.haomeiwen.com/subject/lxkwiktx.html