[Groonga-mysql-commit] mroonga/mroonga at 2894292 [master] Stop to build needless code

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 9 19:39:36 JST 2015


Kouhei Sutou	2015-08-09 19:39:36 +0900 (Sun, 09 Aug 2015)

  New Revision: 2894292fd908b1bbe59d829e7fdab89e6d751d4d
  https://github.com/mroonga/mroonga/commit/2894292fd908b1bbe59d829e7fdab89e6d751d4d

  Message:
    Stop to build needless code

  Modified files:
    ha_mroonga.cpp
    ha_mroonga.hpp

  Modified: ha_mroonga.cpp (+2 -0)
===================================================================
--- ha_mroonga.cpp    2015-08-09 16:33:21 +0900 (145eed9)
+++ ha_mroonga.cpp    2015-08-09 19:39:36 +0900 (14a03c3)
@@ -16261,6 +16261,7 @@ void ha_mroonga::free_foreign_key_create_info(char* str)
   DBUG_VOID_RETURN;
 }
 
+#ifdef MRN_RBR_UPDATE_NEED_ALL_COLUMNS
 bool ha_mroonga::check_written_by_row_based_binlog()
 {
   MRN_DBUG_ENTER_METHOD();
@@ -16294,6 +16295,7 @@ bool ha_mroonga::check_written_by_row_based_binlog()
 
   DBUG_RETURN(true);
 }
+#endif
 
 #ifdef MRN_HAVE_HA_REBIND_PSI
 void ha_mroonga::wrapper_unbind_psi()

  Modified: ha_mroonga.hpp (+2 -0)
===================================================================
--- ha_mroonga.hpp    2015-08-09 16:33:21 +0900 (e02a8b3)
+++ ha_mroonga.hpp    2015-08-09 19:39:36 +0900 (b3c65ed)
@@ -1205,7 +1205,9 @@ private:
   void storage_free_foreign_key_create_info(char* str);
   void wrapper_set_keys_in_use();
   void storage_set_keys_in_use();
+#ifdef MRN_RBR_UPDATE_NEED_ALL_COLUMNS
   bool check_written_by_row_based_binlog();
+#endif
 #ifdef MRN_HAVE_HA_REBIND_PSI
   void wrapper_unbind_psi();
   void storage_unbind_psi();
-------------- next part --------------
HTML����������������������������...
다운로드 



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