[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [storage] add more information to message.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:29:33 JST 2012


Kouhei Sutou	2011-09-24 21:43:31 +0900 (Sat, 24 Sep 2011)

  New Revision: d4ce43e65c180c5d83fc73407285d2357f0262cc
  https://github.com/mroonga/mroonga/commit/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 19:36:24 +0900 (7b993e7)
+++ ha_mroonga.cc    2011-09-24 21:43:31 +0900 (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)) {
-------------- next part --------------
HTML����������������������������...
Download 



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