Factored setTimeout() into setSessionOptions() and deprecated the former. In the...
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 23 Nov 2011 19:25:59 +0000 (19:25 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 23 Nov 2011 19:25:59 +0000 (19:25 +0000)
commit12f430217fdf1ff53f64557c3a390049e8c6f0c9
tree57880e2fccc8bfa2bae9bbdf2f7658607254b284
parent93fd7aceb8a334f863bb66baef8c0c3f41cc92bd
Factored setTimeout() into setSessionOptions() and deprecated the former. In the future we can batch the queries perhaps. Also added a lock wait timeout option.
includes/db/Database.php
includes/db/DatabaseMysql.php