~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_error.h

  • Committer: Brian Aker
  • Date: 2011-07-25 14:24:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2373.
  • Revision ID: brian@tangent.org-20110725142419-3vobv9u6k7jp4qej
Remove the typedef on lexkey

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
bool show_warnings(Session *session, 
67
67
                   std::bitset<DRIZZLE_ERROR::NUM_ERRORS> &levels_to_show);
68
68
 
69
 
extern const LEX_STRING warning_level_names[];
 
69
extern const lex_string_t warning_level_names[];
70
70
 
71
71
} /* namespace drizzled */
72
72