I use the 1 page per chapter doc on the mysql website. It can be found at:
http://www.mysql.com/documentation/mysql/bychapter/
Second to last link in that glossary is the SQL commands, Type and function definitions that are indexed by Name.
http://www.mysql.com/documentation/m...Function_Index
I love that page when trying to figure out the type I need if it isn't a straight int or varchar.