diff options
| author | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-05 18:28:45 +0200 |
|---|---|---|
| committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-05 18:28:54 +0200 |
| commit | 4345009f526408a141c6d2817c8363369623147a (patch) | |
| tree | 12e0164ed4e14d043863012d79fb2be22834a192 /dev-db/mysql++/files/mysql++-3.2.3-mariadb-10.2.patch | |
| parent | 5be86a52c0f42a31a41da353b4b032fd90d1a07c (diff) | |
| download | gentoo-4345009f526408a141c6d2817c8363369623147a.tar.gz gentoo-4345009f526408a141c6d2817c8363369623147a.tar.bz2 gentoo-4345009f526408a141c6d2817c8363369623147a.zip | |
dev-db/mysql++: drop old
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db/mysql++/files/mysql++-3.2.3-mariadb-10.2.patch')
| -rw-r--r-- | dev-db/mysql++/files/mysql++-3.2.3-mariadb-10.2.patch | 29 |
1 files changed, 0 insertions, 29 deletions
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 <mysql/mysql_version.h> --#else --# include <mysql_version.h> --#endif -- - namespace mysqlpp { - - /// \brief Alias for 'true', to make code requesting exceptions more |
