Changeset: 3aaee0bab220 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/3aaee0bab220
Modified Files:
        sql/backends/monet5/sql_upgrades.c
Branch: mangled
Log Message:

Fix in sql upgrade.


diffs (12 lines):

diff --git a/sql/backends/monet5/sql_upgrades.c 
b/sql/backends/monet5/sql_upgrades.c
--- a/sql/backends/monet5/sql_upgrades.c
+++ b/sql/backends/monet5/sql_upgrades.c
@@ -2267,7 +2267,7 @@ sql_update_jul2021(Client c, mvc *sql, c
                                                        " and sqlname = 'queue' 
and type = %d;\n", (int) F_UNION);
                        pos += snprintf(buf + pos, bufsize - pos,
                                                        "update sys._tables set 
system = true where schema_id = 2000"
-                                                       " and sqlname = 
'queue';\n");
+                                                       " and name = 
'queue';\n");
 
                        /* fix up dependencies for function getproj4 (if it 
exists) */
                        pos += snprintf(buf + pos, bufsize - pos,
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to