adding test scripts
[csql.git] / test / durability / recovery / insert_b.sql
blob0580438e6bdafc64b95f3c2bbd845ea232f52566
1 echo SET AUTOCOMMIT OFF;
2 SET AUTOCOMMIT OFF;
3 echo insert into t2 values(100,1000.0001,'2001-1-1');
4 insert into t2 values(100,1000.0001,'2001-1-1');
5 echo insert into t2 values(500,5000.0005,'2005-5-5');
6 insert into t2 values(500,5000.0005,'2005-5-5');
7 echo ROLLBACK;
8 ROLLBACK;