Bug #11931 | Replication of procedure containing SELECT INTO | ||
---|---|---|---|
Submitted: | 14 Jul 2005 10:28 | Modified: | 11 Mar 2006 17:22 |
Reporter: | Are Casilla | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
Version: | 5.0.7-beta-standard-log | OS: | Linux (DEBIAN 2.6.8-2-686) |
Assigned to: | Andrei Elkin | CPU Architecture: | Any |
[14 Jul 2005 10:28]
Are Casilla
[2 Aug 2005 11:19]
Aleksey Kishkin
tested against 5.0.10 . On master i got: mysql> select * from t; +----+------------+ | id | fname | +----+------------+ | 1 | blablabla | | 2 | testtest 1 | +----+------------+ 2 rows in set (0.00 sec) on slave: select * from t; +----+-----------+ | id | fname | +----+-----------+ | 1 | blablabla | | 2 | NULL | +----+-----------+ 2 rows in set (0.00 sec)
[9 Feb 2006 13:23]
Geert Vanderkelen
BUG#16621 might be related. Please check also whether you get same error as in BUG#16983 (which is duplicate of 16621). Cheers, Geert
[3 Mar 2006 15:15]
Andrei Elkin
I could not reproduce. Since there is SELECT into var involved I can not exclude a relation with #13227 which appeared to be fixed at the time I tried to summon it. Will write the final conclusion after testing in one more env.
[3 Mar 2006 17:35]
Andrei Elkin
Testing on two linux platforms FC3,Ubuntu does not hit this problem. I suspect the artifact was gone along with #13227 `Trigger fired by replication does not allow SELECTs' somewhere in between of 5.0.12 and 5.0.19. Although without calling explicitly a stored proc the test script of that bug luckily mimics the present case.
[11 Mar 2006 17:22]
Andrei Elkin
Changing status similarly to its parent (potential) status.