mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
This commit is contained in:
@ -857,7 +857,8 @@ static int exec_event(THD* thd, NET* net, MASTER_INFO* mi, int event_len)
|
||||
|
||||
thd->server_id = ev->server_id; // use the original server id for logging
|
||||
thd->set_time(); // time the query
|
||||
ev->when = time(NULL);
|
||||
if(!ev->when)
|
||||
ev->when = time(NULL);
|
||||
|
||||
switch(type_code) {
|
||||
case QUERY_EVENT:
|
||||
|
Reference in New Issue
Block a user