Navigation Menu

Skip to content

Commit

Permalink
Add missing trace code for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 18, 2012
1 parent 0b16069 commit 882edd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ha_mroonga.cc
Expand Up @@ -8336,6 +8336,7 @@ void ha_mroonga::storage_store_field_geometry(Field *field,
const char *value,
uint value_length)
{
MRN_DBUG_ENTER_METHOD();
uchar wkb[SRID_SIZE + WKB_HEADER_SIZE + POINT_DATA_SIZE];
grn_geo_point *field_value = (grn_geo_point *)value;
int latitude, longitude;
Expand All @@ -8357,6 +8358,7 @@ void ha_mroonga::storage_store_field_geometry(Field *field,
field->store((const char *)wkb,
(uint)(sizeof(wkb) / sizeof(*wkb)),
field->charset());
DBUG_VOID_RETURN;
}

void ha_mroonga::storage_store_field(Field *field,
Expand Down

0 comments on commit 882edd9

Please sign in to comment.