[Groonga-mysql-commit] mroonga/mroonga at 3becdf1 [master] Fix a typo...

Back to archive index

Kouhei Sutou null+****@clear*****
Fri May 15 18:51:58 JST 2015


Kouhei Sutou	2015-05-15 18:51:58 +0900 (Fri, 15 May 2015)

  New Revision: 3becdf11ffd9bc2fab943671e13fed0d0e22c775
  https://github.com/mroonga/mroonga/commit/3becdf11ffd9bc2fab943671e13fed0d0e22c775

  Message:
    Fix a typo...

  Modified files:
    lib/mrn_multiple_column_key_codec.cpp

  Modified: lib/mrn_multiple_column_key_codec.cpp (+1 -1)
===================================================================
--- lib/mrn_multiple_column_key_codec.cpp    2015-05-15 12:19:32 +0900 (0113a4a)
+++ lib/mrn_multiple_column_key_codec.cpp    2015-05-15 18:51:58 +0900 (e6b9a47)
@@ -292,7 +292,7 @@ namespace mrn {
           TimeConverter time_converter;
           MYSQL_TIME mysql_time;
           mysql_time.time_type = MYSQL_TIMESTAMP_DATETIME;
-          time_converter.gtn_time_to_mysql_time(grn_time, &mysql_time);
+          time_converter.grn_time_to_mysql_time(grn_time, &mysql_time);
           long long int mysql_datetime_packed =
             TIME_to_longlong_datetime_packed(&mysql_time);
           my_datetime_packed_to_binary(mysql_datetime_packed,
-------------- next part --------------
HTML����������������������������...
Download 



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