MyBB.de Forum

Normale Version: MySQL "const row not found"
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
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
Das macht gar nichts. Ein passender Eintrag ist nur vorhanden, wenn man gebannt ist.
Ok, ich danke dir!