Kouhei Sutou
null+****@clear*****
Mon Sep 14 15:02:42 JST 2015
Kouhei Sutou 2015-09-14 15:02:42 +0900 (Mon, 14 Sep 2015) New Revision: 9b8fd888fdd1fd69a3f597e60c91629415601c4d https://github.com/mroonga/mroonga/commit/9b8fd888fdd1fd69a3f597e60c91629415601c4d Message: Use "Groonga" form Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+2 -2) =================================================================== --- ha_mroonga.cpp 2015-09-13 23:26:50 +0900 (60098aa) +++ ha_mroonga.cpp 2015-09-14 15:02:42 +0900 (5920ca1) @@ -9773,7 +9773,7 @@ void ha_mroonga::check_fast_order_limit(grn_table_sort_key **sort_keys, if (!converter.is_convertable(where)) { DBUG_PRINT("info", ("mroonga: fast_order_limit = false: " - "not groonga layer condition search")); + "not Groonga layer condition search")); fast_order_limit = false; DBUG_VOID_RETURN; } @@ -9781,7 +9781,7 @@ void ha_mroonga::check_fast_order_limit(grn_table_sort_key **sort_keys, if (!match_against) { DBUG_PRINT("info", ("mroonga: fast_order_limit = false: " - "groonga layer condition but not fulltext search")); + "Groonga layer condition but not fulltext search")); fast_order_limit = false; DBUG_VOID_RETURN; } -------------- next part -------------- HTML����������������������������...Download