~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_reserved_words.gperf

  • Committer: Monty Taylor
  • Date: 2011-01-12 21:31:39 UTC
  • mto: (2081.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2082.
  • Revision ID: mordred@inaugust.com-20110112213139-65ivcqxyydejcvr3
Removed some redundant declarations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
334
334
};
335
335
 
336
336
} // namespace sql
 
337
} // namespace drizzled
 
338
 
 
339
using namespace drizzled;
337
340
 
338
341
struct keyword_st
339
342
{
650
653
YEAR, sql::YEAR
651
654
%%
652
655
 
653
 
} // namespace drizzled
654
 
 
655
656
#endif /* DRIZZLED_SQL_RESERVED_WORDS_H */