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

[12.x] Use native MariaDB CLI commands #51505

Merged
merged 1 commit into from
May 20, 2024

Conversation

staudenmeir
Copy link
Contributor

Follow-up to laravel/sail#693 and extended version of #51355:
Use MariaDB's native commands mariadb-dump for schema dumps and mariadb for schema loads and CLI sessions. I removed the column-statistics argument because mariadb-dump doesn't support it.

The PR targets Laravel 12 because users of the MariaDB driver need to make sure that these commands are available in their local and/or server environments.

@taylorotwell taylorotwell merged commit f22eaf2 into laravel:master May 20, 2024
30 checks passed
@staudenmeir staudenmeir deleted the mariadb-commands branch May 20, 2024 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants