Changeset: f53eb0aa697a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f53eb0aa697a
Modified Files:
        sql/backends/monet5/sql.c
Branch: default
Log Message:

Identation


diffs (12 lines):

diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c
--- a/sql/backends/monet5/sql.c
+++ b/sql/backends/monet5/sql.c
@@ -658,7 +658,7 @@ setVariable(Client cntxt, MalBlkPtr mb, 
                        if (!isOptimizerPipe(newopt) || strcmp(buf, newopt) == 
0) {
                                if ((msg = addPipeDefinition(cntxt, buf, 
newopt)))
                                        return msg;
-                       if (!sqlvar_set_string(find_global_var(m, s, varname), 
buf))
+                               if (!sqlvar_set_string(find_global_var(m, s, 
varname), buf))
                                        throw(SQL, "sql.setVariable", 
SQLSTATE(HY013) MAL_MALLOC_FAIL);
                        } else if (!sqlvar_set_string(find_global_var(m, s, 
varname), newopt))
                                throw(SQL, "sql.setVariable", SQLSTATE(HY013) 
MAL_MALLOC_FAIL);
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to