Changeset: 80b73ae97236 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/80b73ae97236
Modified Files:
sql/backends/monet5/sql_scenario.c
Branch: Jan2022
Log Message:
The 'logging' schema was introduced in Jun2020 release. Use an older schema for
upgrade compatibility with older versions
diffs (14 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
@@ -484,8 +484,8 @@ SQLinit(Client c)
* server after an incomplete initialization */
if ((msg = SQLtrans(m)) == MAL_SUCCEED) {
/* TODO there's a going issue with loading triggers due
to system tables,
- so at the moment check for existence of 'logging'
schema from 81_tracer.sql */
- if (!mvc_bind_schema(m, "logging"))
+ so at the moment check for existence of 'json'
schema from 40_json.sql */
+ if (!mvc_bind_schema(m, "json"))
store->first = 1;
msg = mvc_rollback(m, 0, NULL, false);
}
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list