From 61aaf48d197dcfdb2791e62290c9dab05857cd71 Mon Sep 17 00:00:00 2001 From: unknown <mats@romeo.(none)> Date: Fri, 13 Apr 2007 15:40:22 +0200 Subject: [PATCH] Yet another time_t fix. sql/log_event.h: Changing time_t to my_time_t. --- sql/log_event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/log_event.h b/sql/log_event.h index 7f5cbd7eb92..7039ef42f1f 100644 --- a/sql/log_event.h +++ b/sql/log_event.h @@ -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 */