Changeset: d7f5e38b6ed7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/d7f5e38b6ed7
Modified Files:
sql/storage/bat/bat_logger.c
Branch: check
Log Message:
missing internal store administration for check column
diffs (31 lines):
diff --git a/sql/storage/bat/bat_logger.c b/sql/storage/bat/bat_logger.c
--- a/sql/storage/bat/bat_logger.c
+++ b/sql/storage/bat/bat_logger.c
@@ -902,6 +902,13 @@ const struct table {
},
{
.schema = "sys",
+ .table = "keys",
+ .column = "check",
+ .fullname = "sys_keys_check",
+ .newid = 2165,
+ },
+ {
+ .schema = "sys",
.table = "idxs",
.fullname = "D_sys_idxs",
.newid = 2094,
@@ -1240,6 +1247,13 @@ const struct table {
},
{
.schema = "tmp",
+ .table = "keys",
+ .column = "check",
+ .fullname = "tmp_keys_action",
+ .newid = 2166,
+ },
+ {
+ .schema = "tmp",
.table = "idxs",
.fullname = "D_tmp_idxs",
.newid = 2142,
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]