In versions of MySQL up to and including 4.1, BIT is a synonym for TINYINT(1).
Whereas in version 5:
This data type was added in MySQL 5.0.3 for MyISAM, and extended in 5.0.5 to MEMORY, InnoDB, and BDB. Before 5.0.3, BIT is a synonym for TINYINT(1)
In reply to Re^3: Handle MySQL BIT data type in Perl
by virtualsue
in thread Handle MySQL BIT data type in Perl
by pg
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |