diff options
author | Alexander Barkov <bar@mariadb.com> | 2018-08-01 16:14:41 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2018-08-01 16:15:16 +0400 |
commit | 54fc47960dcfca618bd7cc7e5785e3dde09e7121 (patch) | |
tree | 4b2af6c2937c735e5863a59afce615e442c67a96 /mysql-test/main/func_time.result | |
parent | af46c25760bdc698cf219258f6c42316ed01b924 (diff) | |
download | mariadb-git-54fc47960dcfca618bd7cc7e5785e3dde09e7121.tar.gz |
MDEV-16874 Implement class Item_handled_func
Diffstat (limited to 'mysql-test/main/func_time.result')
-rw-r--r-- | mysql-test/main/func_time.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/main/func_time.result b/mysql-test/main/func_time.result index f55e0e47eea..58a0897b9d0 100644 --- a/mysql-test/main/func_time.result +++ b/mysql-test/main/func_time.result @@ -1716,7 +1716,6 @@ min(timestampadd(month, 1>'', from_days('%Z'))) NULL Warnings: Warning 1292 Truncated incorrect INTEGER value: '%Z' -Warning 1292 Truncated incorrect DOUBLE value: '' Warning 1292 Incorrect datetime value: '0000-00-00' SET timestamp=UNIX_TIMESTAMP('2001-01-01 00:00:00'); create table t1(a time); |