~drizzle-pbxt/drizzle/drizzle-pbxt-2

« back to all changes in this revision

Viewing changes to drizzled/errmsg_print.h

  • Committer: Paul McCullagh
  • Date: 2009-11-10 14:18:39 UTC
  • mfrom: (1038.1.7 drizzle-pbxt-pre-merge)
  • Revision ID: paul.mccullagh@primebase.org-20091110141839-2j3k43b17ag6f605
Merged Drizzle trunk and PBXT 1.0.09

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