Bug #73641 "begin=" not passed to CSV export, and "limit=" ignored
Submitted: 19 Aug 2014 12:05 Modified: 27 Aug 2014 10:17
Reporter: Hartmut Holzgraefe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Websites: bugs.mysql.com Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[19 Aug 2014 12:05] Hartmut Holzgraefe
Description:
I'm trying to do a CSV export of the "View your bugs" results (or any other search) ...

The CSV export link always exports the same first 100 bugs ...

When manually adding &begin=... I can start to export from that offset, and so get all bugs, but I either have to tweak the URL in the browser or use wget ...

The limit= parameter on the other hand gets passed to the CSV export script, but is ignored, it seems to have a hardcoded limit of 100

And finally while 

  http://bugs.mysql.com/search.php?search_for=&status[]=All&severity=all&limit=30&order_by=&...

says that I have reported 520 bugs a CSV export with manually setting begin= only returns 494

How to repeat:
---
[19 Aug 2014 12:29] MySQL Verification Team
Thank you for the bug report.
[26 Aug 2014 11:09] Vlad Safronov
OK, I'll take a look.
[27 Aug 2014 10:17] Vlad Safronov
Fixed.