From 4345009f526408a141c6d2817c8363369623147a Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Wed, 5 Aug 2020 18:28:45 +0200 Subject: dev-db/mysql++: drop old Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann --- .../mysql++/files/mysql++-3.2.3-mariadb-10.2.patch | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 dev-db/mysql++/files/mysql++-3.2.3-mariadb-10.2.patch (limited to 'dev-db/mysql++/files/mysql++-3.2.3-mariadb-10.2.patch') diff --git a/dev-db/mysql++/files/mysql++-3.2.3-mariadb-10.2.patch b/dev-db/mysql++/files/mysql++-3.2.3-mariadb-10.2.patch deleted file mode 100644 index ff814650e001..000000000000 --- a/dev-db/mysql++/files/mysql++-3.2.3-mariadb-10.2.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/lib/dbdriver.cpp -+++ b/lib/dbdriver.cpp -@@ -257,7 +257,11 @@ - } - - if ((n == 1) && -+#ifdef CLIENT_LONG_PASSWORD - (o >= CLIENT_LONG_PASSWORD) && -+#else -+ (o >= CLIENT_MYSQL) && -+#endif - #if MYSQL_VERSION_ID > 40000 // highest flag value varies by version - (o <= CLIENT_MULTI_RESULTS) - #else ---- a/lib/common.h -+++ b/lib/common.h -@@ -130,12 +130,6 @@ - #define MYSQLPP_PATH_SEPARATOR '/' - #endif - --#if defined(MYSQLPP_MYSQL_HEADERS_BURIED) --# include --#else --# include --#endif -- - namespace mysqlpp { - - /// \brief Alias for 'true', to make code requesting exceptions more -- cgit v1.2.3