diff options
author | unknown <monty@work.mysql.com> | 2002-02-22 11:52:18 +0100 |
---|---|---|
committer | unknown <monty@work.mysql.com> | 2002-02-22 11:52:18 +0100 |
commit | b569a092e9438219c730ce818891178525be49fc (patch) | |
tree | 30a3ab8b8f7fbdeee768e27b2512df5a16479454 /include | |
parent | 64cad5180d75d7047c43a816f1d41e628a186759 (diff) | |
parent | 229959ac2228cf1f25dc62276c30b608a50fd5a0 (diff) | |
download | mariadb-git-b569a092e9438219c730ce818891178525be49fc.tar.gz |
Merge work.mysql.com:/home/bk/mysql-4.0
into work.mysql.com:/home/bk/mysql-4.1
BitKeeper/etc/logging_ok:
auto-union
sql/sql_select.cc:
Auto merged
sql/sql_union.cc:
Auto merged
sql/sql_yacc.yy:
Auto merged
Diffstat (limited to 'include')
-rw-r--r-- | include/myisam.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/myisam.h b/include/myisam.h index 35953496a47..5325f06ec71 100644 --- a/include/myisam.h +++ b/include/myisam.h @@ -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; |