Changeset: 8d4d1a6c3440 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8d4d1a6c3440
Modified Files:
        monetdb5/optimizer/opt_history.c
Branch: default
Log Message:

opt_history.c: fixed typo in changeset 7f20c97e8ce3 "Optimizer de-mx step"

Found by test sql/test/BugTracker-2011/Tests/history.Bug-2909.sql (!)


diffs (12 lines):

diff --git a/monetdb5/optimizer/opt_history.c b/monetdb5/optimizer/opt_history.c
--- a/monetdb5/optimizer/opt_history.c
+++ b/monetdb5/optimizer/opt_history.c
@@ -150,7 +150,7 @@ OPThistoryImplementation(Client cntxt, M
                        r = pushArgument(mb, r, oublock);
                        getArg(r,0)=oublock;
 
-                       q = newStmt(mb, "profiler", "getDisjReads");
+                       q = newStmt(mb, "profiler", "getDiskReads");
                        r = newStmt1(mb, calcRef, "-");
                        r = pushArgument(mb, r, getArg(q,0));
                        r = pushArgument(mb, r, inblock);
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to