salix/db/dump/mysqlPlugins.sql

5 lines
179 B
MySQL
Raw Normal View History

2018-04-26 13:13:56 +00:00
USE `vn2008`;
-- Import compiled functions
CREATE AGGREGATE FUNCTION minacum RETURNS INT SONAME 'minacum.so';
CREATE AGGREGATE FUNCTION multimax RETURNS INT SONAME 'multimax.so';