Skip to content

Commit 3bea583

Browse files
author
Shlomi Noach
committed
fixed fraction of the second problem
1 parent e113d27 commit 3bea583

File tree

2 files changed

+2
-2
lines changed
  • localtests/datetime-submillis-zeroleading
  • vendor/github.com/siddontang/go-mysql/replication

2 files changed

+2
-2
lines changed

localtests/datetime-submillis-zeroleading/create.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ begin
2323
insert into gh_ost_test values (null, 11, '2016-10-31 11:22:33.0123', now(), '2016-10-31 11:22:33.0369', 0);
2424
update gh_ost_test set dt1='2016-10-31 11:22:33.0246', updated = 1 where i = 11 order by id desc limit 1;
2525

26-
insert into gh_ost_test values (null, 13, '2016-10-31 11:22:33.0123', now(6), '2016-10-31 11:22:33.0369', 0);
26+
insert into gh_ost_test values (null, 13, '2016-10-31 11:22:33.0123', '2016-10-31 11:22:33.789', '2016-10-31 11:22:33.0369', 0);
2727
end ;;

vendor/github.com/siddontang/go-mysql/replication/row_event.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)