Source position: mysql.inc line 803
type st_mysql_time = record
year: cuint;
month: cuint;
day: cuint;
hour: cuint;
minute: cuint;
second: cuint;
second_part: culong;
neg: my_bool;
time_type: mysql_timestamp_type;
end;