~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.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:
520
520
    Both of the following container points in session will be converted to an API.
521
521
  */
522
522
 
 
523
private:
523
524
  /* container for handler's private per-connection data */
524
525
  Ha_data ha_data[MAX_HA];
 
526
public:
 
527
  void **getEngineData(const drizzled::plugin::StorageEngine *engine);
 
528
  Ha_trx_info *getEngineInfo(const drizzled::plugin::StorageEngine *engine,
 
529
                             size_t index= 0);
 
530
 
525
531
 
526
532
  /* container for replication data */
527
533
  void *replication_data;