Statistics about stdout of test 'insert_self_ref_FK.Bug-6131` in directory 'sql/test/BugTracker-2017`: 8 lines, 43 words, 227 chars in lines not matching '^$|^(\| |)#|^=` = 8 lines, 43 words, 227 chars in lines not matching '^$|^(\| |)#` # 34 lines, 157 words, 943 chars in all lines stdout of test 'insert_self_ref_FK.Bug-6131` in directory 'sql/test/BugTracker-2017` itself: # 22:51:04 > # 22:51:04 > "mclient" "-lsql" "-ftest" "-tnone" "-Eutf-8" "-i" "-e" "--host=/var/tmp/mtest-16175" "--port=39722" # 22:51:04 > #CREATE TABLE test101( # A INT NOT NULL PRIMARY KEY, # B INT NOT NULL, # C INT NOT NULL, # CONSTRAINT "fC" FOREIGN KEY (C) REFERENCES test101(A) #); #ALTER TABLE test101 ALTER C SET NULL; #INSERT INTO test101 VALUES (100, 100, NULL); [ 1 ] #UPDATE test101 SET C = 100 WHERE C IS NULL; [ 1 ] #select * from test101; % sys.test101, sys.test101, sys.test101 # table_name % a, b, c # name % int, int, int # type % 3, 3, 3 # length [ 100, 100, 100 ] #ALTER TABLE test101 ALTER C SET NOT NULL; #DROP TABLE test101; #START TRANSACTION; #CREATE TABLE "sys"."t1" ("c0" DOUBLE,CONSTRAINT "t1_c0_unique" UNIQUE ("c0"),CONSTRAINT "t1_c0_fkey" FOREIGN KEY ("c0") REFERENCES "sys"."t1" ("c0")); #ROLLBACK; # 22:51:04 > # 22:51:04 > "Done." # 22:51:04 >