Merge "LIMIT is not a supported DatabaseBase::update option"

This commit is contained in:
jenkins-bot 2013-06-13 17:24:21 +00:00 committed by Gerrit Code Review
commit a334ca1350

View file

@ -256,8 +256,7 @@ class MWDbEchoBackend extends MWEchoBackend {
'notification_read_timestamp' => NULL, 'notification_read_timestamp' => NULL,
'notification_bundle_base' => 1, 'notification_bundle_base' => 1,
), ),
__METHOD__, __METHOD__
array( 'LIMIT' => 500 )
); );
} }