[Groonga-mysql-commit] mroonga/mroonga [master] Add grn_ prefix

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 19 22:54:18 JST 2012


Kouhei Sutou	2012-11-19 22:54:18 +0900 (Mon, 19 Nov 2012)

  New Revision: 76e0186ecae6688433e332f8a8ef458479105a76
  https://github.com/mroonga/mroonga/commit/76e0186ecae6688433e332f8a8ef458479105a76

  Log:
    Add grn_ prefix

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+2 -2)
===================================================================
--- ha_mroonga.cpp    2012-11-19 22:54:03 +0900 (68332f3)
+++ ha_mroonga.cpp    2012-11-19 22:54:18 +0900 (d7c041b)
@@ -9497,8 +9497,8 @@ int ha_mroonga::storage_encode_key_time2(Field *field, const uchar *key,
     my_time_packed_from_binary(key, time2_field->decimals());
   MYSQL_TIME mysql_time;
   TIME_from_longlong_time_packed(&mysql_time, packed_time);
-  long long int time = mrn_mysql_time_to_grn_time(&mysql_time);
-  memcpy(buf, &time, 8);
+  long long int grn_time = mrn_mysql_time_to_grn_time(&mysql_time);
+  memcpy(buf, &grn_time, 8);
   *size = 8;
 
   DBUG_RETURN(error);
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-mysql-commit mailing list
Back to archive index