aboutsummaryrefslogtreecommitdiffstats
path: root/includes/db/CloneDatabase.php
Commit message (Expand)AuthorAgeFilesLines
* Reverted r108743 per CR comment. This should at least be discussed first.Aaron Schulz2012-01-121-11/+14
* Kill "* @return void"Sam Reed2012-01-121-14/+11
* some more oracle-phpunit-fu (should not affect non-oracle)Jure Kajzer2011-11-101-1/+1
* Followup r96369: update child classes and a few callersChad Horohoe2011-09-061-2/+2
* $newTablePrefix must be passed. All callers are okChad Horohoe2011-05-301-1/+1
* More documentation stuffsSam Reed2011-05-251-0/+1
* Change the duplicateTableStructure() to use the original names.Platonides2011-04-121-3/+3
* correct wfDebug() calls added in r79272 & r79368Antoine Musso2011-03-201-2/+2
* I made MySQL work, and broke SQLite in the process. I fix SQLite, and made My...X!2010-12-311-1/+1
* More work on getting SQLite to work with unit tests. DB Prefix changing is no...X!2010-12-311-9/+10
* Follow up r79314.Platonides2010-12-311-3/+3
* Use $oldTableName in CloneDatabase. The dropTable() appends the prefix, so $o...X!2010-12-311-4/+5
* -Destroy the DB automatically when initting the DBX!2010-12-301-0/+6
* Add function return type hint to wfGetLBFactorySam Reed2010-12-301-1/+1
* Array to arraySam Reed2010-12-301-1/+14
* Followup to r79094, PG handles temporary tables correctly so you dont need to...OverlordQ2010-12-281-1/+1
* Fix hardcoded debugging from r79093Chad Horohoe2010-12-281-1/+1
* Followup r79093: Move DROP TABLE code to Database classes and properly rename...Chad Horohoe2010-12-281-10/+15
* Refactor table cloning code into its own class so it can maybe be used by thi...Chad Horohoe2010-12-281-0/+131