You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
Fixed warning on Windows 64-bit build
This commit is contained in:
@@ -633,7 +633,6 @@ struct st_mysql_methods {
|
||||
int (*db_stmt_fetch_to_bind)(MYSQL_STMT *stmt, unsigned char *row);
|
||||
void (*db_stmt_flush_unbuffered)(MYSQL_STMT *stmt);
|
||||
void (*set_error)(MYSQL *mysql, unsigned int error_nr, const char *sqlstate, const char *format, ...);
|
||||
my_bool (*reconnect)(MYSQL *mysql);
|
||||
};
|
||||
|
||||
/* synonyms/aliases functions */
|
||||
|
Reference in New Issue
Block a user