mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 00:54:30 +02:00
Backport Bug#37148 to 5.1
This commit is contained in:
parent
16471fecc7
commit
2b16517522
28 changed files with 472 additions and 159 deletions
|
|
@ -1790,6 +1790,7 @@ sp_head::execute_function(THD *thd, Item **argp, uint argcount,
|
|||
push_warning(thd, MYSQL_ERROR::WARN_LEVEL_WARN, ER_UNKNOWN_ERROR,
|
||||
"Invoked ROUTINE modified a transactional table but MySQL "
|
||||
"failed to reflect this change in the binary log");
|
||||
err_status= TRUE;
|
||||
}
|
||||
reset_dynamic(&thd->user_var_events);
|
||||
/* Forget those values, in case more function calls are binlogged: */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue