Projects / MySQL Global User Variables...

MySQL Global User Variables UDF

MySQL Global User Variables UDF is a shared library that adds simple user functions to MySQL in order to keep persistent shared variables in memory. These variables and their values are available to all clients. Any data can be stored into these persistent variables, including BLOBs. Since updates are atomic and much faster than MEMORY tables, this is an easy and efficient way to handle counters and sequences.

Tags
Licenses

RSS Recent releases

  •  28 Feb 2009 23:46

Release Notes: GLOBAL_STORE() is now an alias for GLOBAL_SET(). The SQL template now loads all available functions. The documentation was updated.

  •  12 Mar 2007 08:45

No changes have been submitted for this release.

Screenshot

Project Spotlight

pyClamd

A virus checking module for Python that uses the clamd daemon from ClamAV.

Screenshot

Project Spotlight

TCPDF

A PHP class for generating PDF documents.