Yet another time_t fix.

This commit is contained in:
mats@romeo.(none) 2007-04-13 15:40:22 +02:00
parent 06ee2fd79e
commit 5bc84999f7

View file

@ -669,7 +669,7 @@ public:
execution time, which guarantees good replication (otherwise, we
could have a query and its event with different timestamps).
*/
time_t when;
my_time_t when;
/* The number of seconds the query took to run on the master. */
ulong exec_time;
/* Number of bytes written by write() function */