~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler_structs.h

  • Committer: Brian Aker
  • Date: 2011-07-25 14:24:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2373.
  • Revision ID: brian@tangent.org-20110725142419-3vobv9u6k7jp4qej
Remove the typedef on lexkey

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