mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MYSQL_TIME handling(Direct DATE,TIME and TS th' structure) - server
This commit is contained in:
@ -923,6 +923,7 @@ bool Protocol_prep::store_long(longlong from)
|
||||
{
|
||||
#ifndef DEBUG_OFF
|
||||
DBUG_ASSERT(field_types == 0 ||
|
||||
field_types[field_pos] == MYSQL_TYPE_INT24 ||
|
||||
field_types[field_pos] == MYSQL_TYPE_LONG);
|
||||
#endif
|
||||
field_pos++;
|
||||
|
Reference in New Issue
Block a user