~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler_structs.h

  • Committer: Mark Atwood
  • Date: 2011-10-13 18:28:03 UTC
  • mfrom: (2433.1.5 rf1)
  • Revision ID: me@mark.atwood.name-20111013182803-pbmb3r5emfxfrbvy
mergeĀ lp:~olafvdspek/drizzle/refactor2

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
    algorithm(HA_KEY_ALG_UNDEF),
89
89
    block_size(0)
90
90
  {
91
 
    comment.clear();
92
91
  }
93
92
 
94
93
  ha_key_alg algorithm;