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

Merge mysql.com:/usr/home/ram/work/bug20732/my50-bug20732

into  mysql.com:/usr/home/ram/work/bug20732/my51-bug20732
This commit is contained in:
ramil/ram@myoffice.izhnet.ru
2006-10-23 10:32:39 +05:00
6 changed files with 29 additions and 5 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;