Changeset: 370aef48ddc9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=370aef48ddc9
Modified Files:
        monetdb5/scheduler/run_isolate.c
Branch: default
Log Message:

minor textual change


diffs (23 lines):

diff --git a/monetdb5/scheduler/run_isolate.c b/monetdb5/scheduler/run_isolate.c
--- a/monetdb5/scheduler/run_isolate.c
+++ b/monetdb5/scheduler/run_isolate.c
@@ -23,19 +23,6 @@
  * with the debugger.
  * Its lifetime then is identical to that of the main program call.
  *
- * The first example create a private copy, leaving out the scheduler call.
- * @example
- * @code{
- * function f();
- *     i@{runonce, rows>4@}:=1;        # just properties
- *     mdb.list();
- *     io.print("start running\n");
- *     scheduler.isolation();
- *     io.print("done\n");
- *     mdb.list();
- * end f;
- * f(); #shows self-modification in action
- * }
  * @end example
  * This function with its history remain available as long as f()
  * is defined.
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to