1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

implementation for mysql_stmt_next_result

fixed size of MYSQL: removed unused NET->cmd_buffer_length
minor cosmetic fixes
This commit is contained in:
Georg Richter
2012-11-29 09:06:15 +01:00
parent 38ce0651c4
commit 48e16670d4
8 changed files with 91 additions and 28 deletions

View File

@@ -394,7 +394,7 @@ int STDCALL mysql_real_query(MYSQL *mysql, const char *q,
unsigned int length);
int STDCALL mysql_create_db(MYSQL *mysql, const char *DB);
int STDCALL mysql_drop_db(MYSQL *mysql, const char *DB);
int STDCALL mysql_shutdown(MYSQL *mysql);
int STDCALL mysql_shutdown(MYSQL *mysql, enum mysql_enum_shutdown_level shutdown_level);
int STDCALL mysql_dump_debug_info(MYSQL *mysql);
int STDCALL mysql_refresh(MYSQL *mysql,
unsigned int refresh_options);