summaryrefslogtreecommitdiff
path: root/storage/innobase/include/read0types.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/read0types.h')
-rw-r--r--storage/innobase/include/read0types.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/storage/innobase/include/read0types.h b/storage/innobase/include/read0types.h
index 89f87346074..848cb33dbca 100644
--- a/storage/innobase/include/read0types.h
+++ b/storage/innobase/include/read0types.h
@@ -165,8 +165,10 @@ public:
private:
/**
Opens a read view where exactly the transactions serialized before this
- point in time are seen in the view. */
- inline void clone();
+ point in time are seen in the view.
+
+ @param[in,out] trx transaction */
+ void open(trx_t *trx);
/**
Copy state from another view.