sys_get_config
The sys_get_config function retrieves the value of a specified configuration option from the sys_config table, or a user variable if set.
Syntax
sys.sys_get_config(name,default)Description
Examples
SELECT sys.sys_get_config('ps_thread_trx_info.max_length',NULL);
+----------------------------------------------------------+
| sys.sys_get_config('ps_thread_trx_info.max_length',NULL) |
+----------------------------------------------------------+
| 65535 |
+----------------------------------------------------------+See Also
Last updated
Was this helpful?

