diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-06-04 17:10:22 +0300 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-06-04 17:10:22 +0300 |
commit | ac738d8265b665dc90be0a7977468096ee463c78 (patch) | |
tree | e36c07742e17423e4748490721378b3ed78f54cf /mysql-test/r/variables.result | |
parent | 517f586762a5c775f46668fedfa10c3c802e7f18 (diff) | |
parent | 121e04732ea3b5edf36335f827cc5bcb08fb7665 (diff) | |
download | mariadb-git-ac738d8265b665dc90be0a7977468096ee463c78.tar.gz |
merge
Diffstat (limited to 'mysql-test/r/variables.result')
-rw-r--r-- | mysql-test/r/variables.result | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/r/variables.result b/mysql-test/r/variables.result index 94a7661d327..a297dbfa502 100644 --- a/mysql-test/r/variables.result +++ b/mysql-test/r/variables.result @@ -1026,6 +1026,13 @@ 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: |