MySQL Forums
Forum List  »  Partitioning

Re: Partition Plugin Not Found
Posted by: Frederic Descamps
Date: February 15, 2019 01:05AM

Hi Luke,

This is totally normal as since MySQL 8.0, the partitioning is handled by the storage engine (native partitioning). This means that InnoDB itself takes care of the partitioning in MySQL and not a plugin. See https://dev.mysql.com/doc/refman/8.0/en/partitioning-limitations-storage-engines.html

I hope this answers your question.

Regards,

Options: ReplyQuote


Subject
Views
Written By
Posted
1982
February 14, 2019 02:35PM
Re: Partition Plugin Not Found
1106
February 15, 2019 01:05AM
1049
February 15, 2019 08:32AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.