1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Corrected a test from func_date_add.test

This commit is contained in:
Igor Babaev
2016-12-20 00:42:13 -08:00
parent 5c69879f3b
commit 1152b076d4
2 changed files with 3 additions and 0 deletions

View File

@ -147,4 +147,5 @@ v1 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VI
select 30 + (20010101 + interval 2 day), x from v1;
30 + (20010101 + interval 2 day) x
20010133 20010133
drop view v1;
End of 10.2 tests