From 94927bfef6548ac20118586bfcd51e60b296e569 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 24 Dec 2015 03:43:16 +0000 Subject: Beginnings of embbeded MySQL --- libmysqlpp/my-connection.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libmysqlpp/my-connection.cpp') diff --git a/libmysqlpp/my-connection.cpp b/libmysqlpp/my-connection.cpp index acc89cd..04c1f8c 100644 --- a/libmysqlpp/my-connection.cpp +++ b/libmysqlpp/my-connection.cpp @@ -77,6 +77,10 @@ MySQL::Connection::Connection(const std::string & str) } } +MySQL::Connection::Connection() +{ +} + MySQL::Connection::~Connection() { mysql_close(&conn); -- cgit v1.2.3