Bug #22361 | Implementation of data type BOOLEAN | ||
---|---|---|---|
Submitted: | 14 Sep 2006 18:25 | Modified: | 10 Jun 2009 11:19 |
Reporter: | Larry Irwin | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Data Types | Severity: | S4 (Feature request) |
Version: | 5 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | BOOL |
[14 Sep 2006 18:25]
Larry Irwin
[15 Sep 2006 8:20]
Valeriy Kravchuk
Thank you for a reasonable feature request.
[6 May 2009 18:52]
Viktor Ć tujber
I asked around, and it seems that BOOL/BOOLEAN still maps to TINYINT(1), for backwards compatibility reasons. Considering that, there is still the possibility of implementing it as BIT(1), and providing a server option to switch between the old/new behavior.
[10 Jun 2009 11:19]
Susanne Ebrecht
This is a duplicate of bug #8845
[28 Dec 2010 11:43]
Kemal Soysal
I do not think this is related to bug #8845.