# query cache test without transaction # ##memory_cache_enabled = on # Create test table 'Q' "DROP TABLE IF EXISTS pgproto_test1" 'Y' 'Q' "CREATE TABLE pgproto_test1(i INT)" 'Y' 'Q' "INSERT INTO pgproto_test1 VALUES(1)" 'Y' # Issue SELECT 'P' "S2" "SELECT 1 FROM pgproto_test1" 0 'B' "" "S2" 0 0 0 'D' 'S' "S2" 'E' "" 0 'C' 'S' "S2" # Issue SELECT 'P' "S3" "SELECT 1 FROM pgproto_test1" 0 'B' "" "S3" 0 0 0 'D' 'S' "S3" 'E' "" 0 'C' 'S' "S3" 'S' 'Y' # DROP test table 'Q' "DROP TABLE pgproto_test1" 'Y' 'X'