~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to storage/falcon/DataOverflowPage.h

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
class DataOverflowPage : public Page  
32
32
{
33
33
public:
34
 
        //DataOverflowPage();
35
 
        //~DataOverflowPage();
 
34
        void            backup(EncodedDataStream* stream);
 
35
        void            restore(EncodedDataStream* stream);
 
36
 
36
37
        int32           nextPage;
37
38
        short           length;
38
39
        short           section;