Addition of BLR_TYPE_STRING and BLR_TYPE_INT

Addition of BLR_TYPE_STRING and BLR_TYPE_INT for SQL variable names
replies
This commit is contained in:
MassimilianoPinto
2015-08-24 10:11:26 +02:00
parent 1b3ce9e16b
commit e103aa46a8
3 changed files with 52 additions and 37 deletions

View File

@ -157,6 +157,10 @@
/* default heartbeat interval in seconds */
#define BLR_HEARTBEAT_DEFAULT_INTERVAL 300
/* strings and numbers in SQL replies */
#define BLR_TYPE_STRING 0xf
#define BLR_TYPE_INT 0x03
/**
* Some useful macros for examining the MySQL Response packets
*/