summaryrefslogtreecommitdiff
path: root/storage/innobase/include/trx0rseg.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/trx0rseg.h')
-rw-r--r--storage/innobase/include/trx0rseg.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/storage/innobase/include/trx0rseg.h b/storage/innobase/include/trx0rseg.h
index e0d6c4f1da6..b9cbd387a62 100644
--- a/storage/innobase/include/trx0rseg.h
+++ b/storage/innobase/include/trx0rseg.h
@@ -1,6 +1,6 @@
/*****************************************************************************
-Copyright (c) 1996, 2014, Oracle and/or its affiliates. All Rights Reserved.
+Copyright (c) 1996, 2015, Oracle and/or its affiliates. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
@@ -122,9 +122,8 @@ rseg array in trx_sys at a database startup. */
void
trx_rseg_array_init(
/*================*/
- trx_sysf_t* sys_header, /*!< in/out: trx system header */
- purge_pq_t* purge_queue, /*!< in: rseg queue */
- mtr_t* mtr); /*!< in/out: mtr */
+ purge_pq_t* purge_queue); /*!< in: rseg queue */
+
/***************************************************************************
Free's an instance of the rollback segment in memory. */
void