MySQL Forums
Forum List  »  Partitioning

Re: PARTITION BY HASH
Posted by: Praveen TS
Date: October 28, 2009 04:51AM

Hi,

To check whether your MySQL supports partitioning or not, execute the following query

show variables like 'have_partitioning';

If it gives result saying "YES". Then your mysql version supports partition.

If it is an empty set means, your MySQL version doesn't support partitioning.

Regards,
Praveen

Options: ReplyQuote


Subject
Views
Written By
Posted
6018
October 27, 2009 12:20PM
3561
October 28, 2009 01:00AM
Re: PARTITION BY HASH
2506
October 28, 2009 04:51AM


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.