Bug #6237 | Calling stored procedure with parameters causes replication error on slaves | ||
---|---|---|---|
Submitted: | 24 Oct 2004 22:18 | Modified: | 7 Oct 2008 10:49 |
Reporter: | Levap Aretnyd | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
Version: | 5.0.2-alpha-debug | OS: | Windows (Windows 2003) |
Assigned to: | CPU Architecture: | Any |
[24 Oct 2004 22:18]
Levap Aretnyd
[24 Oct 2004 22:53]
Levap Aretnyd
It seems that 'CREATE PROCEDURE ..' is not needed to be called on the slaves, because mysql is not replicating 'CALL ..' but only the updating queries in it. Since parameters are declared in the CREATE PROCEDURE, slaves do not know what the parameters are.
[25 Oct 2004 18:08]
MySQL Verification Team
Thank you very much for writting to us. Replicating stored procedures is right now in the design stage. After being designed, this feature will be implemented. This is expected to happen in the next few months, may be even sooner.
[29 Sep 2008 18:27]
Konstantin Osipov
Should be fixed by now. Needs to be re-verified and closed.
[7 Oct 2008 10:49]
Susanne Ebrecht
Thank you for your bug report. This issue has already been fixed in the latest released version of that product, which you can download at http://www.mysql.com/downloads/ Result of test: procedure replication works fine in newest version of MySQL 5.0 and 5.1