r81755 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r81754
|
r81755
|
r81756
>
Date:
15:34, 8 February 2011
Author:
overlordq
Status:
ok
Tags:
Comment:
Followup to
r81657
, you do need a space between the table name and the alias
Modified paths:
/trunk/phase3/includes/db/Database.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/db/Database.php
—
—
@@ -1625,7 +1625,7 @@
1626
1626
if ( !$alias || $alias == $name ) {
1627
1627
return $this->tableName( $name );
1628
1628
} else {
1629
- return $this->tableName( $name ) . $this->addQuotes( $alias );
1629
+ return $this->tableName( $name ) . ' ' . $this->addQuotes( $alias );
1630
1630
}
1631
1631
}
1632
1632
Follow-up revisions
Revision
Commit summary
Author
Date
r85081
MFT last round of db and installer changes:
r81755
,
r82596
,
r85021
,
r85047
,
r...
demon
19:33, 31 March 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r81657
Per fixme on
r77597
, change to $this->addQuotes() instead of hardcoded quote ...
reedy
23:21, 7 February 2011
Status & tagging log
16:09, 16 August 2011
😂
(
talk
|
contribs
)
changed the
tags
for r81755
[
removed:
nodeploy]
19:33, 31 March 2011
😂
(
talk
|
contribs
)
changed the
tags
for r81755
[
removed:
1.17]
23:18, 11 February 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r81755
[
removed:
new
added:
ok]
21:43, 10 February 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r81755
[
added:
nodeploy]
15:35, 8 February 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r81755
[
added:
1.17]