mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Add a test at Andrei's behest. Show the SHOW CREATE on the
master also, so that we can visually see the slave is the same. mysql-test/r/rpl_sp.result: SHOW CREATE on master also. mysql-test/t/rpl_sp.test: SHOW CREATE on master also.
This commit is contained in:
@ -606,8 +606,13 @@ use test|
|
||||
|
||||
delimiter ;|
|
||||
|
||||
--replace_column 5 t 6 t
|
||||
show procedure status like '%mysqltestbug36570%';
|
||||
show create procedure ` mysqltestbug36570_p2`;
|
||||
|
||||
sync_slave_with_master;
|
||||
connection slave;
|
||||
|
||||
--replace_column 5 t 6 t
|
||||
show procedure status like '%mysqltestbug36570%';
|
||||
show create procedure ` mysqltestbug36570_p2`;
|
||||
|
Reference in New Issue
Block a user