~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_class.h

  • 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:
1561
1561
  */
1562
1562
  Lex_input_stream *m_lip;
1563
1563
 
1564
 
  /*
1565
 
    @todo The following is a work around for online backup and the DDL blocker.
1566
 
          It should be removed when the generalized solution is in place.
1567
 
          This is needed to ensure the restore (which uses DDL) is not blocked
1568
 
          when the DDL blocker is engaged.
1569
 
  */
1570
 
  my_bool DDL_exception; // Allow some DDL if there is an exception
1571
 
 
1572
1564
  THD();
1573
1565
  ~THD();
1574
1566