From 4fb92a37b8263d83c128ff254449fe38e6e500ed Mon Sep 17 00:00:00 2001 From: Amir Sarabadani Date: Wed, 5 Jun 2024 19:20:25 +0200 Subject: [PATCH] Stop trying to update new storage method ES address pointers We are trying to get rid of text table. See T183490 and explicitly see T362566. Bug: T366705 Change-Id: Id133ff94e9518c7819c2e2fb8e01ee2a115c24d7 --- maintenance/UpdateVarDumps.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/maintenance/UpdateVarDumps.php b/maintenance/UpdateVarDumps.php index 938a25024..bb3fa81a7 100644 --- a/maintenance/UpdateVarDumps.php +++ b/maintenance/UpdateVarDumps.php @@ -277,6 +277,10 @@ class UpdateVarDumps extends LoggedUpdateMaintenance { 'tt:', $this->dbr->anyString() ) ), + $this->dbr->expr( 'afl_var_dump', IExpression::NOT_LIKE, new LikeValue( + 'es:DB:', + $this->dbr->anyString() + ) ), $this->dbr->expr( 'afl_id', '>', $prevID ), $this->dbr->expr( 'afl_id', '<=', $curID ), ] )