I\'m using MySQL version 5.1.49-1ubuntu8.1. It allows me to define columns of two different data types: BOOL and BOOLEAN. What are the differences
BOOL
BOOLEAN
They are both synonyms for TINYINT(1).