MySQL Forums
Forum List  »  Merge Storage Engine

Re: Merge table problems
Posted by: Ingo Strüwing
Date: October 17, 2005 09:23AM

I can only guess. Try to ensure that no accesses are done to the MERGE table and the rotated table: LOCK TABLE my_merge_table WRITE, my_rotate_table WRITE. Then truncate the rotate table and alter the merge table. Then UNLOCK TABLES.

If you still get these errors, please file a bug report at bugs.mysql.com.

Options: ReplyQuote


Subject
Views
Written By
Posted
5341
October 09, 2005 05:58AM
Re: Merge table problems
3644
October 17, 2005 09:23AM


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.