summaryrefslogtreecommitdiffstats
path: root/tests/lib/repair/repairinnodb.php
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-78/+0
| | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader
* Introduce OCP\Migration\IRepairStep and adopt all repair steps to this new ↵Thomas Müller2016-04-251-2/+9
| | | | interface - refs #24198
* Remove OC_DB::getConnectionMorris Jobke2016-01-071-1/+1
|
* Apply DB group annotation ...Thomas Müller2015-11-301-0/+2
|
* Fix namespace for repair step testsVincent Petry2015-03-261-1/+2
|
* Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling2014-12-031-1/+1
|
* Make remaining files extend the test baseJoas Schilling2014-11-191-3/+6
|
* MySQL: adding repair step to convert MyIsam tables to InnoDBThomas Müller2014-07-071-0/+65