Navigation Menu

Skip to content

Commit

Permalink
[mariadb] remove too much long. refs #1266
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 31, 2012
1 parent 98f8bd5 commit ee9094a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -6939,7 +6939,7 @@ long long int ha_mroonga::get_grn_time_from_timestamp_field(Field_timestamp *fie
grn_time = GRN_TIME_PACK(time_value.tv_sec, time_value.tv_usec);
}
#elif defined(MRN_FIELD_TIMESTAMP_GET_TIMESTAMP_USE_MY_TIME_T)
unsigned long long int micro_seconds;
unsigned long int micro_seconds;
my_time_t seconds = field->get_timestamp(&micro_seconds);
grn_time = GRN_TIME_PACK(seconds, micro_seconds);
#else
Expand Down

0 comments on commit ee9094a

Please sign in to comment.