Description: Support for libmysqlclient21
 Ubuntu Mysql 8.0 will move to libmysqlclient21.
 We have to provide support for the libmysqlclient library shipped by this
 version of Mysql, still retaining the ability to load libmysqlclient20 or
 mariadb or earlier versions if we are running Debian jessie or stretch
Author: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Forwarded: no
X-Not-Forwarded-Reason: work in progress
Last-Update: 2019-08-14
--- a/generic/mysqlStubInit.c
+++ b/generic/mysqlStubInit.c
@@ -44,7 +44,7 @@ static const char *const mysqlStubLibNam
 /* ABI Version numbers of the MySQL API that we can cope with */
 
 static const char mysqlSuffixes[][4] = {
-    "", ".20", ".18", ".17", ".16", ".15", ".3"
+    "", ".21", ".20", ".18", ".17", ".16", ".15", ".3"
 };
 
 /* Names of the functions that we need from MySQL */
