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
This commit is contained in:
Amir Sarabadani 2024-06-05 19:20:25 +02:00
parent 64443f9905
commit 4fb92a37b8

View file

@ -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 ),
] )