~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/my_handler.h

Merge Monty (really Tim)

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
 
109
109
extern HA_KEYSEG *ha_find_null(HA_KEYSEG *keyseg, unsigned char *a);
110
110
void my_handler_error_register(void);
111
 
void my_handler_error_unregister(void);
112
111
extern int ha_key_cmp(HA_KEYSEG *keyseg, unsigned char *a,unsigned char *b,
113
112
                      uint32_t key_length,uint32_t nextflag,uint32_t *diff_length);
114
113