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
When using brew package mariadb in macOS Sqitch fails to compile. For some reason the result of mysql --version is slightly different from Linux and probably other Unixes.
Here is the output of mysql --version on Debian 12
mysql Ver 15.1 Distrib 10.11.3-MariaDB, for debian-linux-gnu (x86_64) using EditLine wrapper
Here is the output of mysql --version on macOS Ventura
mysql from 11.1.2-MariaDB, client 15.2 for osx10.18 (x86_64) using EditLine wrapper
Due to this difference this line returns undef and the same problem can be found here.
I might be able to provide a PR for this.
The text was updated successfully, but these errors were encountered:
Hi,
When using brew package
mariadb
in macOS Sqitch fails to compile. For some reason the result ofmysql --version
is slightly different from Linux and probably other Unixes.Here is the output of
mysql --version
on Debian 12Here is the output of
mysql --version
on macOS VenturaDue to this difference this line returns
undef
and the same problem can be found here.I might be able to provide a PR for this.
The text was updated successfully, but these errors were encountered: