~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_reserved_words.gperf

update to trunk

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;
340
337
 
341
338
struct keyword_st
342
339
{
653
650
YEAR, sql::YEAR
654
651
%%
655
652
 
 
653
} // namespace drizzled
 
654
 
656
655
#endif /* DRIZZLED_SQL_RESERVED_WORDS_H */