~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

Merged in fix-headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
438
438
/* The handler for a table type.  Will be included in the Table structure */
439
439
 
440
440
class Table;
 
441
class TableList;
441
442
typedef struct st_table_share TABLE_SHARE;
442
443
struct st_foreign_key_info;
443
444
typedef struct st_foreign_key_info FOREIGN_KEY_INFO;