diff options
Diffstat (limited to 'meta-oe/recipes-support/mysql/mariadb/gcc7.patch')
-rw-r--r-- | meta-oe/recipes-support/mysql/mariadb/gcc7.patch | 13 |
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 @@ | |||
1 | Index: 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 | { | ||