From 3e34318ad53d2c66b2038af70e84c3e205df9204 Mon Sep 17 00:00:00 2001 From: prabatuty Date: Wed, 30 Mar 2011 16:48:04 +0000 Subject: [PATCH] error code changes in exp file --- test/tools/csql/exp.test107.ksh | 2 +- test/tools/csql/exp.test109.ksh | 2 +- test/tools/csql/exp.test112.ksh | 2 +- test/tools/csql/exp.test118.ksh | 4 ++-- test/tools/csql/exp.test120.ksh | 2 +- test/tools/csql/exp.test122.ksh | 2 +- test/tools/csql/exp.test123.ksh | 8 ++++---- test/tools/csql/exp.test124.ksh | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/test/tools/csql/exp.test107.ksh b/test/tools/csql/exp.test107.ksh index b463889f..b0bed205 100644 --- a/test/tools/csql/exp.test107.ksh +++ b/test/tools/csql/exp.test107.ksh @@ -1,5 +1,5 @@ Statement Executed Statement Executed -Statement execute failed with error -35 +Statement execute failed with error -34 Statement Executed Statement Executed diff --git a/test/tools/csql/exp.test109.ksh b/test/tools/csql/exp.test109.ksh index 49d09dab..a63e1a57 100644 --- a/test/tools/csql/exp.test109.ksh +++ b/test/tools/csql/exp.test109.ksh @@ -7,6 +7,6 @@ Statement Executed: Rows Affected = 1 Statement Executed: Rows Affected = 1 Statement Executed: Rows Affected = 1 Statement Executed: Rows Affected = 1 -Statement execute failed with error -36 +Statement execute failed with error -35 Statement Executed Statement Executed diff --git a/test/tools/csql/exp.test112.ksh b/test/tools/csql/exp.test112.ksh index 53367337..3d0ab00d 100644 --- a/test/tools/csql/exp.test112.ksh +++ b/test/tools/csql/exp.test112.ksh @@ -8,6 +8,6 @@ Statement Executed: Rows Affected = 1 Statement Executed: Rows Affected = 1 Statement Executed: Rows Affected = 1 Statement Executed: Rows Affected = 2 -Statement execute failed with error -35 +Statement execute failed with error -34 Statement Executed Statement Executed diff --git a/test/tools/csql/exp.test118.ksh b/test/tools/csql/exp.test118.ksh index 27b9b884..6cc50fd4 100644 --- a/test/tools/csql/exp.test118.ksh +++ b/test/tools/csql/exp.test118.ksh @@ -5,8 +5,8 @@ Statement Executed echo INSERT INTO t1 VALUES(1,10,100); Statement Executed: Rows Affected = 1 echo INSERT INTO t2 VALUES(1,10,100); -Statement execute failed with error -35 +Statement execute failed with error -34 echo INSERT INTO t2 VALUES(2,20,10); -Statement execute failed with error -35 +Statement execute failed with error -34 Statement Executed Statement Executed diff --git a/test/tools/csql/exp.test120.ksh b/test/tools/csql/exp.test120.ksh index d1a944b6..1c34ff86 100644 --- a/test/tools/csql/exp.test120.ksh +++ b/test/tools/csql/exp.test120.ksh @@ -19,6 +19,6 @@ Statement Executed: Rows Affected = 1 echo INSERT INTO t2 VALUES(3,1000,30); Statement Executed: Rows Affected = 1 echo DELETE FROM t1 WHERE f1=1; -Statement execute failed with error -36 +Statement execute failed with error -35 Statement Executed Statement Executed diff --git a/test/tools/csql/exp.test122.ksh b/test/tools/csql/exp.test122.ksh index 82ae4d2b..911efa75 100644 --- a/test/tools/csql/exp.test122.ksh +++ b/test/tools/csql/exp.test122.ksh @@ -48,6 +48,6 @@ echo SELECT * FROM t2; 4 1000 30 echo UPDATE t2 SET f3=20 WHERE f1=4; -Statement execute failed with error -35 +Statement execute failed with error -34 Statement Executed Statement Executed diff --git a/test/tools/csql/exp.test123.ksh b/test/tools/csql/exp.test123.ksh index 9dc7c8b1..0a4f421c 100644 --- a/test/tools/csql/exp.test123.ksh +++ b/test/tools/csql/exp.test123.ksh @@ -47,9 +47,9 @@ echo SELECT * FROM t3; 200 1000 echo INSERT INTO t2 values(3,100); -Statement execute failed with error -35 +Statement execute failed with error -34 echo INSERT INTO t3 values(400,1000); -Statement execute failed with error -35 +Statement execute failed with error -34 echo SELECT * FROM t1; --------------------------------------------------------- t1.f1 t1.f2 @@ -75,7 +75,7 @@ echo SELECT * FROM t3; 200 1000 echo UPDATE t3 SET f5=400 where f5=200; -Statement execute failed with error -35 +Statement execute failed with error -34 echo UPDATE t1 SET f1=3 where f1=2; Statement prepare failed with error -21 echo UPDATE t2 SET f4=400 where f5=200; @@ -107,7 +107,7 @@ echo SELECT * FROM t3; 300 1000 echo DELETE FROM t1 WHERE f1=2; -Statement execute failed with error -36 +Statement execute failed with error -35 echo DELETE FROM t2 where f4=200; Statement Executed: Rows Affected = 1 echo DELETE FROM t3 WHERE f5=300; diff --git a/test/tools/csql/exp.test124.ksh b/test/tools/csql/exp.test124.ksh index fd70e4f1..1a9cb651 100644 --- a/test/tools/csql/exp.test124.ksh +++ b/test/tools/csql/exp.test124.ksh @@ -23,7 +23,7 @@ Statement Executed: Rows Affected = 1 echo INSERT INTO t3 values(2,4); Statement Executed: Rows Affected = 1 echo INSERT INTO t3 values(1,5); -Statement execute failed with error -35 +Statement execute failed with error -34 echo SELECT * FROM t1; --------------------------------------------------------- t1.f1 t1.f2 -- 2.11.4.GIT