~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/drizzled.cc

  • Committer: Brian Aker
  • Date: 2008-07-24 01:17:13 UTC
  • mfrom: (202.1.18 codestyle)
  • Revision ID: brian@tangent.org-20080724011713-5jceruz4bd4oawaq
Merge Monty's work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1383
1383
{
1384
1384
  time_t curr_time;
1385
1385
  struct tm tm;
1386
 
  THD *thd=current_thd;
1387
1386
 
1388
1387
  /*
1389
1388
    Strictly speaking, one needs a mutex here
1431
1430
  fprintf(stderr, "Hope that's ok; if not, decrease some variables in the equation.\n\n");
1432
1431
 
1433
1432
#ifdef HAVE_STACKTRACE
 
1433
  THD *thd= current_thd;
 
1434
 
1434
1435
  if (!(test_flags & TEST_NO_STACKTRACE))
1435
1436
  {
1436
1437
    fprintf(stderr,"thd: 0x%lx\n",(long) thd);