[MDEV-5377] Row-based replication of MariaDB temporal data types with FSP>0 into a different column type Created: 2013-12-03 Updated: 2019-06-28 Resolved: 2018-12-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 5.3.12, 5.5.37, 10.0.10 |
| Fix Version/s: | 10.1.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Duplicate | Votes: | 3 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||||||||||||||
| Description |
|
Row based replication of the TIME(N), DATETIME(N) and TIMESTAMP(N) This puts some limitations. Examples when RBR does not work:
|
| Comments |
| Comment by Sergei Golubchik [ 2014-01-14 ] |
|
one possible solution — use MySQL-5.6 compatible on-disk format for temporal columns by default. |
| Comment by Alexander Barkov [ 2014-01-14 ] |
|
See also: |
| Comment by Elena Stepanova [ 2014-04-23 ] |
|
Just for a note,
This one doesn't seem to work on 5.6 either. |
| Comment by Sergei Golubchik [ 2014-06-24 ] |
|
It seems to be that the only reasonable solution is to use MySQL-5.6 temporal format and typecodes (that we already support anyway for compatibility reasons). Unfortunately, this cannot be done in 10.0... |
| Comment by Alexander Barkov [ 2018-12-04 ] |
|
This problem was fixed by |