mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-27 00:25:50 +03:00
[GH-ISSUE #85] Can't delete domain(zone) #46
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#46
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 @izenk on GitHub (Apr 1, 2016).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/85
Hello.
nsedit commit
794fcb680cmysql Server version: 5.5.44
pdns-static_3.4.8
Ubuntu 14.04.3 LTS
From web interface I can't delete domain/zone
I can delete record, but not domain.
Please find logs:
PowerDNS:
MySQL:
What I see, that nsedit didn't send "commit" command. And due to mysql server has setting autocommit= off, domain was not deleted.
If I set autocommit=on, everything is fine.
@izenk commented on GitHub (Apr 1, 2016):
As I understand nsedit only uses pdnsapi and has no control over sql queries. And that's why this problesm is related to pdns api, not to nsedit.
Issue can be closed. Thank you.