Skip to content

Commit

Permalink
validating vcopier injected datetime
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach committed Jan 26, 2025
1 parent 7fcdf2a commit b92fd55
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ create table onlineddl_test (
key i_idx(i)
) auto_increment=1;

insert into onlineddl_test values (null, 7, null, now(), now(), '2010-10-20 07:20:30', 0);

drop event if exists onlineddl_test;
delimiter ;;
create event onlineddl_test
Expand Down

0 comments on commit b92fd55

Please sign in to comment.