~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/main.cc

  • Committer: Brian Aker
  • Date: 2010-10-22 07:38:49 UTC
  • mto: This revision was merged to the branch mainline in revision 1885.
  • Revision ID: brian@tangent.org-20101022073849-h3j2eglp70dav2ze
Adds in a portion of the ref constraints table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
#include "drizzled/replication_services.h"
62
62
#include "drizzled/transaction_services.h"
63
63
 
 
64
#include "drizzled/util/backtrace.h"
 
65
 
64
66
using namespace drizzled;
65
67
using namespace std;
66
68
namespace fs=boost::filesystem;
202
204
  (void)filename;
203
205
  (void)line;
204
206
  (void)message;
 
207
  std::cerr << "\n";
 
208
  drizzled::util::custom_backtrace();
 
209
  std::cerr << "\n";
205
210
  switch(level)
206
211
  {
207
212
  case google::protobuf::LOGLEVEL_INFO: