[Groonga-mysql-commit] mroonga/mroonga at c1f03fc [master] mysql57: follow enum size change

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 17 21:42:44 JST 2015


Kouhei Sutou	2015-03-17 21:42:44 +0900 (Tue, 17 Mar 2015)

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

  Message:
    mysql57: follow enum size change

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+3 -1)
===================================================================
--- ha_mroonga.cpp    2015-03-17 21:40:32 +0900 (b3964c9)
+++ ha_mroonga.cpp    2015-03-17 21:42:44 +0900 (318b7d4)
@@ -13417,7 +13417,9 @@ enum_alter_inplace_result ha_mroonga::wrapper_check_if_supported_inplace_alter(
   uint n_keys;
   uint i;
   enum_alter_inplace_result result_mroonga = HA_ALTER_INPLACE_NO_LOCK;
-  DBUG_PRINT("info", ("mroonga: handler_flags=%lu", ha_alter_info->handler_flags));
+  DBUG_PRINT("info",
+             ("mroonga: handler_flags=%lu",
+              static_cast<ulong>(ha_alter_info->handler_flags)));
 
   if (wrapper_is_comment_changed(table, altered_table)) {
     DBUG_RETURN(HA_ALTER_INPLACE_NOT_SUPPORTED);
-------------- next part --------------
HTML����������������������������...
下载 



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