~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/error_message.cc

  • Committer: Brian Aker
  • Date: 2010-10-20 20:25:52 UTC
  • mto: (1864.2.1 merge)
  • mto: This revision was merged to the branch mainline in revision 1865.
  • Revision ID: brian@tangent.org-20101020202552-51y5sz5ledoxbp7t
Add support for --with-valgrind

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#include "config.h"
21
21
#include "drizzled/plugin/error_message.h"
22
 
#include "drizzled/plugin/registry.h"
23
22
 
24
23
#include "drizzled/gettext.h"
25
24
 
 
25
#include <cstdio>
 
26
#include <algorithm>
26
27
#include <vector>
27
28
 
28
29
using namespace std;
89
90
 
90
91
 
91
92
bool plugin::ErrorMessage::vprintf(Session *session, int priority,
92
 
                                 char const *format, va_list ap)
 
93
                                   char const *format, va_list ap)
93
94
{
94
95
 
95
96
  /* check to see if any errmsg plugin has been loaded