~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Remove PLUGIN and MODULES.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#define INNODB_HANDLER_HA_INNODB_H
28
28
 
29
29
#include <drizzled/cursor.h>
30
 
#include <mysys/thr_lock.h>
 
30
#include <drizzled/thr_lock.h>
31
31
 
32
32
/** InnoDB table share */
33
33
typedef struct st_innobase_share {
108
108
        UNIV_INTERN enum row_type get_row_type() const;
109
109
 
110
110
        UNIV_INTERN const char* index_type(uint key_number);
111
 
        UNIV_INTERN uint32_t index_flags(uint idx, uint part, bool all_parts) const;
112
111
        UNIV_INTERN const key_map* keys_to_use_for_scanning();
113
112
 
114
113
        UNIV_INTERN int open(const char *name, int mode, uint test_if_locked);