[Groonga-mysql-commit] mroonga/mroonga at a991d6c [master] Fix style

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Sep 11 21:26:56 JST 2014


Kouhei Sutou	2014-09-11 21:26:56 +0900 (Thu, 11 Sep 2014)

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

  Message:
    Fix style

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+2 -4)
===================================================================
--- ha_mroonga.cpp    2014-09-01 18:52:44 +0900 (4018ad0)
+++ ha_mroonga.cpp    2014-09-11 21:26:56 +0900 (8c0c278)
@@ -6811,10 +6811,8 @@ int ha_mroonga::storage_index_read_map(uchar *buf, const uchar *key,
           DBUG_RETURN(HA_ERR_END_OF_FILE);
         }
       }
-    } else if (
-      find_flag == HA_READ_BEFORE_KEY ||
-      find_flag == HA_READ_PREFIX_LAST_OR_PREV
-      ) {
+    } else if (find_flag == HA_READ_BEFORE_KEY ||
+               find_flag == HA_READ_PREFIX_LAST_OR_PREV) {
       key_max = key_max_entity;
       storage_encode_key(field, key, key_max_entity, &size_max);
     } else {
-------------- next part --------------
HTML����������������������������...
Download 



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