http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12461 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset@hotmail.com --- Comment #15 from M. Tompsett <mtompset@hotmail.com> --- (In reply to Bernardo Gonzalez Kriegel from comment #14)
Almost all tested, looks good. But reloading kohastructure with your patch applied, gives
mysql kohadev < ~/kohaclone/installer/data/mysql/kohastructure.sql ERROR 1005 (HY000) at line 3656: Can't create table 'kohadev.#sql-42d1_401' (errno: 150)
Can't understand or find the error
Not to mention, why add the constraints separately?! If this was $sth = $dbh->prepare(), $sth->execute() method of doing this, then wouldn't likely get this issue either. -- You are receiving this mail because: You are watching all bug changes.