Skip to content

Commit 1152b07

Browse files
committed
Corrected a test from func_date_add.test
1 parent 5c69879 commit 1152b07

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

mysql-test/r/func_date_add.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,5 @@ v1 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VI
147147
select 30 + (20010101 + interval 2 day), x from v1;
148148
30 + (20010101 + interval 2 day) x
149149
20010133 20010133
150+
drop view v1;
150151
End of 10.2 tests

mysql-test/t/func_date_add.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,6 @@ create or replace view v1 as select 30 + (20010101 + interval 2 day) as x;
128128
show create view v1;
129129
select 30 + (20010101 + interval 2 day), x from v1;
130130

131+
drop view v1;
132+
131133
--echo End of 10.2 tests

0 commit comments

Comments
 (0)