Kea  1.5.0
mysql_constants.h
Go to the documentation of this file.
1 // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
2 //
3 // This Source Code Form is subject to the terms of the Mozilla Public
4 // License, v. 2.0. If a copy of the MPL was not distributed with this
5 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 
7 #ifndef MYSQL_CONSTANTS_H
8 #define MYSQL_CONSTANTS_H
9 
10 #include <mysql.h>
11 
12 namespace isc {
13 namespace db {
14 
17 
18 
20 const my_bool MLM_FALSE = 0;
21 
23 const my_bool MLM_TRUE = 1;
24 
27 
30 
32 
34 
35 const uint32_t MYSQL_SCHEMA_VERSION_MAJOR = 7;
36 const uint32_t MYSQL_SCHEMA_VERSION_MINOR = 0;
37 
39 
40 
41 } // end of namespace isc::db
42 } // end of namespace isc
43 
44 #endif
const uint32_t MYSQL_SCHEMA_VERSION_MAJOR
const uint32_t MYSQL_SCHEMA_VERSION_MINOR
const my_bool MLM_FALSE
MySQL false value.
const int MLM_MYSQL_FETCH_SUCCESS
MySQL fetch success code.
Defines the logger used by the top-level component of kea-dhcp-ddns.
const int MLM_MYSQL_FETCH_FAILURE
MySQL fetch failure code.
const my_bool MLM_TRUE
MySQL true value.