[Groonga-mysql-commit] mroonga/mroonga [master] [storage] add more information to message.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 9月 24日 (土) 21:43:31 JST


Kouhei Sutou	2011-09-24 12:43:31 +0000 (Sat, 24 Sep 2011)

  New Revision: d4ce43e65c180c5d83fc73407285d2357f0262cc

  Log:
    [storage] add more information to message.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+2 -2)
===================================================================
--- ha_mroonga.cc    2011-09-24 10:36:24 +0000 (7b993e7)
+++ ha_mroonga.cc    2011-09-24 12:43:31 +0000 (aaba47a)
@@ -3942,11 +3942,11 @@ ha_rows ha_mroonga::storage_records_in_range_geo(uint key_nr,
   ha_rows row_count;
 
   if (!range_min) {
-    DBUG_PRINT("info", ("range min is missing for geometry search"));
+    DBUG_PRINT("info", ("range min is missing for geometry range search"));
     DBUG_RETURN(HA_POS_ERROR);
   }
   if (range_max) {
-    DBUG_PRINT("info", ("range max is specified for geometry search"));
+    DBUG_PRINT("info", ("range max is specified for geometry range search"));
     DBUG_RETURN(HA_POS_ERROR);
   }
   if (!(range_min->flag & HA_READ_MBR_CONTAIN)) {




Groonga-mysql-commit メーリングリストの案内
Back to archive index