Navigation Menu

Skip to content

Commit

Permalink
Remove needless table_ prefix...
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 29, 2012
1 parent ab7af5c commit 4d7f33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cpp
Expand Up @@ -2007,7 +2007,7 @@ ulonglong ha_mroonga::storage_table_flags() const
flags |= HA_MUST_USE_TABLE_CONDITION_PUSHDOWN;
#endif
#ifdef HA_CAN_REPAIR
table_flags |= HA_CAN_REPAIR;
flags |= HA_CAN_REPAIR;
#endif
DBUG_RETURN(flags);
}
Expand Down

0 comments on commit 4d7f33a

Please sign in to comment.