diff options
| author | Sam James <sam@gentoo.org> | 2022-03-13 17:32:41 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2022-03-13 17:32:54 +0000 |
| commit | a4f93562b5d6754653c9cd29fcb401f30ffbbced (patch) | |
| tree | 4c2a2392ee83f2076a401d2b2d1e9cb2b9cb836d /dev-db/mysql-cluster/files/7.2.34-client.patch | |
| parent | 212326ac6a5ef37c563b1fde8bcbd379960ffb60 (diff) | |
| download | gentoo-a4f93562b5d6754653c9cd29fcb401f30ffbbced.tar.gz gentoo-a4f93562b5d6754653c9cd29fcb401f30ffbbced.tar.bz2 gentoo-a4f93562b5d6754653c9cd29fcb401f30ffbbced.zip | |
dev-db/mysql-cluster: drop 7.2.34, 7.3.22
Clean up as much as we can, anyway, while last-rites pend.
Bug: https://bugs.gentoo.org/834113
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mysql-cluster/files/7.2.34-client.patch')
| -rw-r--r-- | dev-db/mysql-cluster/files/7.2.34-client.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-db/mysql-cluster/files/7.2.34-client.patch b/dev-db/mysql-cluster/files/7.2.34-client.patch deleted file mode 100644 index fbf163bf250b..000000000000 --- a/dev-db/mysql-cluster/files/7.2.34-client.patch +++ /dev/null @@ -1,25 +0,0 @@ -From b6c038d4366d003ae00120c96e39a892e5d675c1 Mon Sep 17 00:00:00 2001 -From: Tor Didriksen <tor.didriksen@oracle.com> -Date: Wed, 18 Jul 2018 10:22:21 +0200 -Subject: [PATCH] Fix build break with modern compilers: - -client/mysql.cc: In function void build_completion_hash(bool, bool): -client/mysql.cc:2674:37: error: invalid conversion from char to char* [-fpermissive] - field_names[i][num_fields*2]= '\0'; ---- - client/mysql.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/client/mysql.cc b/client/mysql.cc -index 8510361a54e..bc32a58f37e 100644 ---- a/client/mysql.cc -+++ b/client/mysql.cc -@@ -2671,7 +2671,7 @@ You can turn off this feature to get a quicker startup with -A\n\n"); - mysql_free_result(fields); - break; - } -- field_names[i][num_fields*2]= '\0'; -+ field_names[i][num_fields*2]= NULL; - j=0; - while ((sql_field=mysql_fetch_field(fields))) - { |
