Merge "Add SPARQL client to core"
[lhc/web/wiklou.git] / includes / libs / rdbms / database / position / MySQLMasterPos.php
index 0657cf3..9ca6b11 100644 (file)
@@ -99,7 +99,7 @@ class MySQLMasterPos implements DBMasterPos {
         * @note: this returns false for multi-source replication GTID sets
         * @see https://mariadb.com/kb/en/mariadb/gtid
         * @see https://dev.mysql.com/doc/refman/5.6/en/replication-gtids-concepts.html
-        * @return array Map of (domain => integer position) or false
+        * @return array Map of (domain => integer position); possibly empty
         */
        protected function getGtidCoordinates() {
                $gtidInfos = [];