insert_self_ref_FK.Bug-6131.stable.out.FILTERED 2020-11-22 19:20:10.966507941 +0100 | insert_self_ref_FK.Bug-6131.test.out.FILTERED 2020-11-22 19:20:10.967507926 +0100 | |||||
---|---|---|---|---|---|---|
1 | Statistics about stdout of test 'insert_self_ref_FK.Bug-6131` in directory 'sql/test/BugTracker-2017`: | 1 | 1 | Statistics about stdout of test 'insert_self_ref_FK.Bug-6131` in directory 'sql/test/BugTracker-2017`: | 1 | |
2 | 15 lines, 70 words, 298 chars in lines not matching '^$|^(\| |)#|^=` | 2 | ! | 2 | 8 lines, 43 words, 227 chars in lines not matching '^$|^(\| |)#|^=` | 2 |
3 | = 15 lines, 70 words, 298 chars in lines not matching '^$|^(\| |)#` | 3 | ! | 3 | = 8 lines, 43 words, 227 chars in lines not matching '^$|^(\| |)#` | 3 |
4 | # 102 lines, 508 words, 3509 chars in all lines | 4 | ! | 4 | # 38 lines, 180 words, 1150 chars in all lines | 4 |
5 | 5 | 5 | 5 | |||
... | ... | ... | ... | ... | ... | # CONSTRAINT "fC" FOREIGN KEY (C) REFER |
78 | #); | 78 | 18 | #); | 18 | |
79 | #INSERT INTO test101 VALUES (101, 101, 101); | 79 | - | |||
80 | [ 1 ] | 80 | - | |||
81 | #ALTER TABLE test101 ALTER C SET NULL; | 81 | 19 | #ALTER TABLE test101 ALTER C SET NULL; | 19 | |
... | ... | ... | ... | ... | ... | #INSERT INTO test101 VALUES (100, 100, N |
83 | [ 1 ] | 83 | 21 | [ 1 ] | 21 | |
84 | #INSERT INTO test101 VALUES (102, 102, 102); | 84 | - | |||
85 | [ 1 ] | 85 | - | |||
86 | #INSERT INTO test101 VALUES (103, 103, 101); | 86 | - | |||
87 | [ 1 ] | 87 | - | |||
88 | #UPDATE test101 SET C = 100 WHERE C IS NULL; | 88 | 22 | #UPDATE test101 SET C = 100 WHERE C IS NULL; | 22 | |
... | ... | ... | ... | ... | ... | #select * from test101; |
94 | % 3, 3, 3 # length | 94 | 28 | % 3, 3, 3 # length | 28 | |
95 | [ 101, 101, 101 ] | 95 | - | |||
96 | [ 100, 100, 100 ] | 96 | 29 | [ 100, 100, 100 ] | 29 | |
97 | [ 102, 102, 102 ] | 97 | - | |||
98 | [ 103, 103, 103 ] | 98 | - | |||
99 | #ALTER TABLE test101 ALTER C SET NOT NULL; | 99 | 30 | #ALTER TABLE test101 ALTER C SET NOT NULL; | 30 | |
100 | #INSERT INTO test101 VALUES (104, 104, 104); | 100 | - | |||
101 | [ 1 ] | 101 | - | |||
102 | #DROP TABLE test101; | 102 | 31 | #DROP TABLE test101; | 31 |