summaryrefslogtreecommitdiff
path: root/dev-db/lib_mysqludf_stat/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-13 16:55:35 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-13 16:55:35 +0000
commit1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (patch)
treec99a472cce74148d499f42ada873454b0e32a42d /dev-db/lib_mysqludf_stat/files
parentda6a52f691ef980bab92d003d5df8f463c623af8 (diff)
gentoo resync : 13.03.2018
Diffstat (limited to 'dev-db/lib_mysqludf_stat/files')
-rw-r--r--dev-db/lib_mysqludf_stat/files/lib_mysqludf_stat-warnings.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-db/lib_mysqludf_stat/files/lib_mysqludf_stat-warnings.patch b/dev-db/lib_mysqludf_stat/files/lib_mysqludf_stat-warnings.patch
deleted file mode 100644
index 5447356fea2d..000000000000
--- a/dev-db/lib_mysqludf_stat/files/lib_mysqludf_stat-warnings.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- lib_mysqludf_stat.c.orig 2011-10-19 04:30:24.000000000 +0200
-+++ lib_mysqludf_stat.c 2011-10-19 04:31:21.000000000 +0200
-@@ -550,7 +550,7 @@
- , char *error
- ){
- PEARSON* pearson_struct = (PEARSON *)initid->ptr;
-- double result;
-+ double result=0.0;
- if (pearson_struct->n==0){
- *is_null = 1;
- } else if (
-@@ -700,7 +700,7 @@
- POINT_BISERIAL_GROUP* X0;
- POINT_BISERIAL_GROUP* X1;
- double s;
-- double result;
-+ double result=0.0;
-
- point_biserial_struct = (POINT_BISERIAL *)initid->ptr;
- X = &point_biserial_struct->X;