~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.cc

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
/* A lexical scanner on a temporary buffer with a yacc interface */
18
18
 
19
 
#define MYSQL_LEX 1
 
19
#define DRIZZLE_LEX 1
20
20
#include <drizzled/server_includes.h>
21
21
 
22
22
static int lex_one_token(void *arg, void *yythd);
1244
1244
          /* Accept 'M' 'm' 'm' 'd' 'd' */
1245
1245
          lip->yySkipn(5);
1246
1246
 
1247
 
          if (version <= MYSQL_VERSION_ID)
 
1247
          if (version <= DRIZZLE_VERSION_ID)
1248
1248
          {
1249
1249
            /* Expand the content of the special comment as real code */
1250
1250
            lip->set_echo(true);