Navigation Menu

Skip to content

Commit

Permalink
mysql56: support time
Browse files Browse the repository at this point in the history
refs #1547
  • Loading branch information
kou committed Nov 19, 2012
1 parent fe16d30 commit 27195a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/mrn_multiple_column_key_codec.cpp
Expand Up @@ -290,10 +290,9 @@ namespace mrn {
#endif
#ifdef MRN_HAVE_MYSQL_TYPE_TIME2
case MYSQL_TYPE_TIME2:
// TODO
DBUG_PRINT("info", ("mroonga: MYSQL_TYPE_TIME2"));
*data_type = TYPE_LONG_LONG_NUMBER;
*data_size = 8;
*data_type = TYPE_BYTE_SEQUENCE;
*data_size = key_part->length;
break;
#endif
case MYSQL_TYPE_NEWDECIMAL:
Expand Down

0 comments on commit 27195a6

Please sign in to comment.