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
It seems that MariaDB 10.6 has added support for SKIP...LOCKED, so we could theoretically easily officially support MariaDB database (possibly with fixing some small issues resulting for test suite execution).
It would require to add mariadb backend similarly as we added mssql backend in those three PRs: #9973, #16103, #16134
The text was updated successfully, but these errors were encountered:
It seems that MariaDB 10.6 has added support for SKIP...LOCKED, so we could theoretically easily officially support MariaDB database (possibly with fixing some small issues resulting for test suite execution).
It would require to add
mariadb
backend similarly as we addedmssql
backend in those three PRs: #9973, #16103, #16134The text was updated successfully, but these errors were encountered: