Statistics about stdout of test 'trigger_projection` in directory 'sql/test/miscellaneous`: 8 lines, 38 words, 183 chars in lines not matching '^$|^(\| |)#|^=` = 8 lines, 38 words, 183 chars in lines not matching '^$|^(\| |)#` # 29 lines, 117 words, 684 chars in all lines stdout of test 'trigger_projection` in directory 'sql/test/miscellaneous` itself: # 13:24:52 > # 13:24:52 > "mclient" "-lsql" "-ftest" "-tnone" "-Eutf-8" "-i" "-e" "--host=/var/tmp/mtest-183040" "--port=38298" # 13:24:52 > #start transaction; #create table fun(a int, b varchar(32)); #create table fun2(c int, d varchar(32)); #create or replace trigger mytrigger2 # after delete on fun referencing old row as "del" # insert into fun2 values ("del"."a", "del"."b"); #insert into fun values (1, 'a'); [ 1 ] #delete from fun; [ 1 ] #select c, d from fun2; % sys.fun2, sys.fun2 # table_name % c, d # name % int, varchar # type % 1, 1 # length [ 1, "a" ] #rollback; # 13:24:52 > # 13:24:52 > "Done." # 13:24:52 >