~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2009-03-20 15:38:14 UTC
  • Revision ID: brian@tangent.org-20090320153814-lrr0qvs5x2ama1h2
Remove dead support for not having trans engine (just the remains of it)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1460
1460
    break;
1461
1461
  }
1462
1462
  case SQLCOM_SAVEPOINT:
1463
 
    if (!(session->options & (OPTION_NOT_AUTOCOMMIT | OPTION_BEGIN)) || !opt_using_transactions)
 
1463
    if (!(session->options & (OPTION_NOT_AUTOCOMMIT | OPTION_BEGIN)))
1464
1464
      session->my_ok();
1465
1465
    else
1466
1466
    {