mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
a38b705fe0
when replicating old temporal type fields (that don't store metadata in the binlog), take the precision from destination fields. (this fixes the replication failure, crashes were fixed in a different commit)
11 lines
266 B
Text
11 lines
266 B
Text
--- suite/rpl/r/temporal_row-9560.result
|
|
+++ suite/rpl/r/temporal_row-9560.reject
|
|
@@ -7,7 +7,7 @@
|
|
insert into t1 values ('2016-02-15 12:50:06.123');
|
|
select @@mysql56_temporal_format;
|
|
@@mysql56_temporal_format
|
|
-0
|
|
+1
|
|
select * from t1;
|
|
ts
|
|
2016-02-15 12:50:06.123
|