summaryrefslogtreecommitdiff
path: root/heap/hp_test1.c
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 /heap/hp_test1.c
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 'heap/hp_test1.c')
-rw-r--r--heap/hp_test1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/heap/hp_test1.c b/heap/hp_test1.c
index 124a2901402..79edfe2effc 100644
--- a/heap/hp_test1.c
+++ b/heap/hp_test1.c
@@ -36,7 +36,7 @@ int main(int argc, char **argv)
char record[128],key[32];
const char *filename;
HP_KEYDEF keyinfo[10];
- MI_KEYSEG keyseg[4];
+ HA_KEYSEG keyseg[4];
MY_INIT(argv[0]);
filename= "test1";