Bug #60251 Does not work DISCARD TABLESPACE on partitioned table
Submitted: 25 Feb 2011 13:39 Modified: 25 Feb 2011 14:04
Reporter: Pavel Dobryakov Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: DML Severity:S3 (Non-critical)
Version:5.5.8 OS:Linux
Assigned to: CPU Architecture:Any

[25 Feb 2011 13:39] Pavel Dobryakov
Description:
When i try to DISCARD TABLESPACE on partitioned innodb table whith innodb_file_per_table on server, i get error
ERROR 1031 (HY000): Table storage engine for 'ticks2' doesn't have this option

How to repeat:
Create partitioned innodb table whith enable innodb_file_per_table on server and try to do alter table <table> DISCARD TABLESPACE
[25 Feb 2011 13:52] MySQL Verification Team
Looks duplicate of: http://bugs.mysql.com/bug.php?id=52422. Please check.
[25 Feb 2011 14:05] Pavel Dobryakov
Yes, you are right, sory.