1
0
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:
Georg Richter
2022-09-26 09:20:07 +02:00
parent 9c2e470825
commit 4dca917b7e
10 changed files with 1679 additions and 197 deletions

View File

@@ -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