[exim-dev] [Bug 2165] Compile error against MariaDB 10.2.8+

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2165] Compile error against MariaDB 10.2.8+
https://bugs.exim.org/show_bug.cgi?id=2165

Phil Pennock <pdp@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pdp@???


--- Comment #1 from Phil Pennock <pdp@???> ---
How does this compare to the patch already landed, in commit 4f9f4be46:

PP/07 GitHub PR 56: Apply MariaDB build fix.
      Patch provided by Jaroslav Å karvada.


The patch we've applied just adds:
+#include <mysql_version.h>

You're instead applying a guarded:
+#include <server/mysql_version.h>

I don't have MariaDB around to test against; is the current code in git wrong,
or will it be fine?

--
You are receiving this mail because:
You are on the CC list for the bug.