mirror of
https://github.com/MariaDB/server.git
synced 2025-08-29 00:08:14 +03:00
Problem was that it tried to run partitioning function calls when opening a partitioned table, when it was explicitly disabled. Solution is to check if the partitioning plugin is ready to use before using any partitioning specific calls.