30.03.2008, 17:32
(Dieser Beitrag wurde zuletzt bearbeitet: 30.03.2008, 17:33 von NixxusMinimax.)
Hallo,
wer kann mir sagen was "const row not found" bedeutet?
Habe mal wegen eines Fehlers der Gamesection hxxp://xxx.TLD.de/games.php?debug=1 ausgeführt. Das gleiche kommt auch bei anderen php-Dateien.
#3 - Select Query
SELECT u.*, f.*, b.dateline AS bandate, b.lifted AS banlifted, b.oldgroup AS banoldgroup, b.olddisplaygroup as banolddisplaygroup, b.oldadditionalgroups as banoldadditionalgroups FROM mybb_users u LEFT JOIN mybb_userfields f ON (f.ufid=u.uid) LEFT JOIN mybb_banned b ON (b.uid=u.uid) WHERE u.uid='1' LIMIT 1
table type possible_keys key key_len ref rows Extra
b system uid 0 const row not found
u const PRIMARY PRIMARY 4 const 1
f const PRIMARY PRIMARY 4 const 1
Query Time: 0.0018690
wer kann mir sagen was "const row not found" bedeutet?
Habe mal wegen eines Fehlers der Gamesection hxxp://xxx.TLD.de/games.php?debug=1 ausgeführt. Das gleiche kommt auch bei anderen php-Dateien.
#3 - Select Query
SELECT u.*, f.*, b.dateline AS bandate, b.lifted AS banlifted, b.oldgroup AS banoldgroup, b.olddisplaygroup as banolddisplaygroup, b.oldadditionalgroups as banoldadditionalgroups FROM mybb_users u LEFT JOIN mybb_userfields f ON (f.ufid=u.uid) LEFT JOIN mybb_banned b ON (b.uid=u.uid) WHERE u.uid='1' LIMIT 1
table type possible_keys key key_len ref rows Extra
b system uid 0 const row not found
u const PRIMARY PRIMARY 4 const 1
f const PRIMARY PRIMARY 4 const 1
Query Time: 0.0018690
Gruß,
NixxusMinimax
NixxusMinimax