1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Bug#39893: Crash if select on a partitioned table, when partitioning is disabled

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.
This commit is contained in:
Mattias Jonsson
2009-01-08 15:16:44 +01:00
parent c9245922d6
commit 1200228277
9 changed files with 261 additions and 3 deletions

Binary file not shown.