MySQL Forums
Forum List  »  Newbie

Re: merge table problem
Posted by: Peter Brawley
Date: June 09, 2017 10:56AM

You used a method like that in https://dev.mysql.com/doc/refman/5.7/en/merge-storage-engine.html?

Assuming your method was correct, the error message says one of the tables you are trying to merge is corrupt or has a different structure.

What problem are you trying to solve with a Merge table?

Why are you usig MyISAM rather than InnoDB? The MyISAM engine is deprecated and will go away, so it's probably not a good idea to depend on it.

Options: ReplyQuote


Subject
Written By
Posted
June 09, 2017 01:04AM
Re: merge table problem
June 09, 2017 10:56AM


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.