Changeset: 15c371c736f1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=15c371c736f1 Modified Files: sql/test/testdb-upgrade-chain/Tests/upgrade.stable.out sql/test/testdb-upgrade/Tests/upgrade.stable.out Branch: default Log Message:
Approved after changeset c9b06e7aa511. diffs (22 lines): diff --git a/sql/test/testdb-upgrade-chain/Tests/upgrade.stable.out b/sql/test/testdb-upgrade-chain/Tests/upgrade.stable.out --- a/sql/test/testdb-upgrade-chain/Tests/upgrade.stable.out +++ b/sql/test/testdb-upgrade-chain/Tests/upgrade.stable.out @@ -31,6 +31,7 @@ create view sys.storagemodel as select * drop procedure sys.resetHistory; drop procedure sys.keepCall; drop procedure sys.keepQuery; +update sys._tables set system = false where name in ('querylog','callhistory','queryhistory') and schema_id = (select id from sys.schemas where name = 'sys'); drop view sys.queryLog; drop table sys.callHistory; drop table sys.queryHistory; diff --git a/sql/test/testdb-upgrade/Tests/upgrade.stable.out b/sql/test/testdb-upgrade/Tests/upgrade.stable.out --- a/sql/test/testdb-upgrade/Tests/upgrade.stable.out +++ b/sql/test/testdb-upgrade/Tests/upgrade.stable.out @@ -31,6 +31,7 @@ create view sys.storagemodel as select * drop procedure sys.resetHistory; drop procedure sys.keepCall; drop procedure sys.keepQuery; +update sys._tables set system = false where name in ('querylog','callhistory','queryhistory') and schema_id = (select id from sys.schemas where name = 'sys'); drop view sys.queryLog; drop table sys.callHistory; drop table sys.queryHistory; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list