Kouhei Sutou
null+****@clear*****
Thu Oct 4 10:42:59 JST 2012
Kouhei Sutou 2012-04-29 09:51:34 +0900 (Sun, 29 Apr 2012) New Revision: 4d7f33adaef2b8c39e4f480b2ed5e458f4a34a7a https://github.com/mroonga/mroonga/commit/4d7f33adaef2b8c39e4f480b2ed5e458f4a34a7a Log: Remove needless table_ prefix... Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+1 -1) =================================================================== --- ha_mroonga.cpp 2012-04-29 09:48:08 +0900 (ab46374) +++ ha_mroonga.cpp 2012-04-29 09:51:34 +0900 (8229892) @@ -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); } -------------- next part -------------- HTML����������������������������...Download