57 if ( $dqe->errno == 1064 ) {
60 "Query incompatible with database engine. For more information: " .
61 "https://bugs.mysql.com/bug.php?id=78485 https://jira.mariadb.org/browse/MDEV-21750 / " .
62 "https://phabricator.wikimedia.org/T355096",
63 1064, $dqe->sql, __METHOD__
90 return trim( preg_replace(
"/[^{$lc}]/",
" ", $text ) );
101 if ( $queryAndNs ===
false ) {
104 $this->namespaces = $queryAndNs[1];
105 return $queryAndNs[0];
110class_alias( SearchDatabase::class,
'SearchDatabase' );