~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.h

  • Committer: Brian Aker
  • Date: 2011-01-13 18:40:17 UTC
  • mfrom: (2079.1.2 drizzle)
  • Revision ID: brian@gir-3-20110113184017-yv8r5ojaoc4ytwx1
Rollup of catalog patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
typedef struct st_hash HASH;
49
49
 
50
50
class TableShare;
51
 
typedef drizzle_lex_string LEX_STRING;
52
51
typedef bool (stat_print_fn)(Session *session, const char *type, uint32_t type_len,
53
52
                             const char *file, uint32_t file_len,
54
53
                             const char *status, uint32_t status_len);