MySQL Forums
Forum List  »  Partitioning

Problem in Subpatitioning
Posted by: Sreelatha G
Date: January 23, 2008 12:53AM

Hi,

I have created a table with 56 fields.
Partitioned the table by range on month and subpartitioned by on day.
So my table has 12 partitions per month and 31 subpartitions for each month.
Creation of first table was done without problem.
Then I have created another table with same number of fields and partitions .
When i try to describe the table i am getting an error
ERROR 1016 (HY000): Can't open file: './../TEST.frm' (errno: 24)
Even though this file exists.
Every thing worked fine if i remove subpartitioning in both tables.

I am using MySQL-5.1.22-rc on Linux.

Can any body help me in understanding what is causing this problem.


Thanks
Sreelatha

Options: ReplyQuote


Subject
Views
Written By
Posted
Problem in Subpatitioning
3955
January 23, 2008 12:53AM
2784
January 23, 2008 01:14PM
2670
January 29, 2008 03:15AM
2645
March 25, 2008 11:28AM


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.