Description: Support for libmysqlclient20
 Debian Mysql 5.7 is still in experimental, but Ubuntu Xenial is already shipping it.
 We have to provide support for the libmysqlclient library shipped by this version
 of Mysql, still retaining the ability to load libmysqlclient18 or earlier versions
 if we are running Debian jessie or stretch
Author: Massimo Manghi <mxmanghi@apache.org>
Last-Update: 2016-08-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/generic/mysqlStubInit.c
+++ b/generic/mysqlStubInit.c
@@ -44,7 +44,7 @@
 /* ABI Version numbers of the MySQL API that we can cope with */
 
 static const char mysqlSuffixes[][4] = {
-    "", ".18", ".17", ".16", ".15"
+    "", ".20", ".18", ".17", ".16", ".15"
 };
 
 /* Names of the functions that we need from MySQL */
