~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_error.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
#include <drizzled/plugin/client.h>
53
53
 
54
54
using namespace std;
55
 
using namespace drizzled;
 
55
 
 
56
namespace drizzled
 
57
{
56
58
 
57
59
/*
58
60
  Store a new message in an error object
241
243
  session->my_eof();
242
244
  return(false);
243
245
}
 
246
 
 
247
} /* namespace drizzled */