~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/lex.h

  • Committer: Brian Aker
  • Date: 2008-07-15 16:08:59 UTC
  • Revision ID: brian@tangent.org-20080715160859-dw0sc2tnz0tly3qh
Removal of FLOAT type

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
  { "FILE",             SYM(FILE_SYM)},
200
200
  { "FIRST",            SYM(FIRST_SYM)},
201
201
  { "FIXED",            SYM(FIXED_SYM)},
202
 
  { "FLOAT",            SYM(FLOAT_SYM)},
203
 
  { "FLOAT4",           SYM(FLOAT_SYM)},
204
 
  { "FLOAT8",           SYM(DOUBLE_SYM)},
 
202
  { "FLOAT",            SYM(DOUBLE_SYM)},
205
203
  { "FLUSH",            SYM(FLUSH_SYM)},
206
204
  { "FOR",              SYM(FOR_SYM)},
207
205
  { "FORCE",            SYM(FORCE_SYM)},