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