|
MediaWiki master
|
To speed up conversion from 1.4 to 1.5 schema, text rows can refer to the leftover cur table as the backend. More...
Public Member Functions | |
| __construct ( $curid=0) | |
| getText () | |
| setLocation ( $id) | |
| Sets the location (cur_id) of the main object to which this object points. | |
Public Attributes | |
| int | $mCurId |
To speed up conversion from 1.4 to 1.5 schema, text rows can refer to the leftover cur table as the backend.
This avoids expensively copying hundreds of megabytes of data during the conversion downtime.
Definition at line 16 of file HistoryBlobCurStub.php.
| HistoryBlobCurStub::__construct | ( | $curid = 0 | ) |
| int | $curid | The cur_id pointed to |
Definition at line 23 of file HistoryBlobCurStub.php.
| HistoryBlobCurStub::getText | ( | ) |
Definition at line 40 of file HistoryBlobCurStub.php.
| HistoryBlobCurStub::setLocation | ( | $id | ) |
Sets the location (cur_id) of the main object to which this object points.
| int | $id |
Definition at line 33 of file HistoryBlobCurStub.php.
| int HistoryBlobCurStub::$mCurId |
Definition at line 18 of file HistoryBlobCurStub.php.