MySQL Forums
Forum List  »  Merge Storage Engine

Merge support for symbolic links?
Posted by: Rob Vieira
Date: July 20, 2005 04:35PM

I have created several tables, let's call them MyTable001, MyTable002, etc..

Now, I create an identical table called MyTable with engine type of merge and a union=(MyTable001,MyTable002) INSERT_TYPE=LAST

This creates just fine, but when I go to actually do inserts into it or address it in any way (including an ALTER), I get a message:

Can't find file MyTable.MRG

Bug in the merge engine, or is there something I'm probably doing wrong here?

Options: ReplyQuote


Subject
Views
Written By
Posted
Merge support for symbolic links?
5696
July 20, 2005 04:35PM


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.