MySQL Forums
Forum List  »  Merge Storage Engine

Re: Merge tables from different instances
Posted by: Ingo Strüwing
Date: May 12, 2005 03:39AM

If you mean different databases in the same datadir, then it works since 4.1.

If you mean tables from different datadirs and having more than one mysqld running on them, then you need to start the servers with the --enable-external-locking option. Also since 4.1. Try to specify absolute path names then. Or edit the .MRG file after table creation.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Merge tables from different instances
4213
May 12, 2005 03:39AM


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.