-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
MariaDB 10.3 compatibility in regard to mb4 #29483
Comments
Meanwhile MariaDB 10.3.3 with Beta status was released on 23 Dec 2017. |
Agreed, moving to planned. Do you have a rough idea about how much work this will be ? (estimate) |
Hey, this issue has been closed because the label (This is an automated comment from GitMate.io.) |
We're getting closer.... |
moving to planned with a bit of luck no changes are needed on the code and only testing needed? |
I wouldn't count on bit of gluck here... We had unit tests with 10.3 when it was in alpha and they failed. To revive the essence of the issue: core/lib/private/DB/MySqlTools.php Lines 35 to 36 in 92b658a
According to https://mariadb.com/kb/en/library/xtradbinnodb-server-system-variables/#innodb_file_format
|
so, for MariaDB 10.3 it's enough to bypass checking this option. |
@PVince81 Adding 10.3.8 to the build matrix would be a good start to confirm that issue persists. Basically it needs omiting |
added 10.3 to the build matrix here: #33255 |
@VicDeo So far none have been detected in our test suites. Anything that comes to mind ? If we want to play it safe we could leave this update to be OC 11 only. |
Reopening because this support never got released. The changes "died" with the old They are now waiting in #36289 for us to drop PHP 7.0 support |
Now I will try a run of acceptance tests with |
@VicDeo mentioned that MariaDB 10.3 will get rid of the innodb table format switch.
The question is whether this will make the DB default to always use mb4 or not.
We'll need to:
Let's do the research first before deciding on what to do.
@DeepDiver1975 @VicDeo
The text was updated successfully, but these errors were encountered: