Skip to content

Commit

Permalink
Added prototypes for mysql_dump_debug_info_cont/start to mysql.h
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Feb 4, 2016
1 parent 3baf4a0 commit a56d193
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/mysql.h
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,8 @@ int STDCALL mysql_close_start(MYSQL *sock);
int STDCALL mysql_close_cont(MYSQL *sock, int status);
int STDCALL mysql_commit_start(my_bool *ret, MYSQL * mysql);
int STDCALL mysql_commit_cont(my_bool *ret, MYSQL * mysql, int status);
int STDCALL mysql_dump_debug_info_cont(int *ret, MYSQL *mysql, int ready_status);
int STDCALL mysql_dump_debug_info_start(int *ret, MYSQL *mysql);
int STDCALL mysql_rollback_start(my_bool *ret, MYSQL * mysql);
int STDCALL mysql_rollback_cont(my_bool *ret, MYSQL * mysql, int status);
int STDCALL mysql_autocommit_start(my_bool *ret, MYSQL * mysql,
Expand Down

0 comments on commit a56d193

Please sign in to comment.