We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
core/scripts/sql-import.sh
Line 148 in 08ee112
has an OR operator which calls lando_red "Import failed." and unintentionally swallows the original exit code failure.
OR
lando_red "Import failed."
This is made more apparent when importing a database dump affected by the mariadb sandbox breaking change - https://mariadb.org/mariadb-dump-file-compatibility-change/
The text was updated successfully, but these errors were encountered:
@codebymikey I think I ran across the same problem and accidentally created a duplicate of your issue: #217
We ran into this bug when we tried to import a dump which indeed was affected by the sandbox mode command into an older MariaDB version.
Sorry, something went wrong.
No branches or pull requests
core/scripts/sql-import.sh
Line 148 in 08ee112
has an
OR
operator which callslando_red "Import failed."
and unintentionally swallows the original exit code failure.This is made more apparent when importing a database dump affected by the mariadb sandbox breaking change - https://mariadb.org/mariadb-dump-file-compatibility-change/
The text was updated successfully, but these errors were encountered: