Kouhei Sutou
null+****@clear*****
Thu Oct 4 11:04:06 JST 2012
Kouhei Sutou 2012-03-18 14:50:40 +0900 (Sun, 18 Mar 2012) New Revision: 882edd905e25359d8c29469da86567aded708115 https://github.com/mroonga/mroonga/commit/882edd905e25359d8c29469da86567aded708115 Log: Add missing trace code for debug Modified files: ha_mroonga.cc Modified: ha_mroonga.cc (+2 -0) =================================================================== --- ha_mroonga.cc 2012-03-18 00:42:11 +0900 (5c4e084) +++ ha_mroonga.cc 2012-03-18 14:50:40 +0900 (150cbcf) @@ -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; @@ -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, -------------- next part -------------- HTML����������������������������...Download