From 231bc3fc8d1902bb19b6fce39ffd72cce4b4f2c3 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 12 Jun 2021 20:26:01 +0100 Subject: Avoid direct use of runtime_error in MySQL stuff Adds proper exception which extends it and gets the MySQL error message. --- lib/input/replStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/input/replStream.h') diff --git a/lib/input/replStream.h b/lib/input/replStream.h index bc47267..dcfee19 100644 --- a/lib/input/replStream.h +++ b/lib/input/replStream.h @@ -11,7 +11,7 @@ namespace MyGrate { } namespace MyGrate::Input { - class ReplicationStream : public EventSourceBase, MySQLConn { + class ReplicationStream : public EventSourceBase, public MySQLConn { public: ReplicationStream(const std::string & host, const std::string & user, const std::string & pass, unsigned short port, uint64_t serverid, std::string filename, uint64_t position); -- cgit v1.2.3