~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2009-11-29 19:01:41 UTC
  • mfrom: (1222.1.15 staging)
  • Revision ID: brian@gaz-20091129190141-0ksfbp6nw377xb73
Whitespace fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
279
279
 
280
280
void mark_transaction_to_rollback(Session *session, bool all);
281
281
 
282
 
struct st_savepoint 
 
282
struct st_savepoint
283
283
{
284
284
  struct st_savepoint *prev;
285
285
  char *name;
293
293
#include <drizzled/security_context.h>
294
294
#include <drizzled/open_tables_state.h>
295
295
 
296
 
#include <drizzled/internal_error_handler.h> 
297
 
#include <drizzled/diagnostics_area.h> 
 
296
#include <drizzled/internal_error_handler.h>
 
297
#include <drizzled/diagnostics_area.h>
298
298
 
299
299
/**
300
300
  Storage engine specific thread local data.