~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/haildb/haildb_engine.cc

Merge Stewart - fix bug 587772: READ COMMITTED isolation level doesn't work (at least with InnoDB)

Show diffs side-by-side

added added

removed removed

Lines of Context:
364
364
                    statement_savepoint_name.length());
365
365
}
366
366
 
367
 
void HailDBEngine::doEndStatement(Session *session)
 
367
void HailDBEngine::doEndStatement(Session *)
368
368
{
369
 
  doCommit(session, false);
370
369
}
371
370
 
372
371
int HailDBEngine::doSetSavepoint(Session* session,