~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Brian Aker
  • Date: 2008-12-11 08:52:18 UTC
  • mfrom: (670.1.11 devel)
  • Revision ID: brian@tangent.org-20081211085218-cpmznmzrflyd82j2
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
#include <drizzled/show.h>
44
44
#include <drizzled/item/cmpfunc.h>
45
45
#include <drizzled/replicator.h>
 
46
#include <drizzled/check_stack_overrun.h>
 
47
#include <drizzled/lock.h>
46
48
 
47
49
 
48
50
/**
6253
6255
    my_dirend(dirp);
6254
6256
  }
6255
6257
  delete session;
6256
 
  pthread_setspecific(THR_Session,  0);
6257
6258
  return(0);
6258
6259
}
6259
6260