~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/errmsg_print.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include <cerrno>
32
32
#include <cstring>
33
33
 
34
 
using namespace drizzled;
 
34
namespace drizzled
 
35
{
35
36
 
36
37
void sql_perror(const char *message)
37
38
{
48
49
  va_end(args);
49
50
  return rv;
50
51
}
 
52
 
 
53
} /* namespace drizzled */