r89891 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r89890
|
r89891
|
r89892
>
Date:
18:45, 11 June 2011
Author:
maxsem
Status:
ok
Tags:
Comment:
sqlite.php: don't fail after --check-syntax on a non-SQLite DB
Modified paths:
/trunk/phase3/maintenance/sqlite.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/sqlite.php
—
—
@@ -44,6 +44,7 @@
45
45
// Should work even if we use a non-SQLite database
46
46
if ( $this->hasOption( 'check-syntax' ) ) {
47
47
$this->checkSyntax();
48
+ return;
48
49
}
49
50
50
51
$this->db = wfGetDB( DB_MASTER );
Status & tagging log
20:47, 21 June 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r89891
[
removed:
new
added:
ok]