mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 08:44:33 +01:00
RTREE related fixes
include/myisam.h: These two new fields are initialized to either rtree or btree routines
This commit is contained in:
parent
809d419145
commit
b87d6ee9d7
1 changed files with 2 additions and 0 deletions
|
@ -147,6 +147,8 @@ typedef struct st_mi_keydef /* Key definition with open & info */
|
|||
struct st_mi_s_param *s_temp);
|
||||
void (*store_key)(struct st_mi_keydef *keyinfo, uchar *key_pos,
|
||||
struct st_mi_s_param *s_temp);
|
||||
int (*ck_insert)(struct st_myisam_info *inf, uint k_nr, uchar *k, uint klen);
|
||||
int (*ck_delete)(struct st_myisam_info *inf, uint k_nr, uchar *k, uint klen);
|
||||
} MI_KEYDEF;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue