Database::selectRowCount(): support $join_conds
authorOri Livneh <ori@wikimedia.org>
Tue, 20 Oct 2015 02:10:10 +0000 (19:10 -0700)
committerOri Livneh <ori@wikimedia.org>
Tue, 20 Oct 2015 05:07:34 +0000 (22:07 -0700)
commit563a7f1114775fb1153391cee3772af15f393d9e
treedd1d85e0b6a7e0175e893f69b19de7d3b4cd313f
parentf17437d8c213babd28af23633596550f7e868019
Database::selectRowCount(): support $join_conds

Add a $join_conds parameter for Database::selectRowCount(), to allow the caller
to specify join conditions for the subquery that it generates.

Change-Id: I8c0a93713c121bc5b691ae65d6b6d8f8c08c9e4c
includes/db/DBConnRef.php
includes/db/Database.php
includes/db/IDatabase.php