Changeset: 3c60b51f40ad for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3c60b51f40ad Modified Files: sql/test/BugTracker-2010/Tests/offset_limited_32bit.SF-2950579.stable.out.oid32 Branch: default Log Message:
output of query select * from tables has been extended with additional column. This .oid32 version also needed to be updated to reflect the changed output diffs (18 lines): diff --git a/sql/test/BugTracker-2010/Tests/offset_limited_32bit.SF-2950579.stable.out.oid32 b/sql/test/BugTracker-2010/Tests/offset_limited_32bit.SF-2950579.stable.out.oid32 --- a/sql/test/BugTracker-2010/Tests/offset_limited_32bit.SF-2950579.stable.out.oid32 +++ b/sql/test/BugTracker-2010/Tests/offset_limited_32bit.SF-2950579.stable.out.oid32 @@ -26,10 +26,10 @@ Ready. # 09:37:07 > #SELECT * from tables OFFSET 2147483646; -- returns instantly -% .tables, .tables, .tables, .tables, .tables, .tables, .tables, .tables, .tables # table_name -% id, name, schema_id, query, type, system, commit_action, access, temporary # name -% int, varchar, int, varchar, smallint, boolean, smallint, smallint, tinyint # type -% 1, 0, 1, 0, 1, 5, 1, 1, 1 # length +% .tables, .tables, .tables, .tables, .tables, .tables, .tables, .tables, .tables, .tables # table_name +% id, name, schema_id, query, type, system, commit_action, access, temporary, table_type # name +% int, varchar, int, varchar, smallint, boolean, smallint, smallint, tinyint, smallint # type +% 1, 0, 1, 0, 1, 5, 1, 1, 1, 1 # length # 11:34:25 > # 11:34:25 > "Done." _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
