http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 --- Comment #91 from Paul Poulain <paul.poulain@biblibre.com> --- (In reply to Jonathan Druart from comment #89)
Comment on attachment 36781 [details] [review] [SIGNED OFF] Bug 13068: (QA followup) Remove old files, use C4::Installer
Review of attachment 36781 [details] [review]: -----------------------------------------------------------------
::: installer/data/mysql/updatedatabase.pl @@ +4945,5 @@
+ $dbh->do(qq{ +DROP TABLE IF EXISTS `oai_sets_descriptions`; +DROP TABLE IF EXISTS `oai_sets_mappings`; +DROP TABLE IF EXISTS `oai_sets_biblios`; +DROP TABLE IF EXISTS `oai_sets`;
This does not work. It's not possible to execute more than 1 query using the do method.
Sure ? When we tested this patch, with Tomas, I think we started from a 3.0 DB, and I didn't saw any error. I must be wrong... -- You are receiving this mail because: You are watching all bug changes.