Changeset: cd0da1bafc1a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cd0da1bafc1a
Modified Files:
        monetdb5/extras/dvf/opt_dvf.c
Branch: DVframework
Log Message:

Fixed bug: plan_modifier should not be called more than once.


diffs (12 lines):

diff --git a/monetdb5/extras/dvf/opt_dvf.c b/monetdb5/extras/dvf/opt_dvf.c
--- a/monetdb5/extras/dvf/opt_dvf.c
+++ b/monetdb5/extras/dvf/opt_dvf.c
@@ -153,7 +153,7 @@ OPTdvfImplementation(Client cntxt, MalBl
                        strstr(getVarConstant(mb, getArg(p, 3)).val.sval, 
data_table_identifier) == NULL &&
                        strcmp(getVarConstant(mb, getArg(p, 4)).val.sval, 
file_location_identifier) == 0 &&
                        getVarConstant(mb, getArg(p, 5)).val.ival == 0 &&
-                       state <= 3)
+                       state < 3)
                {
                        i1 = i;
                        state = 1;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to