~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_error.cc

  • Committer: Patrick Galbraith
  • Date: 2008-08-22 02:02:51 UTC
  • Revision ID: patg@radha.local-20080822020251-850a6pusulhjk3ho
UlongĀ conversion

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
  { C_STRING_WITH_LEN("?") }
192
192
};
193
193
 
194
 
bool mysqld_show_warnings(THD *thd, ulong levels_to_show)
 
194
bool mysqld_show_warnings(THD *thd, uint32_t levels_to_show)
195
195
{  
196
196
  List<Item> field_list;
197
197