MySQL Forums
Forum List  »  Merge Storage Engine

Re: Insert into merge table fails
Posted by: KimSeong Loh
Date: July 25, 2006 07:08PM

Maybe you can try to remove the auto_increment in the MERGE table, just make it a the same without auto_increment. I have an example where the base table has auto_increment but the merge table does not have the auto_increment, jsut the normal integer unsigned not null

Options: ReplyQuote


Subject
Views
Written By
Posted
4825
July 23, 2006 08:09PM
Re: Insert into merge table fails
4469
July 25, 2006 07:08PM


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.