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

--- Comment #152 from Kyle M Hall <[email protected]> ---
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.
_______________________________________________
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