Changeset: 0654b6dac7a0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/0654b6dac7a0
Modified Files:
        sql/backends/monet5/sql_statement.c
Branch: pushcands
Log Message:

pcre module doesn't support candidate lists yet, the like functions are on the 
algebra module


diffs (12 lines):

diff --git a/sql/backends/monet5/sql_statement.c 
b/sql/backends/monet5/sql_statement.c
--- a/sql/backends/monet5/sql_statement.c
+++ b/sql/backends/monet5/sql_statement.c
@@ -1333,7 +1333,7 @@ stmt_genselect(backend *be, stmt *lops, 
        MalBlkPtr mb = be->mb;
        InstrPtr q = NULL;
        const char *mod = sql_func_mod(f->func), *op = sql_func_imp(f->func);
-       int k, push_cands = strcmp(mod, "pcre") == 0 || strcmp(mod, "algebra") 
== 0, all_cands_pushed = 1;
+       int k, push_cands = strcmp(mod, "algebra") == 0, all_cands_pushed = 1;
 
        if (backend_create_subfunc(be, f, NULL) < 0)
                return NULL;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to