There occurrences of:
static function update($adapter = 'PDO_MYSQL')
should read:
static function update()
to match the abstract class definition.
(In [2235]) fixes #1391