~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handlerton.h

  • Committer: Brian Aker
  • Date: 2009-01-17 17:08:25 UTC
  • Revision ID: brian@gir-3.local-20090117170825-l7vo00mje6uk5cg0
Test case fixes + TABLE_CACHE to class (will rename in manner which is NOT
YELLING CASE UP).

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
class XID;
32
32
class handler;
33
33
 
 
34
class TABLE_SHARE;
34
35
typedef struct st_mysql_lex_string LEX_STRING;
35
 
typedef struct st_table_share TABLE_SHARE;
36
36
typedef bool (stat_print_fn)(Session *session, const char *type, uint32_t type_len,
37
37
                             const char *file, uint32_t file_len,
38
38
                             const char *status, uint32_t status_len);