MySQL Forums
Forum List  »  Partitioning

Re: Why doesn't partitioning support INSERT DELAYED?
Posted by: Mattias Jonsson
Date: January 16, 2010 06:48PM

Hi Ben,

Two bugs related to this is bug#31210 and bug#32115.

Since bug#32115 is fixed, I tried some tests after enabling DELAYED in the partitioning handler and it seemed to work (at least it did not fail the test mysql-test/t/delayed.test)

Note that if you use INSERT DELAYED and a table is ALTERED you may loose the rows in the DELAYED queue built up during the ALTER.

I reported this as bug#50939
http://bugs.mysql.com/50393

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Why doesn't partitioning support INSERT DELAYED?
2415
January 16, 2010 06:48PM


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.