mariadb: build with libxml2-2.14.0

reported upstream at https://jira.mariadb.org/browse/MDEV-36427
This commit is contained in:
Rudi Heitbaum 2025-03-30 13:38:26 +00:00
parent 67c779c8da
commit f4207c0d23

View File

@ -0,0 +1,11 @@
--- a/storage/connect/plgxml.h 2025-02-12 10:13:23.000000000 +0000
+++ b/storage/connect/plgxml.h 2025-03-30 13:35:43.002151245 +0000
@@ -5,7 +5,7 @@
/******************************************************************/
/* Dual XML implementation base classes defines. */
/******************************************************************/
-#if !defined(BASE_BUFFER_SIZE)
+#if !defined(__XML_TREE_H__)
enum ElementType { // libxml2
XML_ELEMENT_NODE = 1,
XML_ATTRIBUTE_NODE = 2,