Skip to content

Commit

Permalink
Extend read library
Browse files Browse the repository at this point in the history
  • Loading branch information
romz-pl committed Sep 3, 2019
1 parent 8f0b7b8 commit e684cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/innobase/libs/read/include/innodb/read/ReadView.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,12 @@ class ReadView {
/**
Copy state from another view. Must call copy_complete() to finish.
@param other view to copy from */
inline void copy_prepare(const ReadView &other);
void copy_prepare(const ReadView &other);

/**
Complete the copy, insert the creator transaction id into the
m_trx_ids too and adjust the m_up_limit_id *, if required */
inline void copy_complete();
void copy_complete();

/**
Set the creator transaction id, existing id must be 0 */
Expand Down

0 comments on commit e684cb6

Please sign in to comment.