[Groonga-mysql-commit] mroonga/mroonga at c560b27 [master] mariadb10.3: follow name change

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 11 00:20:21 JST 2018


Kouhei Sutou	2018-01-11 00:20:21 +0900 (Thu, 11 Jan 2018)

  New Revision: c560b2798c27b7df3f4945a27a12be1389d34c0b
  https://github.com/mroonga/mroonga/commit/c560b2798c27b7df3f4945a27a12be1389d34c0b

  Message:
    mariadb10.3: follow name change

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+6 -1)
===================================================================
--- ha_mroonga.cpp    2018-01-10 09:40:29 +0900 (8bad2521)
+++ ha_mroonga.cpp    2018-01-11 00:20:21 +0900 (d3ebfc1c)
@@ -2975,7 +2975,12 @@ ulonglong ha_mroonga::storage_table_flags() const
     HA_CAN_RTREEKEYS;
     //HA_HAS_RECORDS;
 #ifdef HA_MUST_USE_TABLE_CONDITION_PUSHDOWN
-  flags |= HA_MUST_USE_TABLE_CONDITION_PUSHDOWN;
+#  ifndef HA_CAN_TABLE_CONDITION_PUSHDOWN
+#    define HA_CAN_TABLE_CONDITION_PUSHDOWN HA_MUST_USE_TABLE_CONDITION_PUSHDOWN
+#  endif
+#endif
+#ifdef HA_CAN_TABLE_CONDITION_PUSHDOWN
+  flags |= HA_CAN_TABLE_CONDITION_PUSHDOWN;
 #endif
 #ifdef HA_CAN_REPAIR
   flags |= HA_CAN_REPAIR;
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180111/7a2290d6/attachment.htm 



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