Last modified: 2013-08-15 10:03:46 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T54869, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 52869 - Add LIMIT/ORDER BY options to Database update wrapper
Add LIMIT/ORDER BY options to Database update wrapper
Status: NEW
Product: MediaWiki
Classification: Unclassified
Database (Other open bugs)
1.22.0
All All
: Low enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-08-14 22:34 UTC by Sam Reed (reedy)
Modified: 2013-08-15 10:03 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Sam Reed (reedy) 2013-08-14 22:34:39 UTC
https://dev.mysql.com/doc/refman/5.0/en/update.html

It'd be useful to have things LIMIT (for batched queries)

Might aswell do ORDER BY at the same time too
Comment 1 Aaron Schulz 2013-08-14 22:38:04 UTC
This is non-standard and mysql specific. Also both must be given at the same time for replication safety with statement based replication.
Comment 2 Sam Reed (reedy) 2013-08-14 22:40:06 UTC
(In reply to comment #1)
> This is non-standard and mysql specific. Also both must be given at the same
> time for replication safety with statement based replication.

https://www.sqlite.org/lang_update.html

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links