diff options
author | Florian Smeets <flo@FreeBSD.org> | 2021-04-11 13:48:35 +0200 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2021-04-11 23:42:42 +0200 |
commit | 1ac77b72c03c3ac28743d9b8bc40c628dca48693 (patch) | |
tree | b39d57d1b61fd16ee4bee7d023fd70cce01ed16d /databases/percona55-client/files/patch-client__mysql.cc | |
parent | audio/kapitonov-plugins-pack-lv2: add compiler:c11 to USES (diff) |
Remove Percona Server for MySQL 5.5, it is EOL upstream
Diffstat (limited to 'databases/percona55-client/files/patch-client__mysql.cc')
-rw-r--r-- | databases/percona55-client/files/patch-client__mysql.cc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/databases/percona55-client/files/patch-client__mysql.cc b/databases/percona55-client/files/patch-client__mysql.cc deleted file mode 100644 index b73e1052d30d..000000000000 --- a/databases/percona55-client/files/patch-client__mysql.cc +++ /dev/null @@ -1,16 +0,0 @@ ---- client/mysql.cc.orig 2012-02-27 19:15:22.271243107 +0000 -+++ client/mysql.cc 2012-02-27 19:16:16.645241508 +0000 -@@ -1601,11 +1601,11 @@ - #endif - - #ifdef HAVE_READLINE -- printf("%s Ver %s Distrib %s, for %s (%s) using %s %s\n", -+ printf("%s Ver %s Distrib %s Percona, for %s (%s) using %s %s\n", - my_progname, VER, MYSQL_SERVER_VERSION, SYSTEM_TYPE, MACHINE_TYPE, - readline, rl_library_version); - #else -- printf("%s Ver %s Distrib %s, for %s (%s)\n", my_progname, VER, -+ printf("%s Ver %s Distrib %s Percona, for %s (%s)\n", my_progname, VER, - MYSQL_SERVER_VERSION, SYSTEM_TYPE, MACHINE_TYPE); - #endif - |