Changeset: 2dfa46994d7c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2dfa46994d7c Modified Files: clients/mapiclient/mclient.c Branch: embedded Log Message:
mclient no longer reading entire result set in timer mode diffs (13 lines): diff --git a/clients/mapiclient/mclient.c b/clients/mapiclient/mclient.c --- a/clients/mapiclient/mclient.c +++ b/clients/mapiclient/mclient.c @@ -1218,8 +1218,7 @@ static void TIMERrenderer(MapiHdl hdl) { SQLqueryEcho(hdl); - while (fetch_line(hdl) != 0) - ; + mapi_next_result(hdl); printf("%s\n", timerHuman()); } _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list