~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/errmsg_print.h

  • Committer: Brian Aker
  • Date: 2009-07-09 19:49:32 UTC
  • mfrom: (1085.1.10 mordred)
  • Revision ID: brian@gaz-20090709194932-o90qfzgk9xem5di1
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#ifndef DRIZZLED_ERRMSG_PRINT_H
26
26
#define DRIZZLED_ERRMSG_PRINT_H
27
27
 
28
 
//void sql_print_error (const char *format, ...);
29
 
//void sql_print_warning (const char *format, ...);
30
 
//void sql_print_information (const char *format, ...);
31
 
//void sql_perror (const char *message);
32
28
 
33
29
#define ERRMSG_LVL_DBUG 1
34
30
#define ERRMSG_LVL_INFO 2