Comment 1 for bug 1094538

Revision history for this message
Wim Lewis (wiml-omni) wrote :

The mysql 5.6 docs at <http://dev.mysql.com/doc/refman/5.6/en/c-api-data-structures.html> say:

"The MYSQL_TYPE_TIME2, MYSQL_TYPE_DATETIME2, and MYSQL_TYPE_TIMESTAMP2 type codes are used only on the server side. Clients see the MYSQL_TYPE_TIME, MYSQL_TYPE_DATETIME, and MYSQL_TYPE_TIMESTAMP codes."

and a glance through the sources at lp:mysql-server doesn't show any protocol packing/unpacking code for those types, just for the usual ones.