2004-10-06 06:08:09 +00:00
|
|
|
#include "../page.h"
|
|
|
|
|
2007-10-02 00:18:33 +00:00
|
|
|
#ifndef __FIXED_H
|
2004-10-06 06:08:09 +00:00
|
|
|
#define __FIXED_H
|
|
|
|
|
2011-11-09 21:37:38 +00:00
|
|
|
void stasis_page_fixed_init();
|
|
|
|
void stasis_page_fixed_deinit();
|
2007-08-20 16:53:16 +00:00
|
|
|
|
2011-11-09 21:37:38 +00:00
|
|
|
void stasis_page_fixed_initialize_page(Page * page, size_t size, int count);
|
|
|
|
recordid stasis_page_fixed_next_record(int xid, Page *p, recordid rid);
|
|
|
|
|
|
|
|
page_impl stasis_page_fixed_impl();
|
|
|
|
page_impl stasis_page_array_list_impl();
|
2004-10-06 06:08:09 +00:00
|
|
|
#endif
|