6 lines
109 B
MySQL
6 lines
109 B
MySQL
|
-- Return the list of sysctl values
|
||
|
--
|
||
|
-- tags: postmortem
|
||
|
-- platform: posix
|
||
|
SELECT * FROM system_controls;
|