You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix MariaDB 11.4+ warnings with --no-defaults flag (#297)
* Initial plan
* Add --ssl-verify-server-cert flag to MySQL commands with --no-defaults
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
* Add SSL flag only for MariaDB, not MySQL
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
* Extract MariaDB detection into helper method with basename check
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
* Improve documentation for is_mariadb() helper method
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
* Use db_type variable instead of binary path to detect MariaDB
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
* inline
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
Co-authored-by: Pascal Birchler <pascalb@google.com>
0 commit comments