Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should importing a dump be blocked in a read-only connection? #863

Open
Leokuma opened this issue Sep 11, 2024 · 1 comment
Open

Should importing a dump be blocked in a read-only connection? #863

Leokuma opened this issue Sep 11, 2024 · 1 comment
Assignees
Labels
enhancement 🚀 New feature or request

Comments

@Leokuma
Copy link

Leokuma commented Sep 11, 2024

When a connection is marked as read-only, shouldn't the import action be blocked?

I think it should because I could accidentally restore a dump at the wrong instance. I expected the read-only option to prevent me from doing that the same way it does for INSERTs, UPDATEs and DDL.

image
image
image

  • Antares 0.7.25, installed from Flathub
  • MySQL Community Server GPL 8.0.36 (x86_64 Linux)
  • Linux Mint
@Fabio286 Fabio286 added the enhancement 🚀 New feature or request label Sep 16, 2024
@Fabio286
Copy link
Member

Fixed with commit 37d44c9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🚀 New feature or request
Projects
Status: 📌 To do
Development

No branches or pull requests

2 participants