~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

Removed dead bits to HA_CREATE_INFO

Show diffs side-by-side

added added

removed removed

Lines of Context:
1970
1970
    int4store(fileinfo+34,create_info->avg_row_length);
1971
1971
    fileinfo[38]= (create_info->default_table_charset ?
1972
1972
                   create_info->default_table_charset->number : 0);
1973
 
    fileinfo[39]= (uchar) ((uint) create_info->transactional |
1974
 
                           ((uint) create_info->page_checksum << 2));
 
1973
    fileinfo[39]= (uchar) create_info->page_checksum;
1975
1974
    fileinfo[40]= (uchar) create_info->row_type;
1976
1975
    /* Next few bytes where for RAID support */
1977
1976
    fileinfo[41]= 0;