ports/databases/monetdb/files/patch-tools-merovingian-client-monetdb-c
John Marino 39eff20776 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.
2014-08-09 11:50:13 +00:00

11 lines
452 B
Text

--- 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,