~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Monty Taylor
  • Date: 2008-10-07 22:29:30 UTC
  • mto: This revision was merged to the branch mainline in revision 491.
  • Revision ID: monty@inaugust.com-20081007222930-z7u6273d0n742yuq
RemovedĀ RAIDĀ garbage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1975
1975
                   create_info->default_table_charset->number : 0);
1976
1976
    fileinfo[39]= (unsigned char) create_info->page_checksum;
1977
1977
    fileinfo[40]= (unsigned char) create_info->row_type;
1978
 
    /* Next few bytes where for RAID support */
 
1978
    /* Next few bytes were for RAID support */
1979
1979
    fileinfo[41]= 0;
1980
1980
    fileinfo[42]= 0;
1981
1981
    int4store(fileinfo+43,create_info->block_size);