2008-04-10 15:14:28 +02:00
|
|
|
#
|
2008-05-08 20:13:39 +02:00
|
|
|
# This script is included by tests of system variables to include system
|
|
|
|
# dependant values for the variables: default, minimum and maximum values
|
2008-04-10 15:14:28 +02:00
|
|
|
#
|
|
|
|
|
2008-05-08 20:13:39 +02:00
|
|
|
if (`SELECT convert(@@version_compile_os using latin1)
|
|
|
|
IN ('Win32','Win64','Windows')`)
|
2008-04-10 15:14:28 +02:00
|
|
|
{
|
|
|
|
--source include/windows_sys_vars.inc
|
|
|
|
}
|
2008-05-08 20:13:39 +02:00
|
|
|
if (!`SELECT convert(@@version_compile_os using latin1)
|
|
|
|
IN ('Win32','Win64','Windows')`)
|
2008-04-10 15:14:28 +02:00
|
|
|
{
|
|
|
|
--source include/linux_sys_vars.inc
|
|
|
|
}
|