[Koha-bugs] [Bug 9303] relative's checkouts in the opac

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 8 12:09:35 CEST 2014


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

--- Comment #152 from Kyle M Hall <kyle at bywatersolutions.com> ---
Those are not a problem. Unfortunately there is no IF EXISTS for adding and
dropping indexes. You should have had those indexes, but since you didn't, it's
not an issue. The situation is similar to if a db update were to attempt to
insert a system preference that already exists, or create a table column that
already exists. It will fail, but cause absolutely no harm.

(In reply to Jonathan Druart from comment #148)
> Kyle,
> I got these 2 errors on launching the updatedb script:
> 
> DBD::mysql::db do failed: Can't DROP 'PRIMARY'; check that column/key exists
> at installer/data/mysql/updatedatabase.pl line 8788.
> DBD::mysql::db do failed: Can't DROP 'itemnumber_idx'; check that column/key
> exists at installer/data/mysql/updatedatabase.pl line 8794.

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


More information about the Koha-bugs mailing list