~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/ha_xtsys.h

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
 
86
86
        int             open(const char *name, int mode, uint test_if_locked);
87
87
        int             close(void);
88
 
        int             rnd_init(bool scan);
 
88
        int             doStartTableScan(bool scan);
89
89
        int             rnd_next(byte *buf);
90
90
        int             rnd_pos(byte * buf, byte *pos);
91
91
        void    position(const byte *record);