Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
N/A
-
None
Description
https://buildbot.mariadb.net/buildbot/builders/kvm-fulltest2/builds/43443
bb-11.3-timestamp fd6689da3fffc4d57d8ebde5f8776aefa8cdb8a4 |
versioning.insert2 'innodb' w1 [ fail ]
|
Test ended at 2023-10-25 02:49:56
|
|
...
|
25 02:49:56.457234136 -0400
|
@@ -68,7 +68,7 @@
|
insert into t1 values (1, null, null, 'foo');
|
select i, c, e>LEFT(SYS_TIME_MAX, 10) AS current_row from t1;;
|
i c current_row
|
-1 foo 1
|
+1 foo 0
|
drop table t1;
|
drop table t2;
|
#
|
|
mysqltest: Result content mismatch
|
Attachments
Issue Links
- is caused by
-
MDEV-32188 make TIMESTAMP use whole 32-bit unsigned range
- Closed