Changeset: e9a51f69006a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e9a51f69006a Modified Files: sql/test/BugTracker-2012/Tests/predicate_select.Bug-3090.stable.out Branch: default Log Message:
fixed stable output after merge with Feb2013 branch diffs (11 lines): diff --git a/sql/test/BugTracker-2012/Tests/predicate_select.Bug-3090.stable.out b/sql/test/BugTracker-2012/Tests/predicate_select.Bug-3090.stable.out --- a/sql/test/BugTracker-2012/Tests/predicate_select.Bug-3090.stable.out +++ b/sql/test/BugTracker-2012/Tests/predicate_select.Bug-3090.stable.out @@ -65,6 +65,7 @@ Ready. [ "storagemodelinput", 2000, NULL, 0, true, 0, false, 0 ] [ "storagemodel", 2000, "create view sys.storagemodel as select * from sys.storagemodel();", 1, true, 0, false, 0 ] [ "tablestoragemodel", 2000, "-- A summary of the table storage requirement is is available as a table view.\n-- The auxillary column denotes the maximum space if all non-sorted columns\n-- would be augmented with a hash (rare situation)\ncreate view sys.tablestoragemodel\nas select \"schema\",\"table\",max(count) as \"count\",\n\tsum(columnsize) as columnsize,\n\tsum(heapsize) as heapsize,\n\tsum(indices) as indices,\n\tsum(case when sorted = false then 8 * count else 0 end) as auxillary\nfrom sys.storagemodel() group by \"schema\",\"table\";", 1, true, 0, false, 0 ] +[ "statistics", 2000, NULL, 0, true, 0, false, 0 ] [ "systemfunctions", 2000, NULL, 0, true, 0, false, 0 ] # 18:53:13 > _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
