MySQL Forums
Forum List  »  Federated Storage Engine

BIT column protect Federated table from delete or update
Posted by: Xavier S
Date: August 28, 2013 07:32AM

I tried doing a delete of some rows on a federated table that contains one column called `read` of type BIT.
Those ones having a 0 (zero) value on that column, where successful deleted, but the ones with a positive value (1000000) remained on the table.

Is it a desirable behavior?

I've tried later on the origin table (InnoDB engine) and all of them where deleted.

My MySQL version is 5.5.32-0ubuntu0.13.04.1

Thanks everyone

Options: ReplyQuote


Subject
Views
Written By
Posted
BIT column protect Federated table from delete or update
4119
August 28, 2013 07:32AM


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.