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
10.2-integration: Add embedded support for st_mysql_data structure.
This commit is contained in:
@@ -152,10 +152,12 @@ extern unsigned int mariadb_deinitialize_ssl;
|
||||
typedef MYSQL_ROWS *MYSQL_ROW_OFFSET; /* offset to current row */
|
||||
|
||||
typedef struct st_mysql_data {
|
||||
MYSQL_ROWS *data;
|
||||
void *embedded_info;
|
||||
MA_MEM_ROOT alloc;
|
||||
unsigned long long rows;
|
||||
unsigned int fields;
|
||||
MYSQL_ROWS *data;
|
||||
MA_MEM_ROOT alloc;
|
||||
void *extension;
|
||||
} MYSQL_DATA;
|
||||
|
||||
enum mariadb_com_multi {
|
||||
|
Reference in New Issue
Block a user