~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.cc

mergeĀ lp:~stewart/drizzle/cppcheck-by-reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
  return g_schema_engines;
76
76
}
77
77
 
78
 
StorageEngine::StorageEngine(const std::string name_arg,
 
78
StorageEngine::StorageEngine(const std::string &name_arg,
79
79
                             const std::bitset<HTON_BIT_SIZE> &flags_arg) :
80
80
  Plugin(name_arg, "StorageEngine"),
81
81
  MonitoredInTransaction(), /* This gives the storage engine a "slot" or ID */