~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/ha_innodb.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include <drizzled/cursor.h>
30
30
#include <drizzled/thr_lock.h>
31
31
 
 
32
using namespace drizzled;
32
33
/** InnoDB table share */
33
34
typedef struct st_innobase_share {
34
35
        THR_LOCK        lock;           /*!< MySQL lock protecting
98
99
 
99
100
        /* Init values for the class: */
100
101
 public:
101
 
        UNIV_INTERN ha_innobase(drizzled::plugin::StorageEngine &engine,
 
102
        UNIV_INTERN ha_innobase(plugin::StorageEngine &engine,
102
103
                                TableShare &table_arg);
103
104
        UNIV_INTERN ~ha_innobase();
104
105
        /*