~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handlerton.h

  • Committer: Brian Aker
  • Date: 2009-01-07 08:13:45 UTC
  • Revision ID: brian@tangent.org-20090107081345-sv1xjab6sdp1ubka
Dead code removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
   int  (*recover)(handlerton *hton, XID *xid_list, uint32_t len);
145
145
   int  (*commit_by_xid)(handlerton *hton, XID *xid);
146
146
   int  (*rollback_by_xid)(handlerton *hton, XID *xid);
147
 
   void *(*create_cursor_read_view)(handlerton *hton, Session *session);
148
 
   void (*set_cursor_read_view)(handlerton *hton, Session *session, void *read_view);
149
 
   void (*close_cursor_read_view)(handlerton *hton, Session *session, void *read_view);
150
147
   handler *(*create)(handlerton *hton, TABLE_SHARE *table, MEM_ROOT *mem_root);
151
148
   void (*drop_database)(handlerton *hton, char* path);
152
149
   int (*start_consistent_snapshot)(handlerton *hton, Session *session);