summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/mysql/mariadb/gcc7.patch
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2017-08-17 17:28:28 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-31 10:11:53 +0200
commitea0e706a226b0a95bd3e6b076bd9ced027a38efd (patch)
tree93c5dba9f26ab892b30649f461630f5199b0adfb /meta-oe/recipes-support/mysql/mariadb/gcc7.patch
parent28d2c9b4474844516a9e8328bb497cdf3bec88ef (diff)
downloadmeta-openembedded-ea0e706a226b0a95bd3e6b076bd9ced027a38efd.tar.gz
mariadb: 5.5.55 -> 5.5.57
Upgrade mariadb from 5.5.55 to 5.5.57. * update SRC_URI that mariadb.com doesn't provides source tarball of 5.5.57 * remove gcc7.patch which is not needed any more Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/mysql/mariadb/gcc7.patch')
-rw-r--r--meta-oe/recipes-support/mysql/mariadb/gcc7.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-oe/recipes-support/mysql/mariadb/gcc7.patch b/meta-oe/recipes-support/mysql/mariadb/gcc7.patch
deleted file mode 100644
index 3e75b26c76..0000000000
--- a/meta-oe/recipes-support/mysql/mariadb/gcc7.patch
+++ /dev/null
@@ -1,13 +0,0 @@
1Index: mariadb-5.5.55/client/mysql.cc
2===================================================================
3--- mariadb-5.5.55.orig/client/mysql.cc
4+++ mariadb-5.5.55/client/mysql.cc
5@@ -2850,7 +2850,7 @@ You can turn off this feature to get a q
6 mysql_free_result(fields);
7 break;
8 }
9- field_names[i][num_fields*2]= '\0';
10+ field_names[i][num_fields*2][0]= '\0';
11 j=0;
12 while ((sql_field=mysql_fetch_field(fields)))
13 {