~m.ch/mysql-server/mysql-6.0-sigar-plugin

« back to all changes in this revision

Viewing changes to storage/falcon/IndexWalker.h

  • Committer: Davi Arnaut
  • Date: 2008-08-12 04:38:50 UTC
  • mfrom: (2764 mysql-6.0-to-merge)
  • mto: This revision was merged to the branch mainline in revision 2765.
  • Revision ID: davi.arnaut@sun.com-20080812043850-9tr1ojwrnv15r0gd
Merge mysql-6.0 into mysql-6.0-bugteam

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        UCHAR                   *key;
58
58
        uint                    keyLength;
59
59
        int32                   recordNumber;
 
60
        int32                   lastRecordNumber;
60
61
        int                             balance;
61
62
        int                             searchFlags;
62
63
        bool                    first;
 
64
        bool                    firstRecord;
63
65
};
64
66
 
65
67
#endif