mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #353] [BUG] check_access procedure always returns DUNNO #292
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#292
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TheBinaryLoop on GitHub (Oct 24, 2022).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/353
check_access procedure always returns DUNNO even if I check it against a valid alias
@willbrowningme commented on GitHub (Oct 24, 2022):
That is the intended behaviour of the
check_accessstored procedure.Try running it for an alias that is either deactivated or deleted.
Please read the MariaDB section in the self-hosting guide that explains why the stored procedure returns
DUNNOfor a valid alias.