insert_self_ref_FK.Bug-6131.stable.out.FILTERED 2020-01-15 02:05:19.114751261 +0100 | insert_self_ref_FK.Bug-6131.test.out.FILTERED 2020-01-15 02:05:19.124751723 +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 | # 48 lines, 248 words, 1764 chars in all lines | 4 |
5 | 5 | 5 | 5 | |||
... | ... | ... | ... | ... | ... | # CONSTRAINT "fC" FOREIGN KEY (C) REFER |
78 | #); | 78 | 35 | #); | 35 | |
79 | #INSERT INTO test101 VALUES (101, 101, 101); | 79 | - | |||
80 | [ 1 ] | 80 | - | |||
81 | #ALTER TABLE test101 ALTER C SET NULL; | 81 | 36 | #ALTER TABLE test101 ALTER C SET NULL; | 36 | |
... | ... | ... | ... | ... | ... | #INSERT INTO test101 VALUES (100, 100, N |
83 | [ 1 ] | 83 | 38 | [ 1 ] | 38 | |
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 | 39 | #UPDATE test101 SET C = 100 WHERE C IS NULL; | 39 | |
... | ... | ... | ... | ... | ... | #select * from test101; |
94 | % 3, 3, 3 # length | 94 | 45 | % 3, 3, 3 # length | 45 | |
95 | [ 101, 101, 101 ] | 95 | - | |||
96 | [ 100, 100, 100 ] | 96 | 46 | [ 100, 100, 100 ] | 46 | |
97 | [ 102, 102, 102 ] | 97 | - | |||
98 | [ 103, 103, 103 ] | 98 | - | |||
99 | #ALTER TABLE test101 ALTER C SET NOT NULL; | 99 | 47 | #ALTER TABLE test101 ALTER C SET NOT NULL; | 47 | |
100 | #INSERT INTO test101 VALUES (104, 104, 104); | 100 | - | |||
101 | [ 1 ] | 101 | - | |||
102 | #DROP TABLE test101; | 102 | 48 | #DROP TABLE test101; | 48 |