From 8d16ac03bf99cf8b2bd74b7c745e1d12635c2a64 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 18 Aug 2019 13:48:18 +0100 Subject: MySQL8 removes my_bool --- libmysqlpp/my-column.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmysqlpp/my-column.h b/libmysqlpp/my-column.h index 2b59a49..ec0ce85 100644 --- a/libmysqlpp/my-column.h +++ b/libmysqlpp/my-column.h @@ -13,7 +13,7 @@ namespace MySQL { [[nodiscard]] bool isNull() const override; protected: - my_bool is_null; + bool is_null; long unsigned int length; friend class SelectCommand; }; -- cgit v1.2.3