~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.h

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
  pthread_mutex_t proto_cache_mutex;
192
192
 
193
193
public:
194
 
  StorageEngine(const std::string name_arg,
 
194
  StorageEngine(const std::string &name_arg,
195
195
                const std::bitset<HTON_BIT_SIZE> &flags_arg= HTON_NO_FLAGS);
196
196
 
197
197
  virtual ~StorageEngine();