salix/db/dump/mysqlPlugins.sql

5 lines
166 B
MySQL
Raw Normal View History

2018-04-26 13:13:56 +00:00
-- Import compiled functions
CREATE AGGREGATE FUNCTION minacum RETURNS INT SONAME 'minacum.so';
2019-12-11 14:01:01 +00:00
CREATE AGGREGATE FUNCTION multimax RETURNS INT SONAME 'multimax.so';