~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/embedded_innodb/embedded_innodb_engine.h

merged with latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
  uint32_t index_flags(uint32_t inx) const;
52
52
  int open(const char *name, int mode, uint32_t test_if_locked);
53
53
  int close(void);
 
54
  int external_lock(drizzled::Session* session, int lock_type);
54
55
  int doInsertRecord(unsigned char * buf);
55
56
  int doStartTableScan(bool scan);
56
57
  int rnd_next(unsigned char *buf);