https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13669
Martin Renvoize <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|Oldversions |--- Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #71 from Marcel de Rooy <[email protected]> --- I stumbled over RunSQL while trying to add a CREATE FUNCTION in a Koha installer script. The script can be run fine with mysql client but not via RunSQL. Why? In order to create a function or procedure you need to change the delimiter with DELIMITER // (or some other character). This is not a MySQL command. RunSQL will crash on it, but the mysql client knows about it. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
