UDF_LUA
You are tired of writing your UDFs for MySQL in C or never wanted to write them in C at all ? How about writing them in lua ?
LUA is - easy to learn - easy to embed - easy to use
and not to forget lua has extensions for everything: - LuaSocket - how about some HTTP requests ? - LuaSQL - connecting back to the MySQL Server ? - ...
UDF_Lua is registered in the MySQL Forge.
functions
As example we want to read the real startup time of the errorlog.
-- we are run with the permissions of the mysqld -- …[Read more]