[Koha-bugs] [Bug 7957] Routing lists: manage several routing list for each subscription, and export them as CSV

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 20 09:30:56 CEST 2012


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

--- Comment #8 from Frédéric Demians <frederic at tamil.fr> ---
> 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.


More information about the Koha-bugs mailing list