Fix #18204 - Update getInnodbPluginVersion for MariaDB compatibility#20220
Fix #18204 - Update getInnodbPluginVersion for MariaDB compatibility#20220gs71 wants to merge 0 commit intophpmyadmin:QA_5_2from
Conversation
|
Created new PR #20261 |
Please avoid, use this one and force push your work if needed |
|
Actually these modifications have already been pushed by another PR (not mine). |
I could not find it, are you sure ? |
You are right, but I don't know how to do it. My code https://github.com/gs71/phpmyadmin/tree/QA_5_2 is fine, with 2 proper commits ready for production. But I don't know how to apply them to this PR. |
Probably: Or |
|
I tried with PR #20262, it always fails: I give up. |
Okay, do not change anything. I will manage this myself |
|
Merged with your pull-request: #20262 |
Description
Starting from version 10.10 MariaDB removed the system variable 'innodb_version' (https://jira.mariadb.org/browse/MDEV-28554), so clicking on the 'Operations' link produces an error in the SQL errors log (if enabled):
ERROR 1193: Unknown system variable 'innodb_version' : SELECT @@innodb_version
Fixes #18204
Before submitting pull request, please review the following checklist:
Signed-off-byline as described in our DCO. This ensures that the work you're submitting is your own creation.Signed-off-by: Guido Selva guido.selva@gmail.com