openbsd-ports/databases/mysql/patches/patch-mysql-test_r_variables_result
2010-11-10 21:03:03 +00:00

18 lines
606 B
Plaintext

$OpenBSD: patch-mysql-test_r_variables_result,v 1.1 2010/11/10 21:03:38 sthen Exp $
--- mysql-test/r/variables.result.orig Thu Oct 28 21:39:55 2010
+++ mysql-test/r/variables.result Thu Oct 28 21:41:10 2010
@@ -1026,13 +1026,6 @@ hostname #
# Test 'myisam_mmap_size' option is not dynamic
SET @@myisam_mmap_size= 500M;
ERROR HY000: Variable 'myisam_mmap_size' is a read only variable
-#
-# Bug #52315: utc_date() crashes when system time > year 2037
-#
-SET TIMESTAMP=2*1024*1024*1024;
-#Should not crash
-SELECT UTC_DATE();
-SET TIMESTAMP=DEFAULT;
End of 5.0 tests
set join_buffer_size=1;
Warnings: