The table storing the user password histories should have an index, likely a composite key (id, created) using the user id and the creation timestamp.

Comments

deekayen’s picture

Version: » 5.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new1.67 KB

I added regular indexes. If primary is more appropriate, there are just 4 places to add PRIMARY.

miglius’s picture

Status: Needs review » Fixed

Committed. thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.