Commit dc6bd375 authored by unknown's avatar unknown

Cleanup

parent a51fb44b
......@@ -124,7 +124,7 @@ enum db_type ha_checktype(enum db_type database_type)
for (types= sys_table_types; types->type; types++)
{
if ((database_type == types->db_type) &&
(SHOW_OPTION_YES == *types->value))
(*types->value == SHOW_OPTION_YES))
return database_type;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment