Changeset: 49237562ece8 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=49237562ece8
Modified Files:
        sql/test/mergetables/Tests/sqlsmith.Bug-6459.sql
        sql/test/mergetables/Tests/sqlsmith.Bug-6472.sql
        sql/test/mergetables/Tests/sqlsmith.Bug-6472.stable.out
Branch: default
Log Message:

Tracelog columns were removed


diffs (90 lines):

diff --git a/sql/test/mergetables/Tests/sqlsmith.Bug-6459.sql 
b/sql/test/mergetables/Tests/sqlsmith.Bug-6459.sql
--- a/sql/test/mergetables/Tests/sqlsmith.Bug-6459.sql
+++ b/sql/test/mergetables/Tests/sqlsmith.Bug-6459.sql
@@ -13,7 +13,7 @@ where EXISTS (
     from 
       sys.spatial_ref_sys as ref_4
         right join sys.tracelog as ref_5
-        on (ref_4.proj4text = ref_5.clk )
+        on (ref_4.proj4text = ref_5.stmt )
     where case when EXISTS (
           select  
               subq_0.c0 as c0
@@ -37,16 +37,16 @@ where EXISTS (
       ref_4.auth_srid as c1,
       37 as c2,
       subq_0.c0 as c3,
-      ref_5.minflt as c4
+      ref_5.stmt as c4
     from
       sys.spatial_ref_sys as ref_4
         right join sys.tracelog as ref_5
-        on (ref_4.proj4text = ref_5.clk )
+        on (ref_4.proj4text = ref_5.stmt )
     where case when EXISTS (
           select
               subq_0.c0 as c0,
               ref_4.proj4text as c1,
-              ref_5.thread as c2,
+              ref_5.stmt as c2,
               subq_0.c0 as c3,
               ref_6.commit_action as c4
             from
diff --git a/sql/test/mergetables/Tests/sqlsmith.Bug-6472.sql 
b/sql/test/mergetables/Tests/sqlsmith.Bug-6472.sql
--- a/sql/test/mergetables/Tests/sqlsmith.Bug-6472.sql
+++ b/sql/test/mergetables/Tests/sqlsmith.Bug-6472.sql
@@ -4,23 +4,23 @@ select
   subq_0.c1 as c2
 from 
   (select  
-        ref_0.rrsmb as c0, 
-        ref_0.ticks as c1, 
-        ref_0.thread as c2, 
+        ref_0.stmt as c0, 
+        ref_0.stmt as c1, 
+        ref_0.stmt as c2, 
         92 as c3, 
-        ref_0.majflt as c4, 
+        ref_0.stmt as c4, 
         ref_0.stmt as c5, 
-        ref_0.minflt as c6, 
-        ref_0.majflt as c7, 
-        ref_0.majflt as c8, 
+        ref_0.stmt as c6, 
+        ref_0.stmt as c7, 
+        ref_0.stmt as c8, 
         36 as c9, 
-        ref_0.writes as c10, 
-        ref_0.writes as c11, 
-        ref_0.thread as c12, 
-        ref_0.thread as c13
+        ref_0.stmt as c10, 
+        ref_0.stmt as c11, 
+        ref_0.stmt as c12, 
+        ref_0.stmt as c13
       from 
         sys.tracelog as ref_0
-      where ref_0.rrsmb is NULL
+      where ref_0.stmt is NULL
       limit 90) as subq_0
 where EXISTS (
   select  
diff --git a/sql/test/mergetables/Tests/sqlsmith.Bug-6472.stable.out 
b/sql/test/mergetables/Tests/sqlsmith.Bug-6472.stable.out
--- a/sql/test/mergetables/Tests/sqlsmith.Bug-6472.stable.out
+++ b/sql/test/mergetables/Tests/sqlsmith.Bug-6472.stable.out
@@ -45,11 +45,11 @@ stdout of test 'sqlsmith.Bug-6472` in di
 #        ref_0.thread as c13
 #      from 
 #        sys.tracelog as ref_0
-#      where ref_0.rrsmb is NULL
-% .L64,        .L66,   .L70 # table_name
+#      where ref_0.stmt is NULL
+% .L44,        .L45,   .L46 # table_name
 % c0,  c1,     c2 # name
-% bigint,      tinyint,        bigint # type
-% 1,   1,      1 # length
+% clob,        tinyint,        clob # type
+% 0,   1,      0 # length
 
 # 10:09:03 >  
 # 10:09:03 >  "Done."
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to