Changeset: 32e0e10a1cfb for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=32e0e10a1cfb
Modified Files:
        sql/test/BugTracker-2016/Tests/storagemodel.stable.out
Branch: Jun2020
Log Message:

Approved output


diffs (25 lines):

diff --git a/sql/test/BugTracker-2016/Tests/storagemodel.stable.out 
b/sql/test/BugTracker-2016/Tests/storagemodel.stable.out
--- a/sql/test/BugTracker-2016/Tests/storagemodel.stable.out
+++ b/sql/test/BugTracker-2016/Tests/storagemodel.stable.out
@@ -83,8 +83,8 @@ stdout of test 'storagemodel` in directo
 % sys.storagemodel,    sys.storagemodel,       sys.storagemodel,       
sys.storagemodel,       sys.storagemodel,       sys.storagemodel,       
sys.storagemodel,       sys.storagemodel,       sys.storagemodel,       
sys.storagemodel,       sys.storagemodel,       sys.storagemodel,       
sys.storagemodel # table_name
 % schema,      table,  column, type,   count,  columnsize,     heapsize,       
hashsize,       imprintsize,    orderidxsize,   sorted, unique, isacolumn # name
 % varchar,     varchar,        varchar,        varchar,        bigint, bigint, 
bigint, bigint, bigint, bigint, boolean,        boolean,        boolean # type
-% 3,   7,      1,      3,      5,      5,      1,      1,      4,      1,      
5,      5,      5 # length
-[ "sys",       "bug3923",      "i",    "int",  10000,  40000,  0,      0,      
8000,   0,      true,   NULL,   true    ]
+% 3,   7,      1,      3,      5,      5,      4,      1,      4,      1,      
5,      5,      5 # length
+[ "sys",       "bug3923",      "i",    "int",  10000,  10000,  8312,   0,      
2000,   0,      true,   NULL,   true    ]
 #drop table bug3923;
 #create table bug3923(i integer);
 #select "schema", "table", "column", "type", "mode", case when typewidth < 14 
then typewidth else 99 end as typewidth, hashes, phash, imprints from 
sys.storage('sys','_tables');
@@ -108,8 +108,8 @@ stdout of test 'storagemodel` in directo
 % sys.storagemodel,    sys.storagemodel,       sys.storagemodel,       
sys.storagemodel,       sys.storagemodel,       sys.storagemodel,       
sys.storagemodel,       sys.storagemodel,       sys.storagemodel,       
sys.storagemodel,       sys.storagemodel,       sys.storagemodel,       
sys.storagemodel # table_name
 % schema,      table,  column, type,   count,  columnsize,     heapsize,       
hashsize,       imprintsize,    orderidxsize,   sorted, unique, isacolumn # name
 % varchar,     varchar,        varchar,        varchar,        bigint, bigint, 
bigint, bigint, bigint, bigint, boolean,        boolean,        boolean # type
-% 13,  7,      1,      3,      5,      5,      1,      1,      4,      1,      
5,      5,      5 # length
-[ "bug3923schema",     "bug3923",      "i",    "int",  10000,  40000,  0,      
0,      8000,   0,      true,   NULL,   true    ]
+% 13,  7,      1,      3,      5,      5,      4,      1,      4,      1,      
5,      5,      5 # length
+[ "bug3923schema",     "bug3923",      "i",    "int",  10000,  10000,  8312,   
0,      2000,   0,      true,   NULL,   true    ]
 #drop table bug3923;
 
 # 23:38:44 >  
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to