~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Brian Aker
  • Date: 2010-04-23 00:20:04 UTC
  • Revision ID: brian@gaz-20100423002004-xykjo19zf1rd4kdb
encapsulate engine inside of cursor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
  Table *table;               /* The current open table */
157
157
 
158
158
  ha_rows estimation_rows_to_insert;
159
 
public:
160
159
  plugin::StorageEngine *engine;      /* storage engine of this Cursor */
 
160
public:
161
161
  inline plugin::StorageEngine *getEngine() const       /* table_type for handler */
162
162
  {
163
163
    return engine;