Bug #44247 | wrong results comming from selecting a range of records usint LIMIT keyword | ||
---|---|---|---|
Submitted: | 13 Apr 2009 21:02 | Modified: | 13 Apr 2009 21:13 |
Reporter: | AHMED TAWFIK | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: DDL | Severity: | S3 (Non-critical) |
Version: | 5.0.77 MySQL Community Server | OS: | Solaris (SunOS medhat 5.10 Generic_137138-09 i86pc i386 i86pc) |
Assigned to: | CPU Architecture: | Any |
[13 Apr 2009 21:02]
AHMED TAWFIK
[13 Apr 2009 21:08]
AHMED TAWFIK
screen shots
Attachment: mysql bugs.rar (, text), 226.44 KiB.
[13 Apr 2009 21:09]
AHMED TAWFIK
screen shots uploaded to mysql site instead of rapidshare
[13 Apr 2009 21:13]
Sveta Smirnova
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://dev.mysql.com/doc/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php Please read at http://dev.mysql.com/doc/refman/5.0/en/select.html how LIMIT works: With two arguments, the first argument specifies the offset of the first row to return, and the second specifies the maximum number of rows to return.