mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Cleanup
This commit is contained in:
parent
93dd971bed
commit
b049159431
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue