~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handlerton.h

  • Committer: Brian Aker
  • Date: 2008-11-16 02:03:36 UTC
  • mfrom: (584.2.8 drizzle-nofrm)
  • Revision ID: brian@tangent.org-20081116020336-89horp2vrgqoqv0f
Merge stewert

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
struct handlerton
52
52
{
53
53
  /*
 
54
    Name used for storage engine.
 
55
  */
 
56
  const char *name;
 
57
 
 
58
  /*
54
59
    Historical marker for if the engine is available of not
55
60
  */
56
61
  SHOW_COMP_OPTION state;