summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-08-18 13:48:18 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2019-08-18 13:48:18 +0100
commit8d16ac03bf99cf8b2bd74b7c745e1d12635c2a64 (patch)
treeba1624e153f94061053f6436294c5d13d0616771
parentGet glibmm flags from pkg-config (diff)
downloadlibdbpp-mysql-8d16ac03bf99cf8b2bd74b7c745e1d12635c2a64.tar.bz2
libdbpp-mysql-8d16ac03bf99cf8b2bd74b7c745e1d12635c2a64.tar.xz
libdbpp-mysql-8d16ac03bf99cf8b2bd74b7c745e1d12635c2a64.zip
MySQL8 removes my_boollibdbpp-mysql-1.4.1.2
-rw-r--r--libmysqlpp/my-column.h2
1 files changed, 1 insertions, 1 deletions
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;
};