Last modified: 2014-02-12 23:35:33 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 T46585, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 44585 - refactor Database::duplicateTableStructure() to get a separate Database::createTemporaryTable()
refactor Database::duplicateTableStructure() to get a separate Database::crea...
Status: NEW
Product: MediaWiki
Classification: Unclassified
Database (Other open bugs)
1.21.x
All All
: Low enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-02-01 15:11 UTC by Mark A. Hershberger
Modified: 2014-02-12 23:35 UTC (History)
0 users

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


Attachments

Description Mark A. Hershberger 2013-02-01 15:11:29 UTC
From https://www.mediawiki.org/wiki/Thread:Project:Support_desk/Mediawiki_Database_abstraction_layer_wrapper_functions:_how_to_CREATE_TEMPORARY_TABLE a developer was able to get temporary tables in a db agnostic fashion by using Database::duplicateTableStructure().  In the underlying code, most databases seem to do something like CREATE TEMPORARY TABLE.  This should code should be refactored so that we have Database::createTemporaryTable().

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


Navigation
Links