According to the MySQL manual, "The CHECK clause is parsed but ignored by all storage engines." Therefore, I know that a simple solution is out of the question, but is there another possible way to achieve the same result? Maybe using triggers or stored procedures? If so, how?
Furthermore, since it is simply โdisassembled,โ is it as good as saying to avoid using it because it does not serve the purpose?
Using MySQL 5.5.11 and InnoDB Tables
mysql constraints
swisscheese
source share