diff options
author | monty@mysql.com <> | 2005-07-28 17:09:54 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2005-07-28 17:09:54 +0300 |
commit | 15d48525afc66df10f8f4e68c0a33a4e3ef2ae8c (patch) | |
tree | efa95d21efbbc033b0cabce038118a09be44e9ac /mysql-test/t/timezone2.test | |
parent | b3cbd0048fe5fe36fe4fba9ce591b0d1b26e10a1 (diff) | |
parent | 3c12d0ae54eccaef7c265af4f782d95250308dc9 (diff) | |
download | mariadb-git-15d48525afc66df10f8f4e68c0a33a4e3ef2ae8c.tar.gz |
Merge mysql.com:/home/my/mysql-4.1
into mysql.com:/home/my/mysql-5.0
Diffstat (limited to 'mysql-test/t/timezone2.test')
-rw-r--r-- | mysql-test/t/timezone2.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/timezone2.test b/mysql-test/t/timezone2.test index 40fcd153877..069c19341e4 100644 --- a/mysql-test/t/timezone2.test +++ b/mysql-test/t/timezone2.test @@ -220,3 +220,5 @@ select convert_tz('2005-01-14 17:00:00', 'UTC', custTimeZone) from (select 'UTC' create table t1 select convert_tz(NULL, NULL, NULL); select * from t1; drop table t1; + +# End of 4.1 tests |