![]() |
Kea
1.5.0
|
#include <mysql.h>
Include dependency graph for mysql_constants.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| isc | |
| Defines the logger used by the top-level component of kea-dhcp-ddns. | |
| isc::db | |
Variables | |
MySQL constants. | |
| const my_bool | isc::db::MLM_FALSE = 0 |
| MySQL false value. More... | |
| const my_bool | isc::db::MLM_TRUE = 1 |
| MySQL true value. More... | |
| const int | isc::db::MLM_MYSQL_FETCH_SUCCESS = 0 |
| MySQL fetch success code. More... | |
| const int | isc::db::MLM_MYSQL_FETCH_FAILURE = 0 |
| MySQL fetch failure code. More... | |
Current database schema version values. | |
| const uint32_t | isc::db::MYSQL_SCHEMA_VERSION_MAJOR = 7 |
| const uint32_t | isc::db::MYSQL_SCHEMA_VERSION_MINOR = 0 |