~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Monty Taylor
  • Date: 2009-12-25 05:07:36 UTC
  • mto: This revision was merged to the branch mainline in revision 1255.
  • Revision ID: mordred@inaugust.com-20091225050736-t3jspjelzzc1qtbr
First bits of namespacing. Ugh. Why do I do this to myself.

Show diffs side-by-side

added added

removed removed

Lines of Context:
550
550
    {
551
551
      changed_tables= 0;
552
552
      savepoints= 0;
553
 
      free_root(&mem_root,MYF(MY_KEEP_PREALLOC));
 
553
      free_root(&mem_root,MYF(drizzled::memory::KEEP_PREALLOC));
554
554
    }
555
555
    st_transactions()
556
556
    {