Lines Matching refs:first
26 $db->query('CREATE TABLE test (first int) ENGINE = InnoDB');
32 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
45 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
60 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
73 testNormalQuery($db, 'first connection');
81 testPrepareExecute($db, 'first connection');
89 testUnbuffered($db, 'first connection');
102 Running query on first connection
103 Got 1 for first connection
107 Running query on first connection
108 Got 1 for first connection
112 Running query on first connection
113 Got 1 for first connection