Tetsuro IKEDA
null+****@clear*****
Thu Oct 4 10:18:29 JST 2012
Tetsuro IKEDA 2009-03-18 11:11:03 +0900 (Wed, 18 Mar 2009) New Revision: 77e247a174031ce762177bfb0444ef49fb0bb01f https://github.com/mroonga/mroonga/commit/77e247a174031ce762177bfb0444ef49fb0bb01f Log: pkey is not required. fix indent. Modified files: src/ha_groonga.cc Modified: src/ha_groonga.cc (+2 -2) =================================================================== --- src/ha_groonga.cc 2009-03-11 20:46:19 +0900 (b4d7a59) +++ src/ha_groonga.cc 2009-03-18 11:11:03 +0900 (27f6ccd) @@ -38,7 +38,7 @@ static void mrn_share_remove(mrn_share *share); static grn_hash *mrn_hash_sys; static grn_obj *mrn_db_sys; static pthread_mutex_t *mrn_mutex_sys; - static const char *mrn_logfile_name=MRN_LOG_FILE_NAME; +static const char *mrn_logfile_name=MRN_LOG_FILE_NAME; static FILE *mrn_logfile = NULL; static grn_logger_info mrn_logger_info = { @@ -115,7 +115,7 @@ const char **ha_groonga::bas_ext() const ulonglong ha_groonga::table_flags() const { - return HA_NO_TRANSACTIONS|HA_REQUIRE_PRIMARY_KEY|HA_REC_NOT_IN_SEQ; + return HA_NO_TRANSACTIONS|HA_REC_NOT_IN_SEQ; } ulong ha_groonga::index_flags(uint idx, uint part, bool all_parts) const -------------- next part -------------- HTML����������������������������...Download