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
26
const
int
MLM_MYSQL_FETCH_SUCCESS
= 0;
27
29
const
int
MLM_MYSQL_FETCH_FAILURE
= 0;
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
isc
Defines the logger used by the top-level component of kea-dhcp-ddns.
Definition:
agent_parser.cc:144
isc::db::MLM_FALSE
const my_bool MLM_FALSE
MySQL false value.
Definition:
mysql_constants.h:20
isc::db::MLM_TRUE
const my_bool MLM_TRUE
MySQL true value.
Definition:
mysql_constants.h:23
isc::db::MLM_MYSQL_FETCH_SUCCESS
const int MLM_MYSQL_FETCH_SUCCESS
MySQL fetch success code.
Definition:
mysql_constants.h:26
isc::db::MYSQL_SCHEMA_VERSION_MINOR
const uint32_t MYSQL_SCHEMA_VERSION_MINOR
Definition:
mysql_constants.h:36
isc::db::MLM_MYSQL_FETCH_FAILURE
const int MLM_MYSQL_FETCH_FAILURE
MySQL fetch failure code.
Definition:
mysql_constants.h:29
isc::db::MYSQL_SCHEMA_VERSION_MAJOR
const uint32_t MYSQL_SCHEMA_VERSION_MAJOR
Definition:
mysql_constants.h:35
src
lib
mysql
mysql_constants.h
Generated on Fri Jul 10 2020 09:12:51 for Kea by
1.8.18