~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.h

Merged in some icc warning fixes that also had something to do with the plugin header.

Show diffs side-by-side

added added

removed removed

Lines of Context:
249
249
  uint32_t slot;
250
250
 
251
251
  inline uint32_t getSlot (void) { return slot; }
 
252
  inline uint32_t getSlot (void) const { return slot; }
252
253
  inline void setSlot (uint32_t value) { slot= value; }
253
254
 
254
255
  bool has_2pc()