mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
Yet another time_t fix.
This commit is contained in:
parent
06ee2fd79e
commit
5bc84999f7
1 changed files with 1 additions and 1 deletions
|
@ -669,7 +669,7 @@ public:
|
||||||
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 */
|
||||||
|
|
Loading…
Reference in a new issue