~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler_structs.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-04 08:13:04 UTC
  • mfrom: (2384 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2385.
  • Revision ID: olafvdspek@gmail.com-20110804081304-rlejjpvoos17bjdf
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
{
87
87
  ha_key_alg algorithm;
88
88
  uint32_t block_size;
89
 
  LEX_STRING comment;
 
89
  lex_string_t comment;
90
90
} KEY_CREATE_INFO;
91
91
 
92
92