Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Starting from the following revision
Changed by Alexander Barkov <bar@mnogosearch.org>
|
Changed at Tue 10 Dec 2013 11:34:59
|
Repository ~maria-captains/maria/10.0
|
Branch 10.0
|
Revision 3916
|
Comments
|
|
MDEV-5298 Illegal mix of collations on timestamp
|
Fixed.
|
the test main.ctype_latin2 fails in buildbot, see for example
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/1528/steps/test_5/logs/stdio
http://buildbot.askmonty.org/buildbot/builders/win64-release2/builds/3999/steps/test/logs/stdio
main.ctype_latin2 w1 [ fail ]
|
Test ended at 2013-12-10 21:56:45
|
|
CURRENT_TEST: main.ctype_latin2
|
--- /mnt/buildbot/build/mariadb-10.0.7/mysql-test/r/ctype_latin2.result 2013-12-10 11:47:44.000000000 +0200
|
+++ /mnt/buildbot/build/mariadb-10.0.7/mysql-test/r/ctype_latin2.reject 2013-12-10 21:56:43.000000000 +0200
|
@@ -571,8 +571,8 @@
|
SELECT s1, hex(s1) FROM t1;
|
s1 hex(s1)
|
2008-07-18 323030382D30372D3138
|
-09:42:04 30393A34323A3034
|
-2008-07-18 09:42:04 323030382D30372D31382030393A34323A3034
|
+08:42:04 30383A34323A3034
|
+2008-07-18 08:42:04 323030382D30372D31382030383A34323A3034
|
DROP TABLE t1;
|
SET timestamp=0;
|
#
|
|
mysqltest: Result content mismatch
|
I can reproduce it locally if I change the timezone to lets say Europe/Helsinki. With Europe/Moscow the test passes.