[Groonga-mysql-commit] mroonga/mroonga [master] Add missing #ifdef MRN_HANDLER_HAVE_CHECK_IF_SUPPORTED_INPLACE_ALTER

Back to archive index

HAYASHI Kentaro null+****@clear*****
Tue Dec 25 10:55:10 JST 2012


HAYASHI Kentaro	2012-12-25 10:55:10 +0900 (Tue, 25 Dec 2012)

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

  Log:
    Add missing #ifdef MRN_HANDLER_HAVE_CHECK_IF_SUPPORTED_INPLACE_ALTER
    
    refs #1548

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+2 -0)
===================================================================
--- ha_mroonga.cpp    2012-12-25 04:40:16 +0900 (b7319d0)
+++ ha_mroonga.cpp    2012-12-25 10:55:10 +0900 (b3e9891)
@@ -10013,10 +10013,12 @@ int ha_mroonga::wrapper_reset()
   error = wrap_handler->ha_reset();
   MRN_SET_BASE_SHARE_KEY(share, table->s);
   MRN_SET_BASE_TABLE_KEY(this, table);
+#ifdef MRN_HANDLER_HAVE_CHECK_IF_SUPPORTED_INPLACE_ALTER
   if (alter_key_info_buffer) {
     my_free(alter_key_info_buffer, MYF(0));
     alter_key_info_buffer = NULL;
   }
+#endif
   DBUG_RETURN(error);
 }
 
-------------- next part --------------
HTML����������������������������...
Download 



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