summaryrefslogtreecommitdiff
path: root/myisam/mi_dbug.c
diff options
context:
space:
mode:
authorram@gw.udmsearch.izhnet.ru <>2002-04-25 15:10:29 +0500
committerram@gw.udmsearch.izhnet.ru <>2002-04-25 15:10:29 +0500
commitb8a12a8cecf2d277e724827ead7b93a129123362 (patch)
treefae16eacfad983f202e51e4a4398875f00513543 /myisam/mi_dbug.c
parenteab2893dac4f2447baf6b1b2b4f70869e974bf44 (diff)
downloadmariadb-git-b8a12a8cecf2d277e724827ead7b93a129123362.tar.gz
MI_KEYSEG -> HA_KEYSEG
_mi_key_cmp -> ha_key_cmp
Diffstat (limited to 'myisam/mi_dbug.c')
-rw-r--r--myisam/mi_dbug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/mi_dbug.c b/myisam/mi_dbug.c
index 482287938c0..6548b38c135 100644
--- a/myisam/mi_dbug.c
+++ b/myisam/mi_dbug.c
@@ -20,7 +20,7 @@
/* Print a key in user understandable format */
-void _mi_print_key(FILE *stream, register MI_KEYSEG *keyseg,
+void _mi_print_key(FILE *stream, register HA_KEYSEG *keyseg,
const uchar *key, uint length)
{
int flag;