MySQL Forums
Forum List  »  Partitioning

Re: subpartition accross disk show error
Posted by: Jon Stephens
Date: September 20, 2016 02:00AM

Nihao,

That works only with MyISAM tables. The default in MySQL 5.7 is InnoDB, so you need to specify the MyISAM storage engine when creating the table.

I'll update the example accordingly. Thanks for spotting this.

cheers,

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Views
Written By
Posted
2368
September 19, 2016 05:23PM
Re: subpartition accross disk show error
1197
September 20, 2016 02:00AM
1013
September 20, 2016 03:06AM
1085
September 20, 2016 11:42AM


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.