diff options
author | unknown <monty@mashka.mysql.fi> | 2002-11-22 13:52:40 +0200 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2002-11-22 13:52:40 +0200 |
commit | 001446d97134edad95b3235082256c0202f51cd9 (patch) | |
tree | cfe2b106b642564ec7b3b5f8e2c52b74c3853f6f /mysql-test/r | |
parent | 4698a8f3b1b06f26690476c19fb7d12815731277 (diff) | |
download | mariadb-git-001446d97134edad95b3235082256c0202f51cd9.tar.gz |
Moved test to correct file
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/func_test.result | 3 | ||||
-rw-r--r-- | mysql-test/r/func_time.result | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/mysql-test/r/func_test.result b/mysql-test/r/func_test.result index 2f40740d4aa..586e345ea10 100644 --- a/mysql-test/r/func_test.result +++ b/mysql-test/r/func_test.result @@ -26,9 +26,6 @@ 1 1 1 -1.49 or -1.49 0.6 or 0.6 1 1 -start ctime1 ctime2 -start ctime1 ctime2 -2002-11-04 00:00:00 20021029165106 20021105164731 5 between 0 and 10 between 0 and 1 (5 between 0 and 10) between 0 and 1 0 1 1 and 2 between 2 and 10 2 between 2 and 10 and 1 diff --git a/mysql-test/r/func_time.result b/mysql-test/r/func_time.result index 71fc7e4b90b..a77d9b2cdff 100644 --- a/mysql-test/r/func_time.result +++ b/mysql-test/r/func_time.result @@ -220,3 +220,8 @@ to_days("0000-00-00") to_days(d) to_days(dt) to_days(t) to_days(c) NULL NULL NULL NULL NULL extract(MONTH FROM "0000-00-00") extract(MONTH FROM d) extract(MONTH FROM dt) extract(MONTH FROM t) extract(MONTH FROM c) 0 0 0 0 0 +start ctime1 ctime2 +start ctime1 ctime2 +2002-11-04 00:00:00 20021029165106 20021105164731 +start ctime1 ctime2 +2002-11-04 00:00:00 2002-10-29 16:51:06 2002-11-05 16:47:31 |