• Narayanan V's avatar
    Bug#37631 Incorrect key file for table after upgrading from 5.0 to 5.1 · 92aee5a6
    Narayanan V authored
    The conformance checker was not taking into
    account, and, making concessions for acceptable
    incompatibilites in tables created by
    versions earlier than 4.1.
    
    The current patch relaxes the conformance
    checker to ignore differences in key_alg
    and language for tables created by versions
    earlier than 4.1.
    
    storage/myisam/ha_myisam.cc:
      Modify check_definition to ignore differences
      in key_alg and language for tables created
      by versions earlier than 4.1.
    92aee5a6
ha_myisammrg.cc 41.1 KB