Commit 61aaf48d authored by unknown's avatar unknown

Yet another time_t fix.


sql/log_event.h:
  Changing time_t to my_time_t.
parent 3bea3620
...@@ -669,7 +669,7 @@ class Log_event ...@@ -669,7 +669,7 @@ class Log_event
execution time, which guarantees good replication (otherwise, we execution time, which guarantees good replication (otherwise, we
could have a query and its event with different timestamps). 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. */ /* The number of seconds the query took to run on the master. */
ulong exec_time; ulong exec_time;
/* Number of bytes written by write() function */ /* Number of bytes written by write() function */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment