# Bug report 1741
# 副問い合わせに scalar subquery、row subquery

Begin;
Initialize;
InitializeSession  "TESTDB";
Command "create database TESTDB";
TerminateSession;
InitializeSession  "TESTDB";
Command "create table T1(f1_index int, g1 int, h1 int, i1 int)";
Command "create  index I_T1_f1 on T1(f1_index)";
Command "insert T1 values (?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?)" [-34567890,-34567890,2147483647,-2147483648,2147483647,2147483647,-2147483648,0,-2147483648,-2147483648,0,1,0,0,1,-1,1,1,-1,6543210,-1,-1,6543210,-34567890,6543210,6543210,-34567890,2147483647,-34567890,-34567890,2147483647,-2147483648,2147483647,2147483647,-2147483648,0,-2147483648,-2147483648,0,1];
Command "create table T2(f2_index int, g2 int, h2 int, i2 int)";
Command "create  index I_T2_f2 on T2(f2_index)";
Command "insert T2 values (?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?)" [-2147483648,-2147483648,0,1,0,0,1,-1,1,1,-1,6543210,-1,-1,6543210,-34567890,6543210,6543210,-34567890,2147483647,-34567890,-34567890,2147483647,-2147483648,2147483647,2147483647,-2147483648,0,-2147483648,-2147483648,0,1,0,0,1,-1,1,1,-1,6543210,-2147483648,-2147483648,0,1,0,0,1,-1,1,1,-1,6543210,-1,-1,6543210,-34567890,6543210,6543210,-34567890,2147483647];
Command "create table T3(f3_index int, g3 int, h3 int, i3 int)";
Command "create  index I_T3_f3 on T3(f3_index)";
Command "insert T3 values (?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?)" [1,1,-1,6543210,-1,-1,6543210,-34567890,6543210,6543210,-34567890,2147483647,-34567890,-34567890,2147483647,-2147483648,2147483647,2147483647,-2147483648,0,-2147483648,-2147483648,0,1,0,0,1,-1,1,1,-1,6543210,-1,-1,6543210,-34567890,6543210,6543210,-34567890,2147483647,1,1,-1,6543210,-1,-1,6543210,-34567890,6543210,6543210,-34567890,2147483647,-34567890,-34567890,2147483647,-2147483648,2147483647,2147483647,-2147483648,0,-2147483648,-2147483648,0,1,0,0,1,-1];
Command "select g1 from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select g1 from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select g1 from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel2" "select (select h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel2" [];
PreparedCommand "sel2" [];
Command "start transaction read write";
PreparedCommand "sel2" [];
Command "commit";
ErasePreparedCommand "sel2";
CreatePreparedCommand "sel3" "select i1 from T1 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel3" [];
PreparedCommand "sel3" [];
Command "start transaction read write";
PreparedCommand "sel3" [];
Command "commit";
ErasePreparedCommand "sel3";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel6" "select h1,(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel6" [];
PreparedCommand "sel6" [];
Command "start transaction read write";
PreparedCommand "sel6" [];
Command "commit";
ErasePreparedCommand "sel6";
CreatePreparedCommand "sel7" "select (select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel7" [];
PreparedCommand "sel7" [];
Command "start transaction read write";
PreparedCommand "sel7" [];
Command "commit";
ErasePreparedCommand "sel7";
Command "select f1_index,(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select f1_index,(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select f1_index,(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel9" "select (select g3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel9" [];
PreparedCommand "sel9" [];
Command "start transaction read write";
PreparedCommand "sel9" [];
Command "commit";
ErasePreparedCommand "sel9";
Command "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel11" "select (select i3 from T3 where f2_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel11" [];
PreparedCommand "sel11" [];
Command "start transaction read write";
PreparedCommand "sel11" [];
Command "commit";
ErasePreparedCommand "sel11";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel13" "select g2,(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel13" [];
PreparedCommand "sel13" [];
Command "start transaction read write";
PreparedCommand "sel13" [];
Command "commit";
ErasePreparedCommand "sel13";
Command "select h1 from T1 where ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select h1 from T1 where ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select h1 from T1 where ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
Command "select i1,(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select i1,(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select i1,(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel16" "select f1_index from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel16" [];
PreparedCommand "sel16" [];
Command "start transaction read write";
PreparedCommand "sel16" [];
Command "commit";
ErasePreparedCommand "sel16";
CreatePreparedCommand "sel17" "select (select g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel17" [];
PreparedCommand "sel17" [];
Command "start transaction read write";
PreparedCommand "sel17" [];
Command "commit";
ErasePreparedCommand "sel17";
Command "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel19" "select i1,(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel19" [];
PreparedCommand "sel19" [];
Command "start transaction read write";
PreparedCommand "sel19" [];
Command "commit";
ErasePreparedCommand "sel19";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel21" "select (select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel21" [];
PreparedCommand "sel21" [];
Command "start transaction read write";
PreparedCommand "sel21" [];
Command "commit";
ErasePreparedCommand "sel21";
Command "select (select h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel23" "select (select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel23" [];
PreparedCommand "sel23" [];
Command "start transaction read write";
PreparedCommand "sel23" [];
Command "commit";
ErasePreparedCommand "sel23";
Command "select f1_index,(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select f1_index,(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select f1_index,(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
Command "select (select g3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select g3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select g3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel26" "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel26" [];
PreparedCommand "sel26" [];
Command "start transaction read write";
PreparedCommand "sel26" [];
Command "commit";
ErasePreparedCommand "sel26";
CreatePreparedCommand "sel27" "select i1,(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel27" [];
PreparedCommand "sel27" [];
Command "start transaction read write";
PreparedCommand "sel27" [];
Command "commit";
ErasePreparedCommand "sel27";
Command "select f1_index,(select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select f1_index,(select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select f1_index,(select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select g2 from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select g2 from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select g2 from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel30" "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel30" [];
PreparedCommand "sel30" [];
Command "start transaction read write";
PreparedCommand "sel30" [];
Command "commit";
ErasePreparedCommand "sel30";
CreatePreparedCommand "sel31" "select i2 from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel31" [];
PreparedCommand "sel31" [];
Command "start transaction read write";
PreparedCommand "sel31" [];
Command "commit";
ErasePreparedCommand "sel31";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel33" "select (select g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel33" [];
PreparedCommand "sel33" [];
Command "start transaction read write";
PreparedCommand "sel33" [];
Command "commit";
ErasePreparedCommand "sel33";
Command "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select (select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel36" "select f1_index,(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel36" [];
PreparedCommand "sel36" [];
Command "start transaction read write";
PreparedCommand "sel36" [];
Command "commit";
ErasePreparedCommand "sel36";
Command "select g2,(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select g2,(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select g2,(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel38" "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel38" [];
PreparedCommand "sel38" [];
Command "start transaction read write";
PreparedCommand "sel38" [];
Command "commit";
ErasePreparedCommand "sel38";
Command "select (select i3 from T3 where f2_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select i3 from T3 where f2_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select i3 from T3 where f2_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel40" "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel40" [];
PreparedCommand "sel40" [];
Command "start transaction read write";
PreparedCommand "sel40" [];
Command "commit";
ErasePreparedCommand "sel40";
CreatePreparedCommand "sel41" "select g1,(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel41" [];
PreparedCommand "sel41" [];
Command "start transaction read write";
PreparedCommand "sel41" [];
Command "commit";
ErasePreparedCommand "sel41";
Command "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel43" "select i2,(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel43" [];
PreparedCommand "sel43" [];
Command "start transaction read write";
PreparedCommand "sel43" [];
Command "commit";
ErasePreparedCommand "sel43";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel46" "select h1,(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel46" [];
PreparedCommand "sel46" [];
Command "start transaction read write";
PreparedCommand "sel46" [];
Command "commit";
ErasePreparedCommand "sel46";
CreatePreparedCommand "sel47" "select i1,(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel47" [];
PreparedCommand "sel47" [];
Command "start transaction read write";
PreparedCommand "sel47" [];
Command "commit";
ErasePreparedCommand "sel47";
Command "select f1_index from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select f1_index from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select f1_index from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel49" "select g1 from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel49" [];
PreparedCommand "sel49" [];
Command "start transaction read write";
PreparedCommand "sel49" [];
Command "commit";
ErasePreparedCommand "sel49";
Command "select (select h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select (select i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel52" "select f1_index,(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel52" [];
PreparedCommand "sel52" [];
Command "start transaction read write";
PreparedCommand "sel52" [];
Command "commit";
ErasePreparedCommand "sel52";
Command "select g1,(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select g1,(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select g1,(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel54" "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel54" [];
PreparedCommand "sel54" [];
Command "start transaction read write";
PreparedCommand "sel54" [];
Command "commit";
ErasePreparedCommand "sel54";
CreatePreparedCommand "sel55" "select (select i3 from T3 where f1_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel55" [];
PreparedCommand "sel55" [];
Command "start transaction read write";
PreparedCommand "sel55" [];
Command "commit";
ErasePreparedCommand "sel55";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel57" "select (select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel57" [];
PreparedCommand "sel57" [];
Command "start transaction read write";
PreparedCommand "sel57" [];
Command "commit";
ErasePreparedCommand "sel57";
Command "select h1,(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select h1,(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select h1,(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select (select i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel60" "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel60" [];
PreparedCommand "sel60" [];
Command "start transaction read write";
PreparedCommand "sel60" [];
Command "commit";
ErasePreparedCommand "sel60";
CreatePreparedCommand "sel61" "select (select g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel61" [];
PreparedCommand "sel61" [];
Command "start transaction read write";
PreparedCommand "sel61" [];
Command "commit";
ErasePreparedCommand "sel61";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel63" "select i2,(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel63" [];
PreparedCommand "sel63" [];
Command "start transaction read write";
PreparedCommand "sel63" [];
Command "commit";
ErasePreparedCommand "sel63";
Command "select f1_index from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select f1_index from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select f1_index from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
Command "select g2,(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2)) and ((select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
Command "select g2,(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2)) and ((select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
Command "start transaction read write";
Command "select g2,(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2)) and ((select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
Command "commit";
CreatePreparedCommand "sel66" "select h1 from T1 where (((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel66" [];
PreparedCommand "sel66" [];
Command "start transaction read write";
PreparedCommand "sel66" [];
Command "commit";
ErasePreparedCommand "sel66";
Command "select i1,(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
Command "select i1,(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
Command "start transaction read write";
Command "select i1,(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
Command "commit";
CreatePreparedCommand "sel68" "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel68" [];
PreparedCommand "sel68" [];
Command "start transaction read write";
PreparedCommand "sel68" [];
Command "commit";
ErasePreparedCommand "sel68";
CreatePreparedCommand "sel69" "select g2,(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index)) and ((select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
PreparedCommand "sel69" [];
PreparedCommand "sel69" [];
Command "start transaction read write";
PreparedCommand "sel69" [];
Command "commit";
ErasePreparedCommand "sel69";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select (select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
Command "select (select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
Command "start transaction read write";
Command "select (select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
Command "commit";
CreatePreparedCommand "sel72" "select f1_index from T1,T2 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel72" [];
PreparedCommand "sel72" [];
Command "start transaction read write";
PreparedCommand "sel72" [];
Command "commit";
ErasePreparedCommand "sel72";
CreatePreparedCommand "sel73" "select (select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
PreparedCommand "sel73" [];
PreparedCommand "sel73" [];
Command "start transaction read write";
PreparedCommand "sel73" [];
Command "commit";
ErasePreparedCommand "sel73";
Command "select (select h3 from T3 where f1_index = f3_index limit 1) from T1 where (((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select h3 from T3 where f1_index = f3_index limit 1) from T1 where (((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select h3 from T3 where f1_index = f3_index limit 1) from T1 where (((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select (select i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
Command "select (select i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
Command "start transaction read write";
Command "select (select i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
Command "commit";
CreatePreparedCommand "sel76" "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where (((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel76" [];
PreparedCommand "sel76" [];
Command "start transaction read write";
PreparedCommand "sel76" [];
Command "commit";
ErasePreparedCommand "sel76";
CreatePreparedCommand "sel77" "select g1,(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where (((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
PreparedCommand "sel77" [];
PreparedCommand "sel77" [];
Command "start transaction read write";
PreparedCommand "sel77" [];
Command "commit";
ErasePreparedCommand "sel77";
Command "select h1 from T1,T2 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select h1 from T1,T2 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select h1 from T1,T2 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select (select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
Command "select (select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
Command "start transaction read write";
Command "select (select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
Command "commit";
CreatePreparedCommand "sel80" "select f1_index,(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where (((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel80" [];
PreparedCommand "sel80" [];
Command "start transaction read write";
PreparedCommand "sel80" [];
Command "commit";
ErasePreparedCommand "sel80";
Command "select g2,(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select g2,(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select g2,(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel82" "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel82" [];
PreparedCommand "sel82" [];
Command "start transaction read write";
PreparedCommand "sel82" [];
Command "commit";
ErasePreparedCommand "sel82";
Command "select (select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel84" "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel84" [];
PreparedCommand "sel84" [];
Command "start transaction read write";
PreparedCommand "sel84" [];
Command "commit";
ErasePreparedCommand "sel84";
CreatePreparedCommand "sel85" "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel85" [];
PreparedCommand "sel85" [];
Command "start transaction read write";
PreparedCommand "sel85" [];
Command "commit";
ErasePreparedCommand "sel85";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel87" "select (select i3 from T3 where f1_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel87" [];
PreparedCommand "sel87" [];
Command "start transaction read write";
PreparedCommand "sel87" [];
Command "commit";
ErasePreparedCommand "sel87";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
Command "select (select g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel90" "select h1,(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel90" [];
PreparedCommand "sel90" [];
Command "start transaction read write";
PreparedCommand "sel90" [];
Command "commit";
ErasePreparedCommand "sel90";
Command "select (select i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel92" "select f1_index,(select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel92" [];
PreparedCommand "sel92" [];
Command "start transaction read write";
PreparedCommand "sel92" [];
Command "commit";
ErasePreparedCommand "sel92";
CreatePreparedCommand "sel93" "select (select g3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel93" [];
PreparedCommand "sel93" [];
Command "start transaction read write";
PreparedCommand "sel93" [];
Command "commit";
ErasePreparedCommand "sel93";
Command "select (select h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel95" "select (select i3 from T3 where f2_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel95" [];
PreparedCommand "sel95" [];
Command "start transaction read write";
PreparedCommand "sel95" [];
Command "commit";
ErasePreparedCommand "sel95";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel97" "select g1,(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel97" [];
PreparedCommand "sel97" [];
Command "start transaction read write";
PreparedCommand "sel97" [];
Command "commit";
ErasePreparedCommand "sel97";
Command "select h1 from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select h1 from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select h1 from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel99" "select i2,(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel99" [];
PreparedCommand "sel99" [];
Command "start transaction read write";
PreparedCommand "sel99" [];
Command "commit";
ErasePreparedCommand "sel99";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel102" "select h1 from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel102" [];
PreparedCommand "sel102" [];
Command "start transaction read write";
PreparedCommand "sel102" [];
Command "commit";
ErasePreparedCommand "sel102";
CreatePreparedCommand "sel103" "select (select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel103" [];
PreparedCommand "sel103" [];
Command "start transaction read write";
PreparedCommand "sel103" [];
Command "commit";
ErasePreparedCommand "sel103";
Command "select f1_index from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select f1_index from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select f1_index from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel106" "select h1,(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel106" [];
PreparedCommand "sel106" [];
Command "start transaction read write";
PreparedCommand "sel106" [];
Command "commit";
ErasePreparedCommand "sel106";
Command "select (select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel108" "select f1_index,(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel108" [];
PreparedCommand "sel108" [];
Command "start transaction read write";
PreparedCommand "sel108" [];
Command "commit";
ErasePreparedCommand "sel108";
CreatePreparedCommand "sel109" "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel109" [];
PreparedCommand "sel109" [];
Command "start transaction read write";
PreparedCommand "sel109" [];
Command "commit";
ErasePreparedCommand "sel109";
Command "select h1,(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select h1,(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select h1,(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
Command "select (select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel112" "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel112" [];
PreparedCommand "sel112" [];
Command "start transaction read write";
PreparedCommand "sel112" [];
Command "commit";
ErasePreparedCommand "sel112";
CreatePreparedCommand "sel113" "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel113" [];
PreparedCommand "sel113" [];
Command "start transaction read write";
PreparedCommand "sel113" [];
Command "commit";
ErasePreparedCommand "sel113";
Command "select h1,(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select h1,(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select h1,(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel115" "select (select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel115" [];
PreparedCommand "sel115" [];
Command "start transaction read write";
PreparedCommand "sel115" [];
Command "commit";
ErasePreparedCommand "sel115";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select (select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel118" "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel118" [];
PreparedCommand "sel118" [];
Command "start transaction read write";
PreparedCommand "sel118" [];
Command "commit";
ErasePreparedCommand "sel118";
Command "select (select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel120" "select f1_index,(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel120" [];
PreparedCommand "sel120" [];
Command "start transaction read write";
PreparedCommand "sel120" [];
Command "commit";
ErasePreparedCommand "sel120";
Command "select g2 from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select g2 from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select g2 from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel122" "select h1,(select i3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel122" [];
PreparedCommand "sel122" [];
Command "start transaction read write";
PreparedCommand "sel122" [];
Command "commit";
ErasePreparedCommand "sel122";
Command "select i2 from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select i2 from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select i2 from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel124" "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel124" [];
PreparedCommand "sel124" [];
Command "start transaction read write";
PreparedCommand "sel124" [];
Command "commit";
ErasePreparedCommand "sel124";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel126" "select h1 from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel126" [];
PreparedCommand "sel126" [];
Command "start transaction read write";
PreparedCommand "sel126" [];
Command "commit";
ErasePreparedCommand "sel126";
CreatePreparedCommand "sel127" "select (select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel127" [];
PreparedCommand "sel127" [];
Command "start transaction read write";
PreparedCommand "sel127" [];
Command "commit";
ErasePreparedCommand "sel127";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel129" "select g2,(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel129" [];
PreparedCommand "sel129" [];
Command "start transaction read write";
PreparedCommand "sel129" [];
Command "commit";
ErasePreparedCommand "sel129";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select i2 from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select i2 from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select i2 from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel132" "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel132" [];
PreparedCommand "sel132" [];
Command "start transaction read write";
PreparedCommand "sel132" [];
Command "commit";
ErasePreparedCommand "sel132";
Command "select g1 from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select g1 from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select g1 from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel134" "select (select h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel134" [];
PreparedCommand "sel134" [];
Command "start transaction read write";
PreparedCommand "sel134" [];
Command "commit";
ErasePreparedCommand "sel134";
CreatePreparedCommand "sel135" "select i2,(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel135" [];
PreparedCommand "sel135" [];
Command "start transaction read write";
PreparedCommand "sel135" [];
Command "commit";
ErasePreparedCommand "sel135";
Command "select f1_index,(select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select f1_index,(select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select f1_index,(select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel137" "select (select g3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel137" [];
PreparedCommand "sel137" [];
Command "start transaction read write";
PreparedCommand "sel137" [];
Command "commit";
ErasePreparedCommand "sel137";
Command "select (select h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel139" "select i1,(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel139" [];
PreparedCommand "sel139" [];
Command "start transaction read write";
PreparedCommand "sel139" [];
Command "commit";
ErasePreparedCommand "sel139";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel141" "select g1,(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel141" [];
PreparedCommand "sel141" [];
Command "start transaction read write";
PreparedCommand "sel141" [];
Command "commit";
ErasePreparedCommand "sel141";
Command "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
Command "select (select i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel144" "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel144" [];
PreparedCommand "sel144" [];
Command "start transaction read write";
PreparedCommand "sel144" [];
Command "commit";
ErasePreparedCommand "sel144";
Command "select (select g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2)) and ((select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
Command "select (select g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2)) and ((select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
Command "start transaction read write";
Command "select (select g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2)) and ((select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
Command "commit";
CreatePreparedCommand "sel146" "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel146" [];
PreparedCommand "sel146" [];
Command "start transaction read write";
PreparedCommand "sel146" [];
Command "commit";
ErasePreparedCommand "sel146";
CreatePreparedCommand "sel147" "select i1,(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
PreparedCommand "sel147" [];
PreparedCommand "sel147" [];
Command "start transaction read write";
PreparedCommand "sel147" [];
Command "commit";
ErasePreparedCommand "sel147";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel149" "select g1,(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index)) and ((select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
PreparedCommand "sel149" [];
PreparedCommand "sel149" [];
Command "start transaction read write";
PreparedCommand "sel149" [];
Command "commit";
ErasePreparedCommand "sel149";
Command "select h1 from T1,T2 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select h1 from T1,T2 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select h1 from T1,T2 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel151" "select i1,(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
PreparedCommand "sel151" [];
PreparedCommand "sel151" [];
Command "start transaction read write";
PreparedCommand "sel151" [];
Command "commit";
ErasePreparedCommand "sel151";
Command "select f1_index,(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select f1_index,(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select f1_index,(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel153" "select g1,(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where (((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
PreparedCommand "sel153" [];
PreparedCommand "sel153" [];
Command "start transaction read write";
PreparedCommand "sel153" [];
Command "commit";
ErasePreparedCommand "sel153";
Command "select h1 from T1,T2 where (((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select h1 from T1,T2 where (((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select h1 from T1,T2 where (((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel155" "select i1,(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where (((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
PreparedCommand "sel155" [];
PreparedCommand "sel155" [];
Command "start transaction read write";
PreparedCommand "sel155" [];
Command "commit";
ErasePreparedCommand "sel155";
Command "select f1_index,(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select f1_index,(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select f1_index,(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where (((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where (((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
Command "start transaction read write";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where (((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
Command "commit";
CreatePreparedCommand "sel158" "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel158" [];
PreparedCommand "sel158" [];
Command "start transaction read write";
PreparedCommand "sel158" [];
Command "commit";
ErasePreparedCommand "sel158";
CreatePreparedCommand "sel159" "select i1,(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where (((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
PreparedCommand "sel159" [];
PreparedCommand "sel159" [];
Command "start transaction read write";
PreparedCommand "sel159" [];
Command "commit";
ErasePreparedCommand "sel159";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
Command "select g2,(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select g2,(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select g2,(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel162" "select h1,(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel162" [];
PreparedCommand "sel162" [];
Command "start transaction read write";
PreparedCommand "sel162" [];
Command "commit";
ErasePreparedCommand "sel162";
Command "select (select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel164" "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel164" [];
PreparedCommand "sel164" [];
Command "start transaction read write";
PreparedCommand "sel164" [];
Command "commit";
ErasePreparedCommand "sel164";
Command "select g2,(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select g2,(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select g2,(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel166" "select (select h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel166" [];
PreparedCommand "sel166" [];
Command "start transaction read write";
PreparedCommand "sel166" [];
Command "commit";
ErasePreparedCommand "sel166";
Command "select i1 from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select i1 from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select i1 from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel168" "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel168" [];
PreparedCommand "sel168" [];
Command "start transaction read write";
PreparedCommand "sel168" [];
Command "commit";
ErasePreparedCommand "sel168";
Command "select g1 from T1 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select g1 from T1 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select g1 from T1 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel170" "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel170" [];
PreparedCommand "sel170" [];
Command "start transaction read write";
PreparedCommand "sel170" [];
Command "commit";
ErasePreparedCommand "sel170";
Command "select i2,(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select i2,(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select i2,(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel172" "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel172" [];
PreparedCommand "sel172" [];
Command "start transaction read write";
PreparedCommand "sel172" [];
Command "commit";
ErasePreparedCommand "sel172";
Command "select g1 from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select g1 from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select g1 from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
Command "select i1,(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select i1,(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select i1,(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel176" "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel176" [];
PreparedCommand "sel176" [];
Command "start transaction read write";
PreparedCommand "sel176" [];
Command "commit";
ErasePreparedCommand "sel176";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select (select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel180" "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel180" [];
PreparedCommand "sel180" [];
Command "start transaction read write";
PreparedCommand "sel180" [];
Command "commit";
ErasePreparedCommand "sel180";
Command "select g1 from T1 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select g1 from T1 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select g1 from T1 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel183" "select i2,(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel183" [];
PreparedCommand "sel183" [];
Command "start transaction read write";
PreparedCommand "sel183" [];
Command "commit";
ErasePreparedCommand "sel183";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
Command "select (select g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel186" "select h1,(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel186" [];
PreparedCommand "sel186" [];
Command "start transaction read write";
PreparedCommand "sel186" [];
Command "commit";
ErasePreparedCommand "sel186";
Command "select (select i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select (select g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
Command "select i1,(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select i1,(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select i1,(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel192" "select f1_index,(select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel192" [];
PreparedCommand "sel192" [];
Command "start transaction read write";
PreparedCommand "sel192" [];
Command "commit";
ErasePreparedCommand "sel192";
Command "select g1 from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select g1 from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select g1 from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select (select i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel196" "select f1_index from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel196" [];
PreparedCommand "sel196" [];
Command "start transaction read write";
PreparedCommand "sel196" [];
Command "commit";
ErasePreparedCommand "sel196";
Command "select (select g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel198" "select h1,(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel198" [];
PreparedCommand "sel198" [];
Command "start transaction read write";
PreparedCommand "sel198" [];
Command "commit";
ErasePreparedCommand "sel198";
Command "select (select i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel200" "select f1_index from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel200" [];
PreparedCommand "sel200" [];
Command "start transaction read write";
PreparedCommand "sel200" [];
Command "commit";
ErasePreparedCommand "sel200";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel202" "select (select h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel202" [];
PreparedCommand "sel202" [];
Command "start transaction read write";
PreparedCommand "sel202" [];
Command "commit";
ErasePreparedCommand "sel202";
CreatePreparedCommand "sel203" "select i1,(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel203" [];
PreparedCommand "sel203" [];
Command "start transaction read write";
PreparedCommand "sel203" [];
Command "commit";
ErasePreparedCommand "sel203";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select g1,(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select g1,(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select g1,(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel206" "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel206" [];
PreparedCommand "sel206" [];
Command "start transaction read write";
PreparedCommand "sel206" [];
Command "commit";
ErasePreparedCommand "sel206";
CreatePreparedCommand "sel207" "select i1,(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel207" [];
PreparedCommand "sel207" [];
Command "start transaction read write";
PreparedCommand "sel207" [];
Command "commit";
ErasePreparedCommand "sel207";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel209" "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel209" [];
PreparedCommand "sel209" [];
Command "start transaction read write";
PreparedCommand "sel209" [];
Command "commit";
ErasePreparedCommand "sel209";
CreatePreparedCommand "sel210" "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel210" [];
PreparedCommand "sel210" [];
Command "start transaction read write";
PreparedCommand "sel210" [];
Command "commit";
ErasePreparedCommand "sel210";
Command "select i2,(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select i2,(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select i2,(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel212" "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel212" [];
PreparedCommand "sel212" [];
Command "start transaction read write";
PreparedCommand "sel212" [];
Command "commit";
ErasePreparedCommand "sel212";
Command "select (select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel214" "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel214" [];
PreparedCommand "sel214" [];
Command "start transaction read write";
PreparedCommand "sel214" [];
Command "commit";
ErasePreparedCommand "sel214";
CreatePreparedCommand "sel215" "select (select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel215" [];
PreparedCommand "sel215" [];
Command "start transaction read write";
PreparedCommand "sel215" [];
Command "commit";
ErasePreparedCommand "sel215";
Command "select f1_index,(select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select f1_index,(select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select f1_index,(select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel217" "select g1 from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel217" [];
PreparedCommand "sel217" [];
Command "start transaction read write";
PreparedCommand "sel217" [];
Command "commit";
ErasePreparedCommand "sel217";
CreatePreparedCommand "sel218" "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel218" [];
PreparedCommand "sel218" [];
Command "start transaction read write";
PreparedCommand "sel218" [];
Command "commit";
ErasePreparedCommand "sel218";
CreatePreparedCommand "sel219" "select i1 from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel219" [];
PreparedCommand "sel219" [];
Command "start transaction read write";
PreparedCommand "sel219" [];
Command "commit";
ErasePreparedCommand "sel219";
Command "select f1_index,(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select f1_index,(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select f1_index,(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel221" "select g2 from T1,T2 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel221" [];
PreparedCommand "sel221" [];
Command "start transaction read write";
PreparedCommand "sel221" [];
Command "commit";
ErasePreparedCommand "sel221";
CreatePreparedCommand "sel222" "select h1,(select i3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel222" [];
PreparedCommand "sel222" [];
Command "start transaction read write";
PreparedCommand "sel222" [];
Command "commit";
ErasePreparedCommand "sel222";
CreatePreparedCommand "sel223" "select i2 from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel223" [];
PreparedCommand "sel223" [];
Command "start transaction read write";
PreparedCommand "sel223" [];
Command "commit";
ErasePreparedCommand "sel223";
Command "select f1_index,(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select f1_index,(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select f1_index,(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel225" "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel225" [];
PreparedCommand "sel225" [];
Command "start transaction read write";
PreparedCommand "sel225" [];
Command "commit";
ErasePreparedCommand "sel225";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel227" "select i2,(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2)) and ((select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
PreparedCommand "sel227" [];
PreparedCommand "sel227" [];
Command "start transaction read write";
PreparedCommand "sel227" [];
Command "commit";
ErasePreparedCommand "sel227";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel229" "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
PreparedCommand "sel229" [];
PreparedCommand "sel229" [];
Command "start transaction read write";
PreparedCommand "sel229" [];
Command "commit";
ErasePreparedCommand "sel229";
CreatePreparedCommand "sel230" "select h1 from T1 where (((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel230" [];
PreparedCommand "sel230" [];
Command "start transaction read write";
PreparedCommand "sel230" [];
Command "commit";
ErasePreparedCommand "sel230";
Command "select (select i3 from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
Command "select (select i3 from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
Command "start transaction read write";
Command "select (select i3 from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
Command "commit";
CreatePreparedCommand "sel232" "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel232" [];
PreparedCommand "sel232" [];
Command "start transaction read write";
PreparedCommand "sel232" [];
Command "commit";
ErasePreparedCommand "sel232";
Command "select (select g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index)) and ((select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
Command "select (select g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index)) and ((select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
Command "start transaction read write";
Command "select (select g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index)) and ((select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
Command "commit";
CreatePreparedCommand "sel234" "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel234" [];
PreparedCommand "sel234" [];
Command "start transaction read write";
PreparedCommand "sel234" [];
Command "commit";
ErasePreparedCommand "sel234";
CreatePreparedCommand "sel235" "select (select i3 from T3 where f2_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2,T2.i2,T2.f2_index)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
PreparedCommand "sel235" [];
PreparedCommand "sel235" [];
Command "start transaction read write";
PreparedCommand "sel235" [];
Command "commit";
ErasePreparedCommand "sel235";
CreatePreparedCommand "sel236" "select (select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where (((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel236" [];
PreparedCommand "sel236" [];
Command "start transaction read write";
PreparedCommand "sel236" [];
Command "commit";
ErasePreparedCommand "sel236";
Command "select g2,(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
Command "select g2,(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
Command "start transaction read write";
Command "select g2,(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
Command "commit";
CreatePreparedCommand "sel238" "select h1 from T1,T2 where (((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel238" [];
PreparedCommand "sel238" [];
Command "start transaction read write";
PreparedCommand "sel238" [];
Command "commit";
ErasePreparedCommand "sel238";
Command "select (select i3 from T3 where f2_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
Command "select (select i3 from T3 where f2_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
Command "start transaction read write";
Command "select (select i3 from T3 where f2_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
Command "commit";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel241" "select g1,(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where (((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
PreparedCommand "sel241" [];
PreparedCommand "sel241" [];
Command "start transaction read write";
PreparedCommand "sel241" [];
Command "commit";
ErasePreparedCommand "sel241";
CreatePreparedCommand "sel242" "select (select h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel242" [];
PreparedCommand "sel242" [];
Command "start transaction read write";
PreparedCommand "sel242" [];
Command "commit";
ErasePreparedCommand "sel242";
CreatePreparedCommand "sel243" "select (select i3 from T3 where f1_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where (((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
PreparedCommand "sel243" [];
PreparedCommand "sel243" [];
Command "start transaction read write";
PreparedCommand "sel243" [];
Command "commit";
ErasePreparedCommand "sel243";
Command "select f1_index,(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select f1_index,(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select f1_index,(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel245" "select (select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel245" [];
PreparedCommand "sel245" [];
Command "start transaction read write";
PreparedCommand "sel245" [];
Command "commit";
ErasePreparedCommand "sel245";
CreatePreparedCommand "sel246" "select h1,(select i3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel246" [];
PreparedCommand "sel246" [];
Command "start transaction read write";
PreparedCommand "sel246" [];
Command "commit";
ErasePreparedCommand "sel246";
Command "select i2,(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select i2,(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select i2,(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel248" "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel248" [];
PreparedCommand "sel248" [];
Command "start transaction read write";
PreparedCommand "sel248" [];
Command "commit";
ErasePreparedCommand "sel248";
CreatePreparedCommand "sel249" "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel249" [];
PreparedCommand "sel249" [];
Command "start transaction read write";
PreparedCommand "sel249" [];
Command "commit";
ErasePreparedCommand "sel249";
CreatePreparedCommand "sel250" "select h1,(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel250" [];
PreparedCommand "sel250" [];
Command "start transaction read write";
PreparedCommand "sel250" [];
Command "commit";
ErasePreparedCommand "sel250";
CreatePreparedCommand "sel251" "select i1,(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel251" [];
PreparedCommand "sel251" [];
Command "start transaction read write";
PreparedCommand "sel251" [];
Command "commit";
ErasePreparedCommand "sel251";
Command "select f1_index,(select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select f1_index,(select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select f1_index,(select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select (select g3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select g3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select g3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel254" "select (select h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel254" [];
PreparedCommand "sel254" [];
Command "start transaction read write";
PreparedCommand "sel254" [];
Command "commit";
ErasePreparedCommand "sel254";
CreatePreparedCommand "sel255" "select (select i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel255" [];
PreparedCommand "sel255" [];
Command "start transaction read write";
PreparedCommand "sel255" [];
Command "commit";
ErasePreparedCommand "sel255";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
Command "select (select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select h3 from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel259" "select i1,(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel259" [];
PreparedCommand "sel259" [];
Command "start transaction read write";
PreparedCommand "sel259" [];
Command "commit";
ErasePreparedCommand "sel259";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where (((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where (((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
Command "start transaction read write";
Command "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where (((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1)))";
Command "commit";
CreatePreparedCommand "sel262" "select h1 from T1 where (((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel262" [];
PreparedCommand "sel262" [];
Command "start transaction read write";
PreparedCommand "sel262" [];
Command "commit";
ErasePreparedCommand "sel262";
CreatePreparedCommand "sel263" "select (select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2) or (select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel263" [];
PreparedCommand "sel263" [];
Command "start transaction read write";
PreparedCommand "sel263" [];
Command "commit";
ErasePreparedCommand "sel263";
CreatePreparedCommand "sel264" "select f1_index,(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index,T2.g2,T2.h2) or (select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel264" [];
PreparedCommand "sel264" [];
Command "start transaction read write";
PreparedCommand "sel264" [];
Command "commit";
ErasePreparedCommand "sel264";
Command "select g1,(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select g1,(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select g1,(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
Command "select h1,(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select h1,(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select h1,(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel267" "select i1 from T1 where ((T1.h1) = (select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel267" [];
PreparedCommand "sel267" [];
Command "start transaction read write";
PreparedCommand "sel267" [];
Command "commit";
ErasePreparedCommand "sel267";
Command "select f1_index,(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select f1_index,(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select f1_index,(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel269" "select (select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel269" [];
PreparedCommand "sel269" [];
Command "start transaction read write";
PreparedCommand "sel269" [];
Command "commit";
ErasePreparedCommand "sel269";
CreatePreparedCommand "sel270" "select h1 from T1,T2 where ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel270" [];
PreparedCommand "sel270" [];
Command "start transaction read write";
PreparedCommand "sel270" [];
Command "commit";
ErasePreparedCommand "sel270";
CreatePreparedCommand "sel271" "select i1 from T1 where ((T1.h1,T1.i1,T1.f1_index) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel271" [];
PreparedCommand "sel271" [];
Command "start transaction read write";
PreparedCommand "sel271" [];
Command "commit";
ErasePreparedCommand "sel271";
CreatePreparedCommand "sel272" "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f2_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel272" [];
PreparedCommand "sel272" [];
Command "start transaction read write";
PreparedCommand "sel272" [];
Command "commit";
ErasePreparedCommand "sel272";
Command "select g2 from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select g2 from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select g2 from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
Command "select h1,(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select h1,(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select h1,(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1) or ((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
CreatePreparedCommand "sel275" "select (select i3 from T3 where f1_index = f3_index limit 1) from T1 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T1.f1_index,T1.g1,T1.h1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
PreparedCommand "sel275" [];
PreparedCommand "sel275" [];
Command "start transaction read write";
PreparedCommand "sel275" [];
Command "commit";
ErasePreparedCommand "sel275";
Command "select f1_index,(select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select f1_index,(select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select f1_index,(select g3,h3,i3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where ((T1.f1_index,T1.g1,T1.h1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) or (select T3.g3,T3.h3,T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1) or ((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
Command "select (select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "select (select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "start transaction read write";
Command "select (select g3,h3,i3 from T3 where f2_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where ((select T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T2.h2) or (select T3.i3,T3.f3_index,T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1,T1.f1_index,T1.g1) or ((select T3.f3_index,T3.g3,T3.h3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (select T3.f3_index,T3.g3,T3.h3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3,T3.h3,T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1,T1.h1,T1.i1)))";
Command "commit";
Command "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "start transaction read write";
Command "select (select h3,i3,f3_index from T3 where f1_index = f3_index limit 1),(select i3 from T3 where f2_index = f3_index limit 1),(select f3_index,g3,h3 from T3 where f1_index = f3_index limit 1) from T1,T2 where (((select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1) = (T2.f2_index)) and ((select T3.g3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
Command "commit";
CreatePreparedCommand "sel279" "select (select i3,f3_index,g3 from T3 where f1_index = f3_index limit 1),(select f3_index from T3 where f1_index = f3_index limit 1),(select g3,h3,i3 from T3 where f1_index = f3_index limit 1) from T1 where (((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (T1.h1,T1.i1,T1.f1_index)) and ((select T3.i3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
PreparedCommand "sel279" [];
PreparedCommand "sel279" [];
Command "start transaction read write";
PreparedCommand "sel279" [];
Command "commit";
ErasePreparedCommand "sel279";
CreatePreparedCommand "sel280" "select (select f3_index from T3 where f1_index = f3_index limit 1),(select g3 from T3 where f1_index = f3_index limit 1),(select h3,i3,f3_index from T3 where f1_index = f3_index limit 1) from T1 where (((T1.f1_index) = (select T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 2147483647) limit 1)) and ((select T3.g3 from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = -2147483648) limit 1) = (T1.g1)))";
PreparedCommand "sel280" [];
PreparedCommand "sel280" [];
Command "start transaction read write";
PreparedCommand "sel280" [];
Command "commit";
ErasePreparedCommand "sel280";
Command "select (select g3 from T3 where f2_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
Command "select (select g3 from T3 where f2_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
Command "start transaction read write";
Command "select (select g3 from T3 where f2_index = f3_index limit 1),(select h3 from T3 where f1_index = f3_index limit 1),(select i3,f3_index,g3 from T3 where f2_index = f3_index limit 1) from T1,T2 where (((select T3.h3,T3.i3,T3.f3_index from T3 where (T1.f1_index = T3.f3_index) and (T3.h3 = 6543210) limit 1) = (select T3.h3,T3.i3,T3.f3_index from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = 6543210) limit 1)) and ((select T3.i3 from T3 where (T2.f2_index = T3.f3_index) and (T3.h3 = -34567890) limit 1) = (T1.i1)))";
Command "commit";
Command "drop table T1";
Command "drop table T2";
Command "drop table T3";
TerminateSession;
InitializeSession  "TESTDB";
Command "drop database TESTDB";
TerminateSession;
Terminate;
End;
