~thomir-deactivatedaccount/drizzle/drizzle-fix-bug653747

« back to all changes in this revision

Viewing changes to storage/myisam/mi_packrec.c

Merged from codestyle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
 
130
130
        /* Read all packed info, allocate memory and fix field structs */
131
131
 
132
 
my_bool _mi_read_pack_info(MI_INFO *info, pbool fix_keys)
 
132
my_bool _mi_read_pack_info(MI_INFO *info, bool fix_keys)
133
133
{
134
134
  File file;
135
135
  int diff_length;
1434
1434
                             (((uint) ((uchar) bit_buff->pos[6])) << 8) +
1435
1435
                             (((uint) ((uchar) bit_buff->pos[5])) << 16) +
1436
1436
                             (((uint) ((uchar) bit_buff->pos[4])) << 24) +
1437
 
                             ((ulonglong)
 
1437
                             ((uint64_t)
1438
1438
                              ((((uint) ((uchar) bit_buff->pos[3]))) +
1439
1439
                               (((uint) ((uchar) bit_buff->pos[2])) << 8) +
1440
1440
                               (((uint) ((uchar) bit_buff->pos[1])) << 16) +