~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.h

  • Committer: Brian Aker
  • Date: 2009-12-17 07:44:40 UTC
  • mfrom: (1241.2.3 build)
  • Revision ID: brian@gaz-20091217074440-maaf98x57k4wpm5f
A few fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
347
347
    return false;
348
348
  }
349
349
 
350
 
  /* args: current_session, tables, cond */
351
 
  virtual int fill_files_table(Session *, TableList *,
352
 
                               Item *) { return 0; }
353
350
  virtual int release_temporary_latches(Session *) { return false; }
354
351
 
355
352
  /**