Changeset: 9eec1f9568ad for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9eec1f9568ad
Modified Files:
sql/backends/monet5/sql_upgrades.c
Branch: linear-hashing
Log Message:
Rename function: upgrade to linear-hashing branch, not default.
diffs (21 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
@@ -2352,7 +2352,7 @@ sql_update_nov2019_sp1_hugeint(Client c,
#endif
static str
-sql_update_default(Client c, mvc *sql, const char *prev_schema, bool
*systabfixed)
+sql_update_linear_hashing(Client c, mvc *sql, const char *prev_schema, bool
*systabfixed)
{
sql_table *t;
size_t bufsize = 8192, pos = 0;
@@ -2870,7 +2870,7 @@ SQLupgrades(Client c, mvc *m)
#endif
if (!res && !sql_bind_func(m->sa, s, "suspend_log_flushing", NULL,
NULL, F_PROC)) {
- if ((err = sql_update_default(c, m, prev_schema, &systabfixed))
!= NULL) {
+ if ((err = sql_update_linear_hashing(c, m, prev_schema,
&systabfixed)) != NULL) {
fprintf(stderr, "!%s\n", err);
freeException(err);
res = -1;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list