Changeset: f2ceaaf24796 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f2ceaaf24796
Modified Files:
MonetDB5/src/mal/mal_session.mx
Branch: default
Log Message:
bugzie says that bug #1939 is fixed, so disable the guard
diffs (14 lines):
diff -r 3733beae1496 -r f2ceaaf24796 MonetDB5/src/mal/mal_session.mx
--- a/MonetDB5/src/mal/mal_session.mx Fri Sep 03 14:34:08 2010 +0200
+++ b/MonetDB5/src/mal/mal_session.mx Fri Sep 03 15:27:26 2010 +0200
@@ -475,10 +475,8 @@
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