~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_class.cc

  • Committer: Brian Aker
  • Date: 2008-07-19 07:02:30 UTC
  • Revision ID: brian@tangent.org-20080719070230-2tbzbybcochk7f0g
Remove dead DDL log code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
493
493
   in_lock_tables(0),
494
494
   bootstrap(0),
495
495
   derived_tables_processing(false),
496
 
   m_lip(NULL),
497
 
  /*
498
 
    @todo The following is a work around for online backup and the DDL blocker.
499
 
          It should be removed when the generalized solution is in place.
500
 
          This is needed to ensure the restore (which uses DDL) is not blocked
501
 
          when the DDL blocker is engaged.
502
 
  */
503
 
   DDL_exception(false)
 
496
   m_lip(NULL)
504
497
{
505
498
  ulong tmp;
506
499