1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

merge bug11754117-45670 fixes from 5.1.

This commit is contained in:
Andrei Elkin
2012-04-21 13:24:39 +03:00
18 changed files with 406 additions and 8 deletions

View File

@ -2025,6 +2025,11 @@ mysql_execute_command(THD *thd)
}
DBUG_RETURN(0);
}
/*
Execute deferred events first
*/
if (slave_execute_deferred_events(thd))
DBUG_RETURN(-1);
}
else
{