1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug#15924 (Core dump in sp_trans):

Added code for pending event flush just before executing the
  function or trigger.
  


mysql-test/t/disabled.def:
  Enabling sp_trans test.
sql/log.cc:
  Reorganizing/simplifying code.
sql/sql_class.cc:
  Added code to flush pending event before executing a function/trigger.
This commit is contained in:
unknown
2005-12-24 12:07:07 +01:00
parent e2283810b0
commit 54231e4554
3 changed files with 29 additions and 8 deletions

View File

@ -24,4 +24,4 @@ subselect : Bug#15706
type_time : Bug#15805
rpl000002 : Bug#15920 Temporary tables are not binlogged in SBR
ps_7ndb : Bug#15923 Core dump in RBR mode when executing test suite
sp_trans : Bug#15924 Code dump in RBR mode when executing test suite
#sp_trans : Bug#15924 Code dump in RBR mode when executing test suite