Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
N/A
-
None
Description
--source include/have_binlog_format_row.inc
|
|
set @format.save= @@mysql56_temporal_format; |
set global mysql56_temporal_format= off; |
|
create table t (a timestamp); |
insert into t values (from_unixtime(power(2,31))); |
|
--let $datadir= `select @@datadir`
|
flush binary logs; |
--exec $MYSQL_BINLOG --verbose $datadir/master-bin.000001
|
|
drop table t; |
set global mysql56_temporal_format= @format.save; |
bb-11.3-timestamp fd6689da3fffc4d57d8ebde5f8776aefa8cdb8a4 |
### INSERT INTO `test`.`t`
|
### SET
|
### @1=-2147483648
|
Attachments
Issue Links
- is blocked by
-
MDEV-14760 Replication does not take into account SET STATEMENT
- Stalled
- is caused by
-
MDEV-32188 make TIMESTAMP use whole 32-bit unsigned range
- Closed
- relates to
-
MDEV-32929 mysqlbinlog --verbose fails if binlog was created with mysql56_temporal_format=off
- Open