Update shells/bash to version 4.3.26
[dports.git] / databases / mysql-udf-sys / pkg-descr
1 This package contains a number of functions that allows one to interact
2 with the operating system from MySQL:
3
4   sys_eval - executes an arbitrary command, and returns it's output.
5   sys_exec - executes an arbitrary command, and returns it's exit code.
6   sys_get  - gets the value of an environment variable.
7   sys_set  - create an environment variable, or update the value of an
8              existing environment variable.
9
10 Use lib_mysqludf_sys_info() to obtain information about the currently
11 installed version of lib_mysqludf_sys.
12
13 WWW: http://www.mysqludf.org/lib_mysqludf_sys