Navigation Menu

Skip to content

Commit

Permalink
mysql56: support datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 19, 2012
1 parent 0edfb91 commit ae374e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mrn_multiple_column_key_codec.cpp
Expand Up @@ -286,8 +286,8 @@ namespace mrn {
case MYSQL_TYPE_DATETIME2:
// TODO
DBUG_PRINT("info", ("mroonga: MYSQL_TYPE_DATETIME2"));
*data_type = TYPE_LONG_LONG_NUMBER;
*data_size = 8;
*data_type = TYPE_BYTE_SEQUENCE;
*data_size = key_part->length;
break;
#endif
#ifdef MRN_HAVE_MYSQL_TYPE_TIME2
Expand Down

0 comments on commit ae374e4

Please sign in to comment.