No binlog events
This commit is contained in:
parent
3d28b809f5
commit
d3dd6f1156
@ -8,6 +8,7 @@ create table gh_ost_test (
|
|||||||
|
|
||||||
insert into gh_ost_test values (null, 7, 'red');
|
insert into gh_ost_test values (null, 7, 'red');
|
||||||
|
|
||||||
|
/*
|
||||||
drop event if exists gh_ost_test;
|
drop event if exists gh_ost_test;
|
||||||
delimiter ;;
|
delimiter ;;
|
||||||
create event gh_ost_test
|
create event gh_ost_test
|
||||||
@ -24,3 +25,4 @@ begin
|
|||||||
set @last_insert_id := last_insert_id();
|
set @last_insert_id := last_insert_id();
|
||||||
update gh_ost_test set e='orange' where id = @last_insert_id;
|
update gh_ost_test set e='orange' where id = @last_insert_id;
|
||||||
end ;;
|
end ;;
|
||||||
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user