[Koha-bugs] [Bug 28267] Older databases fail to upgrade due to having a row format other than "DYNAMIC"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 18 04:25:57 CET 2023


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

--- Comment #36 from David Cook <dcook at prosentient.com.au> ---
Created attachment 145380
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145380&action=edit
Bug 28267: Add warning on about.pl for database row formats

This patch adds a warning on about.pl regarding database row formats
other than "DYNAMIC". It points to the Koha community wiki for more
information on how to resolve the problem.

Test plan:
0. Apply the patch
1a. koha-mysql kohadev
1b. ALTER TABLE tags ROW_FORMAT=COMPACT;
2. Go to http://localhost:8081/cgi-bin/koha/about.pl
3. Note that there is a warning about database row formats
4a. koha-mysql kohadev
4b. ALTER TABLE tags ROW_FORMAT=DYNAMIC;
5. Go to http://localhost:8081/cgi-bin/koha/about.pl
6. Note that there is no warning about database row formats

Note: Due to bug 32665 you'll see an unrelated warning on
step 3

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


More information about the Koha-bugs mailing list