~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/information_engine/information_engine.h

  • Committer: Brian Aker
  • Date: 2009-12-02 07:42:48 UTC
  • mfrom: (1236.1.2 push)
  • Revision ID: brian@gaz-20091202074248-svgtvfqvpzxt9lh3
Merge current set for staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
  InformationEngine(const std::string &name_arg)
37
37
    : drizzled::plugin::StorageEngine(name_arg,
38
38
                                      HTON_ALTER_NOT_SUPPORTED |
 
39
                                      HTON_SKIP_STORE_LOCK |
39
40
                                      HTON_HIDDEN |
40
41
                                      HTON_TEMPORARY_NOT_SUPPORTED)
41
42
  {