Changeset: 9ba1bf516fb5 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9ba1bf516fb5
Modified Files:
sql/backends/monet5/sql_result.c
Branch: protocol
Log Message:
Don't need this anymore because the protocol works now.
diffs (12 lines):
diff --git a/sql/backends/monet5/sql_result.c b/sql/backends/monet5/sql_result.c
--- a/sql/backends/monet5/sql_result.c
+++ b/sql/backends/monet5/sql_result.c
@@ -2180,7 +2180,7 @@ mvc_export_result(backend *b, stream *s,
assert(!json); // so sue me
- if (GDKgetenv_istrue("crazybitsonthewire") && ( b->client->protocol ==
prot10 || b->client->protocol == prot10compressed)) {
+ if (b->client->protocol == prot10 || b->client->protocol ==
prot10compressed) {
return mvc_export_resultset_prot10(t, s, b->client->fdin->s,
b->client->blocksize);
}
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list