MySQL Forums
Forum List  »  Newbie

Re: release 5.5 vs 5.7 : Invalid size for column type bit(0)
Posted by: Peter Brawley
Date: June 06, 2017 01:40PM

The 5.5 and 5.7 manual pages for bit columns alike open with ...

"The BIT data type is used to store bit values. A type of BIT(M) enables storage of M-bit values. M can range from 1 to 64."

It may be that some clients mishandled the bit count argument, but AFAIK it
never was zero-based.

Options: ReplyQuote


Subject
Written By
Posted
Re: release 5.5 vs 5.7 : Invalid size for column type bit(0)
June 06, 2017 01:40PM


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.