diff options
author | unknown <sergefp@mysql.com> | 2005-09-07 19:39:47 +0400 |
---|---|---|
committer | unknown <sergefp@mysql.com> | 2005-09-07 19:39:47 +0400 |
commit | eb769e54b8ab429cb86502866d438a44fcee7473 (patch) | |
tree | ba7b8bc9c0f63f3e1ee4affcb7925908a091e707 /mysql-test/r/olap.result | |
parent | 59be84d3cb7cc3aafad83484d425f0e25f03dd43 (diff) | |
download | mariadb-git-eb769e54b8ab429cb86502866d438a44fcee7473.tar.gz |
Fix for BUG#12637: Make SPs+user variables replication work:
* Allocate thd->user_var_events elements on appropriate mem_root
* If several SP statements are binlogged as a single statement, collect all user var
accesses they make (grep for StoredRoutinesBinlogging for details)
mysql-test/r/rpl_sp_effects.result:
Testcase for BUG#12637
mysql-test/r/sp.result:
re-enabled test case for BUG#12297
mysql-test/t/rpl_sp_effects.test:
Testcase for BUG#12637
mysql-test/t/sp.test:
re-enabled test case for BUG#12297
sql/item_func.cc:
Fix for BUG#12637: Make SPs+user variables replication work:
* Allocate thd->user_var_events elements on appropriate mem_root
* If several SP statements are binlogged as a single statement, collect all user var
accesses they make.
sql/log.cc:
Fix for BUG#12637: Make SPs+user variables replication work:
* Allocate thd->user_var_events elements on appropriate mem_root
* If several SP statements are binlogged as a single statement, collect all user var
accesses they make.
sql/sp_head.cc:
Fix for BUG#12637: Make SPs+user variables replication work:
* Allocate thd->user_var_events elements on appropriate mem_root
* If several SP statements are binlogged as a single statement, collect all user var
accesses they make.
sql/sp_head.h:
Remove compiler warning.
sql/sql_class.h:
Fix for BUG#12637: Make SPs+user variables replication work.
sql/sql_parse.cc:
Fix for BUG#12637: Make SPs+user variables replication work.
Diffstat (limited to 'mysql-test/r/olap.result')
0 files changed, 0 insertions, 0 deletions