You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-05 15:55:58 +03:00
Added support for all (?) events
- All (MariaDB and MySQL) events are now supported - Added new api functions: - mariadb_rpl_error: returns error message - mariadb_rpl_errno: returns error number - mariadb_rpl_extract_rows: extract values of ROW_EVENTS - Added decryption support - Added uncompression -
This commit is contained in:
@@ -68,6 +68,12 @@ typedef struct st_ma_const_string
|
||||
size_t length;
|
||||
} MARIADB_CONST_STRING;
|
||||
|
||||
typedef struct st_ma_const_data
|
||||
{
|
||||
const unsigned char *data;
|
||||
size_t length;
|
||||
} MARIADB_CONST_DATA;
|
||||
|
||||
|
||||
#ifndef ST_MA_USED_MEM_DEFINED
|
||||
#define ST_MA_USED_MEM_DEFINED
|
||||
|
Reference in New Issue
Block a user