remove old comment.
This commit is contained in:
parent
537f0f17b2
commit
af149cdad1
1 changed files with 0 additions and 5 deletions
|
@ -60,11 +60,6 @@ terms specified in this license.
|
||||||
#ifndef __PAGE_OPERATIONS_H__
|
#ifndef __PAGE_OPERATIONS_H__
|
||||||
#define __PAGE_OPERATIONS_H__
|
#define __PAGE_OPERATIONS_H__
|
||||||
|
|
||||||
/** If defined, then pageOperations.h will reuse freed pages.
|
|
||||||
Unfortunately, the current support is not safe for programs with
|
|
||||||
multiple concurrent transactions. */
|
|
||||||
/*#define REUSE_PAGES */
|
|
||||||
|
|
||||||
compensated_function int TpageAlloc(int xid/*, int type*/);
|
compensated_function int TpageAlloc(int xid/*, int type*/);
|
||||||
compensated_function recordid TfixedPageAlloc(int xid, int size);
|
compensated_function recordid TfixedPageAlloc(int xid, int size);
|
||||||
compensated_function int TpageAllocMany(int xid, int count/*, int type*/);
|
compensated_function int TpageAllocMany(int xid, int count/*, int type*/);
|
||||||
|
|
Loading…
Reference in a new issue