You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select cast(`t1_values`.`my_bigint` as time) AS `CAST(my_bigint AS TIME)`,`t1_values`.`my_bigint` AS `my_bigint`,`t1_values`.`id` AS `id` from `t1_values` latin1 latin1_swedish_ci
@@ -3759,14 +3759,14 @@ WHERE v1.id IN (SELECT id FROM t1_values
3759
3759
WHERE select_id = 52 OR select_id IS NULL) order by id;
3760
3760
CAST(my_bigint AS TIME) my_bigint id
3761
3761
NULL NULL 1
3762
-
NULL -9223372036854775808 2
3763
-
NULL 9223372036854775807 3
3762
+
-838:59:59 -9223372036854775808 2
3763
+
838:59:59 9223372036854775807 3
3764
3764
00:00:00 0 4
3765
3765
-00:00:01 -1 5
3766
3766
00:17:58 1758 24
3767
3767
Warnings:
3768
-
Warning 1292 Truncated incorrect time value: '-9223372036854775808'
3769
-
Warning 1292 Truncated incorrect time value: '9223372036854775807'
3768
+
Warning 1292 Incorrect time value: '-9223372036854775808' for column 'my_bigint' at row 1
3769
+
Warning 1292 Incorrect time value: '9223372036854775807' for column 'my_bigint' at row 1
3770
3770
DROP VIEW v1;
3771
3771
3772
3772
@@ -4095,15 +4095,14 @@ CAST(my_bigint AS DATETIME) my_bigint id
v1 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select cast(`t1_values`.`my_bigint` as datetime) AS `CAST(my_bigint AS DATETIME)`,`t1_values`.`my_bigint` AS `my_bigint`,`t1_values`.`id` AS `id` from `t1_values` latin1 latin1_swedish_ci
@@ -4114,15 +4113,14 @@ CAST(my_bigint AS DATETIME) my_bigint id
v1 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select cast(`t1_values`.`my_bigint` as date) AS `CAST(my_bigint AS DATE)`,`t1_values`.`my_bigint` AS `my_bigint`,`t1_values`.`id` AS `id` from `t1_values` latin1 latin1_swedish_ci
@@ -4473,14 +4470,13 @@ CAST(my_bigint AS DATE) my_bigint id
0 commit comments