{   
    # This logging control is required for older versions of mysql (< 4.0.10)
    # where logging is controlled by the safe_mysqld/mysqld_safe script.  It
    # should be moved to the [mysqld] section for newer versions (>= 4.0.10)
    # where logging is controlled by the mysqld binary.  
    # Allow backwards compatibility for err-log (mysql < 4.0.? )
    # Use $LogError result from 010mysqld-log-error fragment
    if ($LogError) {
	$OUT = "# logging controlled in [mysqld] section for mysql >= 4.0.10";
    }
    else {
	$OUT = "err-log=/var/log/mysqld.log";
    }
}
