[Groonga-mysql-commit] mroonga/mroonga at 4ecfe4f [master] mysql8.0: use false

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Apr 29 15:37:21 JST 2018


Kouhei Sutou	2018-04-29 15:37:21 +0900 (Sun, 29 Apr 2018)

  New Revision: 4ecfe4f3ad12cdc3bc4b56bd2e3bc3b6016347df
  https://github.com/mroonga/mroonga/commit/4ecfe4f3ad12cdc3bc4b56bd2e3bc3b6016347df

  Message:
    mysql8.0: use false

  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    2018-04-29 15:36:44 +0900 (b4c95901)
+++ lib/mrn_multiple_column_key_codec.cpp    2018-04-29 15:37:21 +0900 (9f97974d)
@@ -290,7 +290,7 @@ namespace mrn {
           decode_long_long_int(current_grn_key, &grn_time);
           TimeConverter time_converter;
           MYSQL_TIME mysql_time;
-          mysql_time.neg = FALSE;
+          mysql_time.neg = false;
           mysql_time.time_type = MYSQL_TIMESTAMP_DATETIME;
           time_converter.grn_time_to_mysql_time(grn_time, &mysql_time);
           long long int mysql_datetime_packed =
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180429/089a4e9f/attachment.htm 



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