summaryrefslogtreecommitdiff
path: root/mysql-test/include/type_hrtime.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/type_hrtime.inc')
-rw-r--r--mysql-test/include/type_hrtime.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/include/type_hrtime.inc b/mysql-test/include/type_hrtime.inc
index 55fd3d665fe..d666dc63bba 100644
--- a/mysql-test/include/type_hrtime.inc
+++ b/mysql-test/include/type_hrtime.inc
@@ -55,6 +55,12 @@ select * from t1;
delete from t1 where a < 20110101;
select * from t1;
+if ($type == time)
+{
+delete from t1 where a is not null;
+select * from t1;
+}
+
#
# create ... select
#