Changeset: 957c21c819cf for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=957c21c819cf
Modified Files:
MonetDB5/src/mal/mal_session.mx
Branch: default
Log Message:
Backed out changeset f2ceaaf24796
It seems that the bug is either not completely fixed, or something
else is still wrong.
Proof: try to connect and disconnect twice to mserver5 using mclient
-lmal. The server crashes after the second disconnect.
diffs (14 lines):
diff -r f2ceaaf24796 -r 957c21c819cf MonetDB5/src/mal/mal_session.mx
--- a/MonetDB5/src/mal/mal_session.mx Fri Sep 03 15:27:26 2010 +0200
+++ b/MonetDB5/src/mal/mal_session.mx Tue Sep 07 16:27:50 2010 +0200
@@ -475,8 +475,10 @@
break;
resetScenario(c);
} while (c->scenario);
+#ifdef BUG_2581675_FIXED /* when client record reinitialized
properly, this code can be reinstated */
if (!MCwait(c))
break;
+#endif
} while(c->scenario && c->mode != FINISHING);
}
@-
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list