MySQL Forums
Forum List  »  Partitioning

Re: how to remove partitiong in mysql version5.6
Posted by: Rick James
Date: June 15, 2013 01:50PM

Please provide these two outputs:

SHOW CREATE TABLE ...

SELECT *
FROM information_schema.PARTITIONS
WHERE TABLE_SCHEMA = ?
AND TABLE_NAME = ?
ORDER BY PARTITION_ORDINAL_POSITION,
SUBPARTITION_ORDINAL_POSITION

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: how to remove partitiong in mysql version5.6
1434
June 15, 2013 01:50PM


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.