Add failing test case for SELECT FUNC().

This commit is contained in:
Daniel Nichter
2012-10-17 11:54:28 -06:00
parent 252de18574
commit d8cc620c5f
4 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# User@Host: root[root] @ localhost []
# Query_time: 1 Lock_time: 0 Rows_sent: 1 Rows_examined: 1
use test;
SELECT (UNIX_TIMESTAMP(NOW()) - UNIX_TIMESTAMP('2012-09-16 10:16:36')) / 60;

View File

View File

@@ -0,0 +1,2 @@
DROP DATABASE IF EXISTS test;
CREATE DATABASE test;