Lines Matching refs:first
24 $db->query('CREATE TABLE test_79375 (first INT) ENGINE = InnoDB');
30 $query = "SELECT first FROM test_79375 WHERE first = 1 FOR UPDATE";
43 $query = "SELECT first FROM test_79375 WHERE first = 1 FOR UPDATE";
58 $query = "SELECT first FROM test_79375 WHERE first = 1 FOR UPDATE";
71 testNormalQuery($db, 'first connection');
79 testPrepareExecute($db, 'first connection');
87 testUnbuffered($db, 'first connection');
101 Running query on first connection
102 Got 1 for first connection
106 Running query on first connection
107 Got 1 for first connection
111 Running query on first connection
112 Got 1 for first connection