This commit is contained in:
unknown 2004-12-17 18:06:05 +04:00
commit d7285006cf
27 changed files with 1050 additions and 40 deletions

View file

@ -178,6 +178,7 @@ int ha_key_cmp(register HA_KEYSEG *keyseg, register uchar *a,
}
break;
case HA_KEYTYPE_BINARY:
case HA_KEYTYPE_BIT:
if (keyseg->flag & HA_SPACE_PACK)
{
int a_length,b_length,pack_length;