MyBB.de Forum
MySQL "const row not found" - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html)
+--- Thema: MySQL "const row not found" (/thread-9129.html)



MySQL "const row not found" - NixxusMinimax - 30.03.2008

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


RE: MySQL "const row not found" - StefanT - 31.03.2008

Das macht gar nichts. Ein passender Eintrag ist nur vorhanden, wenn man gebannt ist.


RE: MySQL "const row not found" - NixxusMinimax - 31.03.2008

Ok, ich danke dir!