[Koha-bugs] [Bug 28534] pending_offline_circulations table uses MyISAM engine

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 10 21:44:37 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28534

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #2 from David Nind <david at davidnind.com> ---
I wasn't sure how to test this (using koha-testing-docker), but thought that
this would work:

1. Check table structure in the database:
   . koha-mysql kohadev
   . show create table pending_offline_operations;
   . should show as "..ENGINE=MyISAM..."
2. Apply patch
3. Update the database (updatedatabase)
4. Check the table structure as per step 1 - should show as "..ENGINE=INNODB.."

It does update if I do a reset_all, but for the existing installations I seem
to be missing something... (restarting the container didn't work for me -
docker restart koha_db_1)?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list