Kea  1.9.9-git
mysql_constants.h File Reference
#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

Current database schema version values.
const uint32_t isc::db::MYSQL_SCHEMA_VERSION_MAJOR = 9
 
const uint32_t isc::db::MYSQL_SCHEMA_VERSION_MINOR = 6
 

MySQL constants.

typedef char isc::db::my_bools
 my_bools type for vectors. More...
 
typedef bool isc::db::my_bool
 my_bool type in MySQL 8.x. More...
 
const my_bool isc::db::MLM_FALSE = false
 MySQL false value. More...
 
const my_bool isc::db::MLM_TRUE = true
 MySQL true value. More...
 
const int isc::db::MLM_MYSQL_FETCH_SUCCESS = 0
 check for bool size More...
 
const int isc::db::MLM_MYSQL_FETCH_FAILURE = 0
 MySQL fetch failure code. More...