~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/errmsg_print.h

  • Committer: Padraig O'Sullivan
  • Date: 2009-09-13 00:53:34 UTC
  • mto: (1126.9.2 captain-20090915-01)
  • mto: This revision was merged to the branch mainline in revision 1133.
  • Revision ID: osullivan.padraig@gmail.com-20090913005334-6wio2sbjugskfbm3
Added calls to the connection start/end dtrace probes.

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
 
namespace drizzled
29
 
{
30
28
 
31
29
#define ERRMSG_LVL_DBUG 1
32
30
#define ERRMSG_LVL_INFO 2
38
36
 
39
37
void sql_perror (const char *message);
40
38
 
41
 
} /* namespace drizzled */
42
 
 
43
39
#endif /* DRIZZLED_ERRMSG_PRINT_H */
44
40
 
45
41