59 parent::__construct( $params );
61 $this->lagDetectionMethod = isset( $params[
'lagDetectionMethod'] )
62 ? $params[
'lagDetectionMethod']
63 :
'Seconds_Behind_Master';
64 $this->lagDetectionOptions = isset( $params[
'lagDetectionOptions'] )
65 ? $params[
'lagDetectionOptions']
67 $this->useGTIDs = !empty( $params[
'useGTIDs' ] );
85 function open( $server,
$user, $password, $dbName ) {
88 # Close/unset connection handle
91 # Debugging hack -- fake cluster
92 $realServer = $wgAllDBsAreLocalhost ?
'localhost' : $server;
93 $this->mServer = $server;
95 $this->mPassword = $password;
96 $this->mDBname = $dbName;
101 }
catch ( Exception $ex ) {
107 # Always log connection errors
108 if ( !$this->mConn ) {
113 "Error connecting to {db_server}: {error}",
115 'method' => __METHOD__,
119 wfDebug(
"DB connection error\n" .
120 "Server: $server, User: $user, Password: " .
121 substr( $password, 0, 3 ) .
"..., error: " . $error .
"\n" );
126 if ( $dbName !=
'' ) {
127 MediaWiki\suppressWarnings();
129 MediaWiki\restoreWarnings();
132 "Error selecting database {db_name} on server {db_server}",
134 'method' => __METHOD__,
137 wfDebug(
"Error selecting database $dbName on server {$this->mServer} " .
150 $set = [
'group_concat_max_len = 262144' ];
152 if ( is_string( $wgSQLMode ) ) {
153 $set[] =
'sql_mode = ' . $this->
addQuotes( $wgSQLMode );
157 foreach ( $this->mSessionVars
as $var => $val ) {
159 if ( !is_int( $val ) && !is_float( $val ) ) {
170 'Error setting MySQL variables on server {db_server} (check $wgSQLMode)',
172 'method' => __METHOD__,
176 'Error setting MySQL variables on server {db_server} (check $wgSQLMode)' );
180 $this->mOpened =
true;
208 abstract protected function mysqlConnect( $realServer );
226 MediaWiki\suppressWarnings();
228 MediaWiki\restoreWarnings();
251 MediaWiki\suppressWarnings();
253 MediaWiki\restoreWarnings();
260 if ( $errno == 2000 || $errno == 2013 ) {
263 'Error in fetchObject(): ' . htmlspecialchars( $this->
lastError() )
287 MediaWiki\suppressWarnings();
289 MediaWiki\restoreWarnings();
296 if ( $errno == 2000 || $errno == 2013 ) {
299 'Error in fetchRow(): ' . htmlspecialchars( $this->
lastError() )
323 MediaWiki\suppressWarnings();
325 MediaWiki\restoreWarnings();
434 if ( $this->mConn ) {
435 # Even if it's non-zero, it can still be invalid
436 MediaWiki\suppressWarnings();
441 MediaWiki\restoreWarnings();
446 $error .=
' (' . $this->mServer .
')';
458 abstract protected function mysqlError( $conn = null );
488 if (
$res ===
false ) {
496 foreach (
$res as $plan ) {
497 $rows *= $plan->rows > 0 ? $plan->rows : 1;
510 $res = $this->
query(
"SELECT * FROM $table LIMIT 1", __METHOD__,
true );
515 for ( $i = 0; $i < $n; $i++ ) {
517 if ( $field == $meta->name ) {
544 # SHOW INDEX works in MySQL 3.23.58, but SHOW INDEXES does not.
545 # SHOW INDEX should work for 3.x and up:
546 # http://dev.mysql.com/doc/mysql/en/SHOW_INDEX.html
550 $sql =
'SHOW INDEX FROM ' . $table;
559 foreach (
$res as $row ) {
560 if ( $row->Key_name == $index ) {
575 if ( $sQuoted ===
false ) {
598 return '`' . str_replace( [
"\0",
'`' ], [
'',
'``' ],
$s ) .
'`';
606 return strlen(
$name ) &&
$name[0] ==
'`' && substr(
$name, -1, 1 ) ==
'`';
622 $this->mOpened =
false;
623 $this->mConn =
false;
624 $this->
open( $this->mServer, $this->mUser, $this->mPassword, $this->mDBname );
655 $res = $this->
query(
'SHOW SLAVE STATUS', __METHOD__ );
656 $row =
$res ?
$res->fetchObject() :
false;
657 if ( $row && strval( $row->Seconds_Behind_Master ) !==
'' ) {
658 return intval( $row->Seconds_Behind_Master );
676 if ( !$masterInfo ) {
678 "Unable to query master of {db_server} for server ID",
680 'method' => __METHOD__
687 $conds = [
'server_id' => intval( $masterInfo[
'serverId'] ) ];
692 if (
$time !== null ) {
694 $dateTime =
new DateTime(
$time,
new DateTimeZone(
'UTC' ) );
695 $timeUnix = (int)$dateTime->format(
'U' ) + $dateTime->format(
'u' ) / 1e6;
697 return max( $nowUnix - $timeUnix, 0.0 );
701 "Unable to find pt-heartbeat row for {db_server}",
703 'method' => __METHOD__
712 $key =
$cache->makeGlobalKey(
719 return $cache->getWithSetCallback(
721 $cache::TTL_INDEFINITE,
724 if ( !
$cache->lock( $key, 0, 10 ) ) {
735 $res = $conn->query(
'SELECT @@server_id AS id', __METHOD__ );
736 $row =
$res ?
$res->fetchObject() :
false;
737 $id = $row ? (int)$row->id : 0;
743 return $id ? [
'serverId' => $id,
'asOf' => time() ] :
false;
759 "SELECT ts FROM heartbeat.heartbeat WHERE $whereSQL ORDER BY ts DESC LIMIT 1"
761 $row =
$res ?
$res->fetchObject() :
false;
763 return [ $row ? $row->ts : null, microtime(
true ) ];
771 return parent::getApproximateLagStatus();
774 $key = $this->srvCache->makeGlobalKey(
'mysql-lag', $this->
getServer() );
775 $approxLag = $this->srvCache->get( $key );
777 $approxLag = parent::getApproximateLagStatus();
778 $this->srvCache->set( $key, $approxLag, 1 );
786 throw new InvalidArgumentException(
"Position not an instance of MySQLMasterPos" );
789 if ( $this->
getLBInfo(
'is static' ) ===
true ) {
791 } elseif ( $this->lastKnownSlavePos && $this->lastKnownSlavePos->hasReached( $pos ) ) {
796 $this->
commit( __METHOD__,
'flush' );
799 if ( $this->useGTIDs && $pos->gtids ) {
801 $gtidArg = implode(
',', $pos->gtids );
802 $res = $this->
doQuery(
"SELECT MASTER_GTID_WAIT($gtidArg, $timeout)" );
805 $encFile = $this->
addQuotes( $pos->file );
806 $encPos = intval( $pos->pos );
807 $res = $this->
doQuery(
"SELECT MASTER_POS_WAIT($encFile, $encPos, $timeout)" );
812 throw new DBExpectedError( $this,
"Failed to query MASTER_POS_WAIT()" );
816 $status = ( $row[0] !== null ) ? intval( $row[0] ) : null;
823 if ( $slavePos && !$slavePos->channelsMatch( $pos ) ) {
824 $this->lastKnownSlavePos = $slavePos;
829 $this->lastKnownSlavePos = $pos;
841 $res = $this->
query(
'SHOW SLAVE STATUS', __METHOD__ );
845 $pos = isset( $row->Exec_master_log_pos )
846 ? $row->Exec_master_log_pos
847 : $row->Exec_Master_Log_Pos;
849 if ( $this->useGTIDs ) {
850 $res = $this->
query(
"SHOW GLOBAL VARIABLES LIKE 'gtid_slave_pos'", __METHOD__ );
852 $gtidSet = $gtidRow ? $gtidRow->Value :
'';
857 return new MySQLMasterPos( $row->Relay_Master_Log_File, $pos, $gtidSet );
869 $res = $this->
query(
'SHOW MASTER STATUS', __METHOD__ );
874 if ( $this->useGTIDs ) {
875 $res = $this->
query(
"SHOW GLOBAL VARIABLES LIKE 'gtid_binlog_pos'", __METHOD__ );
877 $gtidSet = $gtidRow ? $gtidRow->Value :
'';
882 return new MySQLMasterPos( $row->File, $row->Position, $gtidSet );
889 $res = $this->
query(
"SHOW GLOBAL VARIABLES LIKE 'read_only'", __METHOD__ );
892 return $row ? ( strtolower( $row->Value ) ===
'on' ) :
false;
900 return "FORCE INDEX (" . $this->
indexName( $index ) .
")";
907 return 'LOW_PRIORITY';
918 if ( strpos(
$version,
'MariaDB' ) !==
false || strpos(
$version,
'-maria-' ) !==
false ) {
919 return '[{{int:version-db-mariadb-url}} MariaDB]';
925 return '[{{int:version-db-mysql-url}} MySQL]';
935 if ( $this->serverVersion === null ) {
936 $this->serverVersion = $this->
selectField(
'',
'VERSION()',
'', __METHOD__ );
945 if ( isset( $options[
'connTimeout'] ) ) {
946 $timeout = (int)$options[
'connTimeout'];
947 $this->
query(
"SET net_read_timeout=$timeout" );
948 $this->
query(
"SET net_write_timeout=$timeout" );
958 if ( strtoupper( substr( $newLine, 0, 9 ) ) ==
'DELIMITER' ) {
959 preg_match(
'/^DELIMITER\s+(\S+)/', $newLine, $m );
960 $this->delimiter = $m[1];
964 return parent::streamStatementEnd( $sql, $newLine );
977 $result = $this->
query(
"SELECT IS_FREE_LOCK($lockName) AS lockstatus", $method );
980 return ( $row->lockstatus == 1 );
989 public function lock( $lockName, $method, $timeout = 5 ) {
991 $result = $this->
query(
"SELECT GET_LOCK($lockName, $timeout) AS lockstatus", $method );
994 if ( $row->lockstatus == 1 ) {
995 parent::lock( $lockName, $method, $timeout );
999 wfDebug( __METHOD__ .
" failed to acquire lock\n" );
1011 public function unlock( $lockName, $method ) {
1013 $result = $this->
query(
"SELECT RELEASE_LOCK($lockName) as lockstatus", $method );
1016 if ( $row->lockstatus == 1 ) {
1017 parent::unlock( $lockName, $method );
1021 wfDebug( __METHOD__ .
" failed to release lock\n" );
1029 return ( strlen( $lockName ) > 64 ) ? sha1( $lockName ) : $lockName;
1043 public function lockTables( $read, $write, $method, $lowPriority =
true ) {
1046 foreach ( $write
as $table ) {
1048 ( $lowPriority ?
' LOW_PRIORITY' :
'' ) .
1052 foreach ( $read
as $table ) {
1053 $items[] = $this->
tableName( $table ) .
' READ';
1055 $sql =
"LOCK TABLES " . implode(
',', $items );
1056 $this->
query( $sql, $method );
1066 $this->
query(
"UNLOCK TABLES", $method );
1078 return 'SearchMySQL';
1085 if (
$value ===
'default' ) {
1086 if ( $this->mDefaultBigSelects === null ) {
1087 # Function hasn't been called before so it must already be set to the default
1092 } elseif ( $this->mDefaultBigSelects === null ) {
1093 $this->mDefaultBigSelects =
1094 (bool)$this->
selectField(
false,
'@@sql_big_selects',
'', __METHOD__ );
1096 $encValue =
$value ?
'1' :
'0';
1097 $this->
query(
"SET sql_big_selects=$encValue", __METHOD__ );
1113 throw new DBUnexpectedError( $this,
'DatabaseBase::deleteJoin() called with empty $conds' );
1116 $delTable = $this->
tableName( $delTable );
1117 $joinTable = $this->
tableName( $joinTable );
1118 $sql =
"DELETE $delTable FROM $delTable, $joinTable WHERE $delVar=$joinVar ";
1120 if ( $conds !=
'*' ) {
1138 if ( !count( $rows ) ) {
1142 if ( !is_array( reset( $rows ) ) ) {
1147 $columns = array_keys( $rows[0] );
1149 $sql =
"INSERT INTO $table (" . implode(
',', $columns ) .
') VALUES ';
1151 foreach ( $rows
as $row ) {
1152 $rowTuples[] =
'(' . $this->
makeList( $row ) .
')';
1154 $sql .= implode(
',', $rowTuples );
1168 return (
int)
$vars[
'Uptime'];
1210 return $errno == 2013 || $errno == 2006;
1225 if ( !$this->mConn ) {
1228 'DB connection was already closed or the connection dropped.'
1243 $tmp = $temporary ?
'TEMPORARY ' :
'';
1246 $query =
"CREATE $tmp TABLE $newName (LIKE $oldName)";
1264 $vars = get_object_vars( $table );
1265 $table = array_pop(
$vars );
1267 if ( !$prefix || strpos( $table, $prefix ) === 0 ) {
1268 $endArray[] = $table;
1280 public function dropTable( $tableName, $fName = __METHOD__ ) {
1281 if ( !$this->
tableExists( $tableName, $fName ) ) {
1285 return $this->
query(
"DROP TABLE IF EXISTS " . $this->
tableName( $tableName ), $fName );
1292 $vars = parent::getDefaultSchemaVars();
1293 $vars[
'wgDBTableOptions'] = str_replace(
'TYPE',
'ENGINE',
$GLOBALS[
'wgDBTableOptions'] );
1294 $vars[
'wgDBTableOptions'] = str_replace(
1297 $vars[
'wgDBTableOptions']
1310 $res = $this->
query(
"SHOW STATUS LIKE '{$which}'" );
1313 foreach (
$res as $row ) {
1314 $status[$row->Variable_name] = $row->Value;
1331 if ( !isset( $this->allViews ) ) {
1337 $result = $this->
query(
'SHOW FULL TABLES WHERE TABLE_TYPE = "VIEW"' );
1338 $this->allViews = [];
1340 array_push( $this->allViews, $row[$propertyName] );
1344 if ( is_null( $prefix ) || $prefix ===
'' ) {
1348 $filteredViews = [];
1349 foreach ( $this->allViews
as $viewName ) {
1351 if ( strpos( $viewName, $prefix ) === 0 ) {
1352 array_push( $filteredViews, $viewName );
1356 return $filteredViews;
1382 $this->
name = $info->name;
1383 $this->tablename = $info->table;
1384 $this->
default = $info->def;
1385 $this->max_length = $info->max_length;
1386 $this->nullable = !$info->not_null;
1387 $this->is_pk = $info->primary_key;
1388 $this->is_unique = $info->unique_key;
1389 $this->is_multiple = $info->multiple_key;
1391 $this->
type = $info->type;
1392 $this->binary = isset( $info->binary ) ? $info->binary :
false;
1393 $this->is_numeric = isset( $info->numeric ) ? $info->numeric :
false;
1394 $this->is_blob = isset( $info->blob ) ? $info->blob :
false;
1395 $this->is_unsigned = isset( $info->unsigned ) ? $info->unsigned :
false;
1396 $this->is_zerofill = isset( $info->zerofill ) ? $info->zerofill :
false;
1507 $this->gtids = array_map(
'trim', explode(
',', $gtid ) );
1508 $this->
asOfTime = microtime(
true );
1515 return "{$this->file}/{$this->pos}";
1523 if ( !( $pos instanceof
self ) ) {
1524 throw new InvalidArgumentException(
"Position not an instance of " . __CLASS__ );
1529 $thatPosByDomain = $pos->getGtidCoordinates();
1530 if ( $thisPosByDomain && $thatPosByDomain ) {
1533 foreach ( $thatPosByDomain
as $domain => $thatPos ) {
1534 $thisPos = isset( $thisPosByDomain[$domain] ) ? $thisPosByDomain[$domain] : -1;
1535 $reached = $reached && ( $thatPos <= $thisPos );
1543 $thatBinPos = $pos->getBinlogCoordinates();
1544 if ( $thisBinPos && $thatBinPos && $thisBinPos[
'binlog'] === $thatBinPos[
'binlog'] ) {
1545 return ( $thisBinPos[
'pos'] >= $thatBinPos[
'pos'] );
1553 if ( !( $pos instanceof
self ) ) {
1554 throw new InvalidArgumentException(
"Position not an instance of " . __CLASS__ );
1559 $thatPosDomains = array_keys( $pos->getGtidCoordinates() );
1560 if ( $thisPosDomains && $thatPosDomains ) {
1562 return !array_diff( $thatPosDomains, $thisPosDomains );
1567 $thatBinPos = $pos->getBinlogCoordinates();
1569 return ( $thisBinPos && $thatBinPos && $thisBinPos[
'binlog'] === $thatBinPos[
'binlog'] );
1580 foreach ( $this->gtids
as $gtid ) {
1583 if ( preg_match(
'!^(\d+)-\d+-(\d+)$!', $gtid, $m ) ) {
1584 $gtidInfos[(int)$m[1]] = (
int)$m[2];
1586 } elseif ( preg_match(
'!^(\w{8}-\w{4}-\w{4}-\w{4}-\w{12}):(\d+)$!', $gtid, $m ) ) {
1587 $gtidInfos[$m[1]] = (int)$m[2];
1605 if ( preg_match(
'!^(.+)\.(\d+)/(\d+)$!', (
string)$this, $m ) ) {
1606 return [
'binlog' => $m[1],
'pos' => [ (int)$m[2], (
int)$m[3] ] ];
select($table, $vars, $conds= '', $fname=__METHOD__, $options=[], $join_conds=[])
Execute a SELECT query constructed using the various parameters provided.
lockTables($read, $write, $method, $lowPriority=true)
indexName($index)
Get the name of an index in a given table.
mysqlFieldType($res, $n)
Get the type of the specified field in a result.
mysqlDataSeek($res, $row)
Move internal result pointer.
deferred txt A few of the database updates required by various functions here can be deferred until after the result page is displayed to the user For updating the view updating the linked to tables after a etc PHP does not yet have any way to tell the server to actually return and disconnect while still running these but it might have such a feature in the future We handle these by creating a deferred update object and putting those objects on a global list
getServerUptime()
Determines how long the server has been up.
getMasterPos()
Get the position of the master from SHOW MASTER STATUS.
Database error base class.
the array() calling protocol came about after MediaWiki 1.4rc1.
namedLocksEnqueue()
Check to see if a named lock used by lock() use blocking queues.
null for the local wiki Added should default to null in handler for backwards compatibility add a value to it if you want to add a cookie that have to vary cache options can modify $query
masterPosWait(DBMasterPos $pos, $timeout)
Wait for the slave to catch up to a given master position.
string[] $gtids
GTID list.
fieldType($res, $n)
mysql_field_type() wrapper
streamStatementEnd(&$sql, &$newLine)
mysqlConnect($realServer)
Open a connection to a MySQL server.
processing should stop and the error should be shown to the user * false
tableName($name, $format= 'quoted')
Format a table name ready for use in constructing an SQL query.
array $lagDetectionOptions
Method to detect slave lag.
Apache License January AND DISTRIBUTION Definitions License shall mean the terms and conditions for use
__construct($file, $pos, $gtid= '')
div flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException'returning false will NOT prevent logging $e
addIdentifierQuotes($s)
MySQL uses backticks for identifier quoting instead of the sql standard "double quotes".
wasLockTimeout()
Determines if the last failure was due to a lock timeout.
string $lagDetectionMethod
Method to detect slave lag.
wfHostname()
Fetch server name for use in error reporting etc.
resource $mConn
Database connection.
unlock($lockName, $method)
FROM MYSQL DOCS: http://dev.mysql.com/doc/refman/5.0/en/miscellaneous-functions.html#function_release...
wfLogDBError($text, array $context=[])
Log for database errors.
isView($name, $prefix=null)
Differentiates between a TABLE and a VIEW.
upsert($table, array $rows, array $uniqueIndexes, array $set, $fname=__METHOD__)
makeList($a, $mode=LIST_COMMA)
Makes an encoded list of strings from an array.
getMysqlStatus($which="%")
Get status information from SHOW STATUS in an associative array.
mysqlRealEscapeString($s)
Base for all database-specific classes representing information about database fields.
connectInitCharset()
Set the character set information right after connection.
mysqlFetchArray($res)
Fetch a result row as an associative and numeric array.
An object representing a master or slave position in a replicated setup.
mysqlFetchObject($res)
Fetch a result row as an object.
when a variable name is used in a it is silently declared as a new local masking the global
replace($table, $uniqueIndexes, $rows, $fname=__METHOD__)
doQuery($sql)
The DBMS-dependent part of query()
channelsMatch(DBMasterPos $pos)
lock($lockName, $method, $timeout=5)
lastErrno()
Get the last error number.
see documentation in includes Linker php for Linker::makeImageLink & $time
hasReached(DBMasterPos $pos)
close()
Closes a database connection.
wasConnectionError($errno)
wfDebug($text, $dest= 'all', array $context=[])
Sends a line to the debug log if enabled or, optionally, to a comment in output.
The index of the header message $result[1]=The index of the body text message $result[2 through n]=Parameters passed to body text message.Please note the header message cannot receive/use parameters. 'ImportHandleLogItemXMLTag':When parsing a XML tag in a log item.Return false to stop further processing of the tag $reader:XMLReader object $logInfo:Array of information 'ImportHandlePageXMLTag':When parsing a XML tag in a page.Return false to stop further processing of the tag $reader:XMLReader object &$pageInfo:Array of information 'ImportHandleRevisionXMLTag':When parsing a XML tag in a page revision.Return false to stop further processing of the tag $reader:XMLReader object $pageInfo:Array of page information $revisionInfo:Array of revision information 'ImportHandleToplevelXMLTag':When parsing a top level XML tag.Return false to stop further processing of the tag $reader:XMLReader object 'ImportHandleUploadXMLTag':When parsing a XML tag in a file upload.Return false to stop further processing of the tag $reader:XMLReader object $revisionInfo:Array of information 'ImportLogInterwikiLink':Hook to change the interwiki link used in log entries and edit summaries for transwiki imports.&$fullInterwikiPrefix:Interwiki prefix, may contain colons.&$pageTitle:String that contains page title. 'ImportSources':Called when reading from the $wgImportSources configuration variable.Can be used to lazy-load the import sources list.&$importSources:The value of $wgImportSources.Modify as necessary.See the comment in DefaultSettings.php for the detail of how to structure this array. 'InfoAction':When building information to display on the action=info page.$context:IContextSource object &$pageInfo:Array of information 'InitializeArticleMaybeRedirect':MediaWiki check to see if title is a redirect.&$title:Title object for the current page &$request:WebRequest &$ignoreRedirect:boolean to skip redirect check &$target:Title/string of redirect target &$article:Article object 'InternalParseBeforeLinks':during Parser's internalParse method before links but after nowiki/noinclude/includeonly/onlyinclude and other processings.&$parser:Parser object &$text:string containing partially parsed text &$stripState:Parser's internal StripState object 'InternalParseBeforeSanitize':during Parser's internalParse method just before the parser removes unwanted/dangerous HTML tags and after nowiki/noinclude/includeonly/onlyinclude and other processings.Ideal for syntax-extensions after template/parser function execution which respect nowiki and HTML-comments.&$parser:Parser object &$text:string containing partially parsed text &$stripState:Parser's internal StripState object 'InterwikiLoadPrefix':When resolving if a given prefix is an interwiki or not.Return true without providing an interwiki to continue interwiki search.$prefix:interwiki prefix we are looking for.&$iwData:output array describing the interwiki with keys iw_url, iw_local, iw_trans and optionally iw_api and iw_wikiid. 'InvalidateEmailComplete':Called after a user's email has been invalidated successfully.$user:user(object) whose email is being invalidated 'IRCLineURL':When constructing the URL to use in an IRC notification.Callee may modify $url and $query, URL will be constructed as $url.$query &$url:URL to index.php &$query:Query string $rc:RecentChange object that triggered url generation 'IsFileCacheable':Override the result of Article::isFileCacheable()(if true) &$article:article(object) being checked 'IsTrustedProxy':Override the result of IP::isTrustedProxy() &$ip:IP being check &$result:Change this value to override the result of IP::isTrustedProxy() 'IsUploadAllowedFromUrl':Override the result of UploadFromUrl::isAllowedUrl() $url:URL used to upload from &$allowed:Boolean indicating if uploading is allowed for given URL 'isValidEmailAddr':Override the result of Sanitizer::validateEmail(), for instance to return false if the domain name doesn't match your organization.$addr:The e-mail address entered by the user &$result:Set this and return false to override the internal checks 'isValidPassword':Override the result of User::isValidPassword() $password:The password entered by the user &$result:Set this and return false to override the internal checks $user:User the password is being validated for 'Language::getMessagesFileName':$code:The language code or the language we're looking for a messages file for &$file:The messages file path, you can override this to change the location. 'LanguageGetMagic':DEPRECATED!Use $magicWords in a file listed in $wgExtensionMessagesFiles instead.Use this to define synonyms of magic words depending of the language &$magicExtensions:associative array of magic words synonyms $lang:language code(string) 'LanguageGetNamespaces':Provide custom ordering for namespaces or remove namespaces.Do not use this hook to add namespaces.Use CanonicalNamespaces for that.&$namespaces:Array of namespaces indexed by their numbers 'LanguageGetSpecialPageAliases':DEPRECATED!Use $specialPageAliases in a file listed in $wgExtensionMessagesFiles instead.Use to define aliases of special pages names depending of the language &$specialPageAliases:associative array of magic words synonyms $lang:language code(string) 'LanguageGetTranslatedLanguageNames':Provide translated language names.&$names:array of language code=> language name $code:language of the preferred translations 'LanguageLinks':Manipulate a page's language links.This is called in various places to allow extensions to define the effective language links for a page.$title:The page's Title.&$links:Associative array mapping language codes to prefixed links of the form"language:title".&$linkFlags:Associative array mapping prefixed links to arrays of flags.Currently unused, but planned to provide support for marking individual language links in the UI, e.g.for featured articles. 'LanguageSelector':Hook to change the language selector available on a page.$out:The output page.$cssClassName:CSS class name of the language selector. 'LinkBegin':DEPRECATED!Use HtmlPageLinkRendererBegin instead.Used when generating internal and interwiki links in Linker::link(), before processing starts.Return false to skip default processing and return $ret.See documentation for Linker::link() for details on the expected meanings of parameters.$skin:the Skin object $target:the Title that the link is pointing to &$html:the contents that the< a > tag should have(raw HTML) $result
DBMasterPos class for MySQL/MariaDB.
dropTable($tableName, $fName=__METHOD__)
listViews($prefix=null, $fname=__METHOD__)
Lists VIEWs in the database.
We ve cleaned up the code here by removing clumps of infrequently used code and moving them off somewhere else It s much easier for someone working with this code to see what s _really_ going and make changes or fix bugs In we can take all the code that deals with the little used title reversing we can concentrate it all in an extension file
tableExists($table, $fname=__METHOD__)
Query whether a given table exists.
Base class for the more common types of database errors.
deleteJoin($delTable, $joinTable, $delVar, $joinVar, $conds, $fname=__METHOD__)
DELETE where the condition is a join.
listTables($prefix=null, $fname=__METHOD__)
List all tables on the database.
setSessionOptions(array $options)
getSlavePos()
Get the position of the master from SHOW SLAVE STATUS.
this hook is for auditing only RecentChangesLinked and Watchlist RecentChangesLinked and Watchlist e g Watchlist removed from all revisions and log entries to which it was applied This gives extensions a chance to take it off their books as the deletion has already been partly carried out by this point or something similar the user will be unable to create the tag set and then return false from the hook function Ensure you consume the ChangeTagAfterDelete hook to carry out custom deletion actions as context called by AbstractContent::getParserOutput May be used to override the normal model specific rendering of page content as context as context $options
getHeartbeatData(array $conds)
mysqlError($conn=null)
Returns the text of the error message from previous MySQL operation.
mysqlPing()
Ping a server connection or reconnect if there is no connection.
int $pos
Binglog file position.
getApproximateLagStatus()
duplicateTableStructure($oldName, $newName, $temporary=false, $fname=__METHOD__)
__construct(array $params)
Additional $params include:
addQuotes($s)
Adds quotes and backslashes.
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such as
mysqlNumRows($res)
Get number of rows in result.
mysqlSetCharset($charset)
Set the character set of the MySQL link.
please add to it if you re going to add events to the MediaWiki code where normally authentication against an external auth plugin would be creating a local account $user
selectDB($db)
Change the current database.
indexInfo($table, $index, $fname=__METHOD__)
Get information about an index into an object Returns false if the index does not exist...
mysqlNumFields($res)
Get number of fields in result.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
wasReadOnlyError()
Determines if the last failure was due to the database being read-only.
closeConnection()
Closes underlying database connection.
setBigSelects($value=true)
selectField($table, $var, $cond= '', $fname=__METHOD__, $options=[])
A SELECT wrapper which returns a single field from a single result row.
string null $serverVersion
if(!defined( 'MEDIAWIKI')) $fname
This file is not a valid entry point, perform no further processing unless MEDIAWIKI is defined...
wasDeadlock()
Determines if the last failure was due to a deadlock.
$wgAllDBsAreLocalhost
Make all database connections secretly go to localhost.
Database abstraction object for MySQL.
MysqlMasterPos $lastKnownSlavePos
mysqlFieldName($res, $n)
Get the name of the specified field in a result.
getServer()
Get the server hostname or IP address.
getSearchEngine()
Get search engine class.
estimateRowCount($table, $vars= '*', $conds= '', $fname=__METHOD__, $options=[])
Estimate rows in dataset Returns estimated count, based on EXPLAIN output Takes same arguments as Dat...
query($sql, $fname=__METHOD__, $tempIgnore=false)
Run an SQL query and return the result.
wasErrorReissuable()
Determines if the last query error was something that should be dealt with by pinging the connection ...
commit($fname=__METHOD__, $flush= '')
Commits a transaction previously started using begin().
this hook is for auditing only RecentChangesLinked and Watchlist RecentChangesLinked and Watchlist e g Watchlist removed from all revisions and log entries to which it was applied This gives extensions a chance to take it off their books as the deletion has already been partly carried out by this point or something similar the user will be unable to create the tag set $status
float $asOfTime
UNIX timestamp.
lockIsFree($lockName, $method)
Check to see if a named lock is available.
getLBInfo($name=null)
Get properties passed down from the server info array of the load balancer.
Result wrapper for grabbing data queried by someone else.
getLogContext(array $extras=[])
Create a log context to pass to wfLogDBError or other logging functions.
BagOStuff $srvCache
APC cache.
mysqlFreeResult($res)
Free result memory.
nativeReplace($table, $rows, $fname)
REPLACE query wrapper for MySQL and SQLite, which have a native REPLACE statement.
isQuotedIdentifier($name)
$wgSQLMode
SQL Mode - default is turning off all modes, including strict, if set.
getBindingHandle()
Get the underlying binding handle, mConn.
fieldInfo($table, $field)
reportConnectionError($error= 'Unknown error')
static configuration should be added through ResourceLoaderGetConfigVars instead & $vars
mysqlFetchField($res, $n)
Get column information from a result.
bool $useGTIDs
bool Whether to use GTID methods
$wgDBmysql5
Set to true to engage MySQL 4.1/5.0 charset-related features; for now will just cause sending of 'SET...
open($server, $user, $password, $dbName)
Allows to change the fields on the form that will be generated $name