mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-new-rpl
into capulet.net:/home/bk/mysql-5.1-rpl
This commit is contained in:
commit
461608cc60
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue