AC_DEFINE([HAVE_PGSQL_SSL], [1], [PostgreSQL was built with OpenSSL support])
fi
-cql_config="no"
-AC_ARG_WITH([cql],
- [AS_HELP_STRING([--with-cql[[=PATH]]],
- [path to pkg-config or the Cassandra CQL 'cql_config' script (deprecated)])],
- [cql_config="$withval"])
-
-if test "${cql_config}" != "no" ; then
- AC_MSG_ERROR([$CQL_CONFIG Cassandra is no longer supported])
-fi
-
# Check for log4cplus
DISTCHECK_LOG4CPLUS_CONFIGURE_FLAG=
log4cplus_path="yes"
Kea is officially supported on Alpine, CentOS, Fedora, Ubuntu, Debian,
and FreeBSD systems. Kea-|release| builds have been tested on:
-* Alpine — 3.14, 3.15, 3.16
+* Alpine — 3.14, 3.15, 3.16, 3.17
* CentOS — 7
* Debian — 10, 11
* Fedora — 36
// Arguments must be a map.
if (arg->getType() != Element::map) {
isc_throw(CtrlChannelError,
- "invalid command '" << command_name << "': expected "
+ "invalid command '" << command_name << "': expected '"
<< CONTROL_ARGUMENTS << "' to be a map, got "
<< Element::typeToName(arg->getType()) << " instead");
}
-- This line starts the schema upgrade to version 16.
--- Add relay and remote id colums to DHCPv4 leases.
+-- Add relay and remote id columns to DHCPv4 leases.
--
-- Note: these columns are only used for indexes, in particular they are
-- not exported by lease4 dump as values are also in the user context
mysql "$@" <<EOF
-- This line starts the schema upgrade to version 16.
--- Add relay and remote id colums to DHCPv4 leases.
+-- Add relay and remote id columns to DHCPv4 leases.
--
-- Note: these columns are only used for indexes, in particular they are
-- not exported by lease4 dump as values are also in the user context
-- This line starts the schema upgrade to version 15.
--- Add relay and remote id colums to DHCPv4 leases.
+-- Add relay and remote id columns to DHCPv4 leases.
--
-- Note: these columns are only used for indexes, in particular they are
-- not exported by lease4 dump as values are also in the user context
-- This line starts the schema upgrade to version 15.
--- Add relay and remote id colums to DHCPv4 leases.
+-- Add relay and remote id columns to DHCPv4 leases.
--
-- Note: these columns are only used for indexes, in particular they are
-- not exported by lease4 dump as values are also in the user context