Navigation Menu

Skip to content

Commit

Permalink
[storage] add more information to message.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 24, 2011
1 parent 851197f commit d4ce43e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ha_mroonga.cc
Expand Up @@ -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)) {
Expand Down

0 comments on commit d4ce43e

Please sign in to comment.