~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handlerton.h

  • Committer: Stewart Smith
  • Date: 2008-12-15 06:30:20 UTC
  • mto: This revision was merged to the branch mainline in revision 677.
  • Revision ID: stewart@flamingspork.com-20081215063020-c0uzw9ion0evttud
remove old table discovery mechanim.

Will be replaced by new data dictionary work

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
   std::bitset<HTON_BIT_SIZE> flags; /* global handler flags */
159
159
   int (*release_temporary_latches)(handlerton *hton, Session *session);
160
160
 
161
 
   int (*discover)(handlerton *hton, Session* session, const char *db,
162
 
                   const char *name,
163
 
                   unsigned char **frmblob,
164
 
                   size_t *frmlen);
165
161
   int (*table_exists_in_engine)(handlerton *hton, Session* session, const char *db,
166
162
                                 const char *name);
167
163
   uint32_t license; /* Flag for Engine License */