Summary: | Bug 1633 causes an error when upgrading the database | ||
---|---|---|---|
Product: | Koha | Reporter: | Robin Sheat <robin> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED INVALID | QA Contact: | |
Severity: | major | ||
Priority: | P5 - low | CC: | chris |
Version: | 3.8 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 1633 | ||
Bug Blocks: |
Description
Robin Sheat
2012-06-25 17:13:55 UTC
This seems to be because the biblio table on my database is MyISAM, and so forcing it to InnoDB causes breakage. This appears to be a problem at my end, rather than with koha. Cancelling. Also in older mysql, it was TYPE=InnoDB, and in later ENGINE=InnoDB Just in case that was the issue |