~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/user_var_entry.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:
48
48
    free(value);
49
49
  }
50
50
 
51
 
  LEX_STRING name;
 
51
  lex_string_t name;
52
52
  char *value;
53
53
  ulong length;
54
54
  size_t size;