Pomelo.EntityFrameworkCore.MySql
Pomelo.EntityFrameworkCore.MySql copied to clipboard
Enable RenameIndex for MariaDbServerVersion >= 10.5.2
The issue
MariaDB supports RenameIndex for version 10.5.2 or higher:
https://jira.mariadb.org/browse/MDEV-7318
But it is not marked like that in MariaDbServerVersion:
https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/blob/master/src/EFCore.MySql/Infrastructure/MariaDbServerVersion.cs#L54-L56