~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lex_string.h

Merged in some naming things.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
*/
28
28
 
29
29
/* This definition must match the one given in mysql/plugin.h */
30
 
typedef struct st_mysql_lex_string
 
30
typedef struct drizzle_lex_string
31
31
{
32
32
  char *str;
33
33
  size_t length;