Changeset: 3bc9e60cac91 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3bc9e60cac91
Modified Files:
        sql/backends/monet5/sql_scenario.c
Branch: Feb2013
Log Message:

Copy-paste error.


diffs (16 lines):

diff --git a/sql/backends/monet5/sql_scenario.c 
b/sql/backends/monet5/sql_scenario.c
--- a/sql/backends/monet5/sql_scenario.c
+++ b/sql/backends/monet5/sql_scenario.c
@@ -605,9 +605,9 @@ sql_update_feb2013_sp1(Client c)
                fclose(fp);
        }
 
-       pos += snprintf(buf + pos, bufsize-pos, "insert into 
sys.systemfunctions (select f.id from sys.functions f, sys.schemas s where 
f.name in ('like', 'ilike') and f.type = %d and f.schema_id = s.id and s.name = 
'sys';\n", F_FILT);
-       pos += snprintf(buf + pos, bufsize-pos, "insert into 
sys.systemfunctions (select f.id from sys.functions f, sys.schemas s where 
f.name in ('storage', 'columnsize', 'heapsize', 'indexsize', 'storagemodel') 
and f.type = %d and f.schema_id = s.id and s.name = 'sys';\n", F_FUNC);
-       pos += snprintf(buf + pos, bufsize-pos, "insert into 
sys.systemfunctions (select f.id from sys.functions f, sys.schemas s where 
f.name = 'storagemodelinit' and f.type = %d and f.schema_id = s.id and s.name = 
'sys';\n", F_PROC);
+       pos += snprintf(buf + pos, bufsize-pos, "insert into 
sys.systemfunctions (select f.id from sys.functions f, sys.schemas s where 
f.name in ('like', 'ilike') and f.type = %d and f.schema_id = s.id and s.name = 
'sys');\n", F_FILT);
+       pos += snprintf(buf + pos, bufsize-pos, "insert into 
sys.systemfunctions (select f.id from sys.functions f, sys.schemas s where 
f.name in ('storage', 'columnsize', 'heapsize', 'indexsize', 'storagemodel') 
and f.type = %d and f.schema_id = s.id and s.name = 'sys');\n", F_FUNC);
+       pos += snprintf(buf + pos, bufsize-pos, "insert into 
sys.systemfunctions (select f.id from sys.functions f, sys.schemas s where 
f.name = 'storagemodelinit' and f.type = %d and f.schema_id = s.id and s.name = 
'sys');\n", F_PROC);
 
        assert(pos < bufsize);
 
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to