2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-10-01 11:22:13 +00:00

[#2038] kea-admin lease-dump mysql outputs a memfile-ready CSV

This commit is contained in:
Andrei Pavel
2021-12-16 16:09:34 +02:00
parent 15bb806651
commit 9832c56ad6
8 changed files with 231 additions and 10 deletions

View File

@@ -52,7 +52,7 @@ const int MLM_MYSQL_FETCH_FAILURE = 0;
/// @name Current database schema version values.
//@{
const uint32_t MYSQL_SCHEMA_VERSION_MAJOR = 12;
const uint32_t MYSQL_SCHEMA_VERSION_MAJOR = 13;
const uint32_t MYSQL_SCHEMA_VERSION_MINOR = 0;
//@}