Changeset: f56e4e5d8b8b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f56e4e5d8b8b
Modified Files:
clients/ChangeLog
Branch: default
Log Message:
fix changelog
diffs (12 lines):
diff -r 76236eb43c65 -r f56e4e5d8b8b clients/ChangeLog
--- a/clients/ChangeLog Thu Au
Changeset: 76236eb43c65 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=76236eb43c65
Modified Files:
Branch: default
Log Message:
Merged from Jun2010
diffs (12 lines):
diff -r 22d3d40af00a -r 76236eb43c65 buildtools/conf/Maddlog
--- a/buildtools/conf/Maddlog Thu
Changeset: 22d3d40af00a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=22d3d40af00a
Modified Files:
clients/ChangeLog
clients/src/mapiclient/mclient.mx
Branch: default
Log Message:
Print a header also when there are no tuples in a resultset.
Decomplicate code
Changeset: b1de8d5134dc for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b1de8d5134dc
Modified Files:
buildtools/conf/Maddlog
Branch: Jun2010
Log Message:
fix typo that caused unexpected spaces in client's ChangeLog
diffs (12 lines):
diff -r 19ad58419780 -r b1de8d51
Apart from the problem that this doesn't compile when using an optimized
compile (variables may be used uninitialized), there is also the problem
that it looks like this leaks memory.
There are 4 unconditional calls to GDKzalloc inside a for loop, but the
corresponding GDKfree calls are outside of
Changeset: f2d72d297b9c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f2d72d297b9c
Modified Files:
clients/src/mapiclient/mclient.mx
Branch: default
Log Message:
make sure we won't get stale "truncated fields" messages from a previous result
set
diffs (19 lines):
Changeset: db4f9bd0c1e1 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=db4f9bd0c1e1
Modified Files:
clients/src/mapiclient/mclient.mx
Branch: default
Log Message:
Fix regression in displying values containing newlines.
Displaying values with newlines happened to wor
Changeset: f8d35c60aea4 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f8d35c60aea4
Modified Files:
testing/src/Mtest.py.in
Branch: default
Log Message:
List failing tests in test summary (if not too many).
diffs (72 lines):
diff -r def2fad0888d -r f8d35c60aea4 te