~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/structs.h

  • Committer: Brian Aker
  • Date: 2009-05-15 05:07:09 UTC
  • mto: This revision was merged to the branch mainline in revision 1021.
  • Revision ID: brian@gaz-20090515050709-r3p6cv17tql0arr6
Remove old keywords/small bits of lex cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
 
147
147
typedef int *(*update_var)(Session *, struct st_mysql_show_var *);
148
148
 
149
 
typedef struct  st_lex_user {
150
 
  LEX_STRING user, host, password;
151
 
} LEX_USER;
152
 
 
153
149
        /* Bits in form->update */
154
150
#define REG_MAKE_DUPP           1       /* Make a copy of record when read */
155
151
#define REG_NEW_RECORD          2       /* Write a new record if not found */