MySQL doesn't accept the syntax "Select Count (*) from TABLE_NAME"
because of the whitespace after the 'Count' keyword.  To make the test
run we made the trivial change to remove the whitespace, so the test
form is: "Select Count(*) from TABLE_NAME"

Scott Marlow  --- smarlow@novell.com 
