Skip to content

Commit 02900ac

Browse files
author
Sreeharsha Ramanavarapu
committed
Bug #25949639: DATE FORMAT 'YYYYMMDD' ISN'T RECOGNIZED IN
LEFT JOIN Post-push fix: -------------- Record changes to engines/iuds.delete_time and engines/iuds.update_time .
1 parent e0dd21b commit 02900ac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

mysql-test/suite/engines/iuds/r/delete_time.result

+2-2
Original file line numberDiff line numberDiff line change
@@ -497,10 +497,10 @@ c2
497497
00:13:13
498498
00:51:51
499499
01:01:01
500-
02:02:02
501500
03:03:00
502501
08:08:08
503502
100:04:04
503+
11:11:11
504504
11:11:27
505505
125:00:00
506506
125:05:00
@@ -644,7 +644,7 @@ c1 c2
644644
-838:59:59 -838:59:59
645645
00:04:00 00:04:00
646646
00:54:54 00:54:54
647-
11:11:11 11:11:11
647+
02:02:02 02:02:02
648648
12:34:56 NULL
649649
SELECT * FROM t2;
650650
c1 c2

mysql-test/suite/engines/iuds/r/update_time.result

+3-3
Original file line numberDiff line numberDiff line change
@@ -796,10 +796,10 @@ c2
796796
00:09:09
797797
00:11:11
798798
00:11:11
799+
00:11:11
799800
00:13:13
800801
00:51:51
801802
01:01:01
802-
02:02:02
803803
03:03:00
804804
08:08:08
805805
100:04:04
@@ -1337,7 +1337,7 @@ c1 c2
13371337
00:51:51 02:22:22
13381338
00:54:54 00:54:54
13391339
01:01:01 02:22:22
1340-
02:02:02 02:22:22
1340+
02:02:02 02:02:02
13411341
03:03:00 02:22:22
13421342
08:08:08 00:00:00
13431343
100:04:04 100:04:04
@@ -1379,7 +1379,7 @@ c1 c2
13791379
00:51:51 00:51:51
13801380
00:54:54 00:11:11
13811381
01:01:01 01:01:01
1382-
02:02:02 02:02:02
1382+
02:02:02 00:11:11
13831383
03:03:00 03:03:00
13841384
08:08:08 08:08:08
13851385
11:11:11 00:11:11

0 commit comments

Comments
 (0)