Skip to content

jerryzu/mysql-udf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

…or create a new repository on the command line
echo "# mysql-udf" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/jerryzu/mysql-udf.git
git push -u origin master

…or push an existing repository from the command line
git remote add origin https://github.com/jerryzu/mysql-udf.git
git push -u origin master


close enforce
create function myadd returns integer soname 'udf.so';
create aggregate function mysum returns integer soname 'aggr.so'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages