aboutsummaryrefslogtreecommitdiff
path: root/src/test/performance/sqls/slcsimple
blob: dd70759aa67e1d46d8710b349aceb5fa993ee060 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
`> .sqlf`;

# PgSQL specific to execute all queries in single xaction
`echo "BEGIN;" >> .sqlf` if ( $TestDBMS =~ /^pgsql/ && $XACTBLOCK ne '' );


`cat sqls/slcsimple.data >> .sqlf`;


`echo "END;" >> .sqlf` if ( $TestDBMS =~ /^pgsql/ && $XACTBLOCK ne '' );

# Run queries
`time $FrontEnd < .sqlf`;