1
0
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:
venu@myvenu.com
2003-01-23 22:32:39 -08:00
parent d62ef3a0d9
commit 04f16d9f6f
4 changed files with 126 additions and 2 deletions

View File

@ -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++;