Browse Source
Bug#37631 Incorrect key file for table after upgrading from 5.0 to 5.1
Bug#37631 Incorrect key file for table after upgrading from 5.0 to 5.1
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.pull/374/head
2 changed files with 18 additions and 8 deletions
Write
Preview
Loading…
Cancel
Save
Reference in new issue