summaryrefslogtreecommitdiff
path: root/include/myisam.h
diff options
context:
space:
mode:
authorunknown <ram@gw.udmsearch.izhnet.ru>2002-04-25 15:10:29 +0500
committerunknown <ram@gw.udmsearch.izhnet.ru>2002-04-25 15:10:29 +0500
commit3adee5046d70aa91fead16c289dd2a1b098b3dfd (patch)
treefae16eacfad983f202e51e4a4398875f00513543 /include/myisam.h
parent139a73cade4827ca2a41d6cfc9db379b2c696fa3 (diff)
downloadmariadb-git-3adee5046d70aa91fead16c289dd2a1b098b3dfd.tar.gz
MI_KEYSEG -> HA_KEYSEG
_mi_key_cmp -> ha_key_cmp BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'include/myisam.h')
-rw-r--r--include/myisam.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/myisam.h b/include/myisam.h
index bf714dfef8a..96cbeaf0cd4 100644
--- a/include/myisam.h
+++ b/include/myisam.h
@@ -122,7 +122,7 @@ typedef struct st_mi_keydef /* Key definition with open & info */
uint16 block_size; /* block_size (auto) */
uint32 version; /* For concurrent read/write */
- MI_KEYSEG *seg,*end;
+ HA_KEYSEG *seg,*end;
int (*bin_search)(struct st_myisam_info *info,struct st_mi_keydef *keyinfo,
uchar *page,uchar *key,
uint key_len,uint comp_flag,uchar * *ret_pos,
@@ -146,7 +146,7 @@ typedef struct st_unique_def /* Segment definition of unique */
uint16 keysegs; /* Number of key-segment */
uchar key; /* Mapped to which key */
uint8 null_are_equal;
- MI_KEYSEG *seg,*end;
+ HA_KEYSEG *seg,*end;
} MI_UNIQUEDEF;
typedef struct st_mi_decode_tree /* Decode huff-table */
@@ -318,7 +318,7 @@ typedef struct st_sort_info {
char *record,*buff;
void *wordlist, *wordptr;
MI_KEYDEF *keyinfo;
- MI_KEYSEG *keyseg;
+ HA_KEYSEG *keyseg;
} SORT_INFO;
typedef struct st_mi_check_param