http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7957

--- Comment #8 from Frédéric Demians <[email protected]> ---
> Frédéric, in kohastructure.sql, the only table which use MyISAM engine
> is pending_offline_operations.  In my databases, subscription and
> borrowers table both use InnoDB, so why they don't in your database?

Good question. Since it's a library currently using Koha database, I'm
sure this issue will occur in real life for others. It means that your
enhancement won't work at all for some (a lot) of libraries. Maybe this
question could be raised on koha-devel list? pointing to this bug.

Engine used for all table:

    SELECT TABLE_NAME, ENGINE 
      FROM information_schema.TABLES
     WHERE TABLE_SCHEMA = DATABASE()

I have a lot of Koha DB mixing MyISAM and InnoDB. Why? I have no clue.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to