~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log.h

  • Committer: Brian Aker
  • Date: 2008-11-26 02:45:41 UTC
  • mfrom: (623 drizzle)
  • mto: (612.2.8 devel)
  • mto: This revision was merged to the branch mainline in revision 624.
  • Revision ID: brian@gir-3.local-20081126024541-yy50s0800g7v0q1m
Merge tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
415
415
 
416
416
extern TYPELIB binlog_format_typelib;
417
417
 
418
 
int vprint_msg_to_log(enum loglevel level, const char *format, va_list args);
419
418
void sql_print_error(const char *format, ...) __attribute__((format(printf, 1, 2)));
420
419
void sql_print_warning(const char *format, ...) __attribute__((format(printf, 1, 2)));
421
420
void sql_print_information(const char *format, ...)