mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
bit type
This commit is contained in:
parent
eaec00b19b
commit
d7285006cf
27 changed files with 1050 additions and 40 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue