diff options
| author | John Marino <marino@FreeBSD.org> | 2014-08-09 11:50:13 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2014-08-09 11:50:13 +0000 |
| commit | 39eff20776590f48f25db91237d27550b1871801 (patch) | |
| tree | 6e9847ad94570fdec1abe7931a220217a2bfb322 /databases/monetdb/files/patch-tools-merovingian-client-monetdb-c | |
| parent | astro/p5-Starlink-AST: 1.02 -> 1.04 (diff) | |
Add new port databases/monetdb
PR: 186653
Submitted by: Jim (Ohlste.in)
Reworked by: marino
MonetDB is an open source column-oriented database management system
developed at the Centrum Wiskunde & Informatica (CWI) in the
Netherlands. It was designed to provide high performance on complex
queries against large databases, such as combining tables with hundreds
of columns and multi-million rows. MonetDB has been applied in
high-performance applications for data mining, online analytical
processing, geographic information systems, XML Query (XQuery), text
and multimedia retrieval.
Diffstat (limited to 'databases/monetdb/files/patch-tools-merovingian-client-monetdb-c')
| -rw-r--r-- | databases/monetdb/files/patch-tools-merovingian-client-monetdb-c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/monetdb/files/patch-tools-merovingian-client-monetdb-c b/databases/monetdb/files/patch-tools-merovingian-client-monetdb-c new file mode 100644 index 000000000000..c2910140a7c0 --- /dev/null +++ b/databases/monetdb/files/patch-tools-merovingian-client-monetdb-c @@ -0,0 +1,11 @@ +--- tools/merovingian/client/monetdb.c.orig 2014-02-03 15:56:43.493060136 +0100 ++++ tools/merovingian/client/monetdb.c 2014-02-03 15:58:52.276051225 +0100 +@@ -1196,7 +1196,7 @@ + + for (stats = orig; stats != NULL; stats = stats->next) { + if (type == INHERIT) { +- strncat(property, "=", sizeof(property)); ++ strncat(property, "=", sizeof(property) - strlen(property) - 1); + p = property; + } + out = control_send(&res, mero_host, mero_port, |
