Commit eb7516c4 authored by unknown's avatar unknown

Cleanup

parent 96a1f9d7
...@@ -124,7 +124,7 @@ enum db_type ha_checktype(enum db_type database_type) ...@@ -124,7 +124,7 @@ enum db_type ha_checktype(enum db_type database_type)
for (types= sys_table_types; types->type; types++) for (types= sys_table_types; types->type; types++)
{ {
if ((database_type == types->db_type) && if ((database_type == types->db_type) &&
(SHOW_OPTION_YES == *types->value)) (*types->value == SHOW_OPTION_YES))
return database_type; 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