Skip to content

It seems like if a perms.userid is not written in uppercase, the packages are not indexed #548

Description

@andk

Neil reported that in 06perms.txt he found 5 lines with the userid 'dyacob' instead of 'DYACOB' and that these five packages where not indexed. As a quick stopgap solution I did just this:

MariaDB [mod]> update perms set userid='DYACOB' where BINARY userid='dyacob';
Query OK, 5 rows affected (1.713 sec)
Rows matched: 5  Changed: 5  Warnings: 0

I think this needs further evaluation how to prevent this from happening.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions