~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.h

  • Committer: Monty Taylor
  • Date: 2009-03-24 17:44:41 UTC
  • mto: (960.5.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 964.
  • Revision ID: mordred@inaugust.com-20090324174441-nmsq0gwjlgf7f0mt
Changed handlerton to StorageEngine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
  TableList *embedding;             /* nested join containing the table */
205
205
  List<TableList> *join_list;/* join list the table belongs to   */
206
206
  bool          cacheable_table;        /* stop PS caching */
207
 
  handlerton    *db_type;               /* table_type for handler */
 
207
  StorageEngine *db_type;               /* table_type for handler */
208
208
  char          timestamp_buffer[20];   /* buffer for timestamp (19+1) */
209
209
  /*
210
210
    This TableList object corresponds to the table to be created