~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/embedded_innodb/embedded_innodb_engine.cc

  • Committer: Brian Aker
  • Date: 2010-06-03 07:06:42 UTC
  • Revision ID: brian@gaz-20100603070642-pw1o64v00b2ts6w1
Fix for compiler warning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
238
238
  case ISO_READ_UNCOMMITTED:
239
239
    return IB_TRX_READ_UNCOMMITTED;
240
240
  }
 
241
 
 
242
  assert(0);
 
243
  return IB_TRX_REPEATABLE_READ;
241
244
}
242
245
 
243
246
int EmbeddedInnoDBEngine::doStartTransaction(Session *session,