From a26ae677e8bc7cf34295412d960348083b1b311b Mon Sep 17 00:00:00 2001
From: Julien Muchembled <jm@nexedi.com>
Date: Fri, 17 Mar 2017 11:55:57 +0100
Subject: [PATCH] mariadb: add a comment to dissuade from using Connector/C 2.x

---
 component/mariadb/buildout.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/component/mariadb/buildout.cfg b/component/mariadb/buildout.cfg
index 5fa2ecac6..34206d1c0 100644
--- a/component/mariadb/buildout.cfg
+++ b/component/mariadb/buildout.cfg
@@ -21,6 +21,8 @@ parts =
   mariadb
 
 [mariadb-connector-c]
+# Broken, and it's unlikely that the 2.x branch will ever be stable enough.
+# See also message of commit ebb649e23cd0497e80387bc6c1a28f9902c5bdc1
 recipe = slapos.recipe.cmmi
 version = 2.3.2
 url = https://downloads.mariadb.com/Connectors/c/connector-c-${:version}/mariadb-connector-c-${:version}-src.tar.gz
-- 
2.30.9