Comment Decouple jvm and mysql (Score 1) 318
Might be a nice idea for stability to decouple the java feature and the core dbms with a nice corba interface, to avoid crashing the database service by triggering jvm flaws.
Otherwise some macro defined as
and called viapackage badjava; public class KillBar { public static String exec(String[] args) { sun.misc.MessageUtils.toStdout(null); } }
might be a bit harmful !SELECT judf("badjava/KillBar") FROM foo