1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge siva.hindu.god:/usr/home/tim/m/bk/g51

into  siva.hindu.god:/usr/home/tim/m/bk/51
This commit is contained in:
tsmith/tim@siva.hindu.god
2006-10-23 23:41:07 -06:00
175 changed files with 9305 additions and 4792 deletions

View File

@ -26,7 +26,7 @@
typedef struct st_key_part {
uint16 key,part, store_length, length;
uint8 null_bit;
uint8 null_bit, flag;
Field *field;
Field::imagetype image_type;
} KEY_PART;