
13 Jul
2001
13 Jul
'01
3 p.m.
This generates the following weird query: select * from link limit 1,5 LIMIT 0, 30 phpMyAdmin likes to add "LIMIT 0,30" to every query put in the query box, we will have to make it forget this bad habit :) Are you working on this bug? Marc Loïc a écrit :
2. select * from link LIMIT 1,5
This kind of query always fails because of an invalid derived query at lines 82-94 in sql.php3
Greets, Loïc