diff options
Diffstat (limited to 'storage/myisam/mi_dbug.c')
-rw-r--r-- | storage/myisam/mi_dbug.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/myisam/mi_dbug.c b/storage/myisam/mi_dbug.c index 1a61d4823b5..ab85ece07ab 100644 --- a/storage/myisam/mi_dbug.c +++ b/storage/myisam/mi_dbug.c @@ -131,6 +131,7 @@ void _mi_print_key(FILE *stream, register HA_KEYSEG *keyseg, key=end; break; } +#endif case HA_KEYTYPE_BIT: { uint i; @@ -140,8 +141,6 @@ void _mi_print_key(FILE *stream, register HA_KEYSEG *keyseg, key= end; break; } - -#endif case HA_KEYTYPE_VARTEXT1: /* VARCHAR and TEXT */ case HA_KEYTYPE_VARTEXT2: /* VARCHAR and TEXT */ case HA_KEYTYPE_VARBINARY1: /* VARBINARY and BLOB */ |