USE `vn2008`; -- Import compiled functions CREATE AGGREGATE FUNCTION minacum RETURNS INT SONAME 'minacum.so'; CREATE AGGREGATE FUNCTION multimax RETURNS INT SONAME 'multimax.so';