sociomantic-tsunami / libdrizzle-redux

The next generation of Libdrizzle with a simplified API and support for more features of the protocol
Other
13 stars 12 forks source link

Fix error handling in drizzle_binlog_get_filename #303

Closed andreas-bok-sociomantic closed 6 years ago

andreas-bok-sociomantic commented 6 years ago

The error was logged with verbosity level DRIZZLE_VERBOSE_DEBUG

In addition the function returns DRIZZLE_RETURN_OK when no binlog files were available on the server. Instead use drizzle_set_error and return status DRIZZLE_RETURN_NOT_FOUND.

Update docs for drizzle_binlog_get_filename

andreas-bok-sociomantic commented 6 years ago

Removed deplicate in ci msg