early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/libodb-mysql/adapter_mysql_8.0.patch
vendored
Executable file
13
externals/vcpkg/ports/libodb-mysql/adapter_mysql_8.0.patch
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
diff --git a/odb/mysql/mysql-types.hxx b/odb/mysql/mysql-types.hxx
|
||||
index 1254ccd..5396791 100644
|
||||
--- a/odb/mysql/mysql-types.hxx
|
||||
+++ b/odb/mysql/mysql-types.hxx
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#include <odb/mysql/details/config.hxx>
|
||||
|
||||
-typedef char my_bool;
|
||||
+typedef bool my_bool;
|
||||
typedef struct st_mysql_bind MYSQL_BIND;
|
||||
|
||||
#ifdef LIBODB_MYSQL_INCLUDE_SHORT
|
Reference in New Issue
Block a user