[Groonga-mysql-commit] mroonga/mroonga at 632b435 [fix-field-name] WIP

Back to archive index
Kentaro Hayashi null+****@clear*****
Mon Nov 19 16:10:16 JST 2018


Kentaro Hayashi	2018-11-19 16:10:16 +0900 (Mon, 19 Nov 2018)

  Revision: 632b435e2f2d25af1f776a48751120228d482ea2
  https://github.com/mroonga/mroonga/commit/632b435e2f2d25af1f776a48751120228d482ea2

  Message:
    WIP

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+1 -1)
===================================================================
--- mrn_mysql_compat.h    2018-10-25 12:57:30 +0900 (c3489bab)
+++ mrn_mysql_compat.h    2018-11-19 16:10:16 +0900 (30cf6cbd)
@@ -176,7 +176,7 @@
      &(key_part_spec)->field_name
 #  define MRN_KEY_PART_SPEC_FIELD_NAME_FORMAT "%.*s"
 #  define MRN_KEY_PART_SPEC_FIELD_NAME_VALUE(key_part_spec)		\
-     static_cast<int>((key_part_spec)->field_name.length), (key_part_spec)->field_name.str
+     static_cast<int>((key_part_spec)->length), (key_part_spec)->str
 #  ifdef MRN_FIELD_FIELD_NAME_IS_LEX_STRING
 #    define MRN_FIELD_NAME_EQUAL_KEY_PART_SPEC_FIELD_NAME(field, string)	\
        FIELD_NAME_EQUAL_STRING(field, string)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20181119/8c48cec5/attachment-0001.html>


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