2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-07 17:35:18 +00:00

[#1428] Allow non-unique IPs in MySQL and PgSQL

Introduced new host API function which allows for configuring selected
backends to accept non-unique IP reservations for multiple hosts. Support
for it was added in MySQL, Postgres and Kea config file. It is not
supported in Cassandra. New migrations for MySQL and Postgres have been
created.
This commit is contained in:
Marcin Siodelski
2020-09-25 14:12:14 +02:00
parent dc986b2a5e
commit 99c44ffd31
34 changed files with 914 additions and 101 deletions

View File

@@ -53,7 +53,7 @@ const int MLM_MYSQL_FETCH_FAILURE = 0;
/// @name Current database schema version values.
//@{
const uint32_t MYSQL_SCHEMA_VERSION_MAJOR = 9;
const uint32_t MYSQL_SCHEMA_VERSION_MINOR = 3;
const uint32_t MYSQL_SCHEMA_VERSION_MINOR = 4;
//@}