Skip to content

Commit

Permalink
Update row_mvcc.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
yujjjang authored Mar 14, 2019
1 parent 17b169b commit 56594e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions concurrency_control/row_mvcc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ void Row_mvcc::init(row_t * row) {
for (uint32_t i = 0; i < _his_len; i++) {
_requests[i].valid = false;
_write_history[i].valid = false;
_write_history[i].reserved = false;
_write_history[i].row = NULL;
}
_latest_row = _row;
Expand Down

0 comments on commit 56594e3

Please sign in to comment.