Commit de401773 authored by unknown's avatar unknown
Browse files

Update test results


mysql-test/r/mysqldump.result:
  Update results
parent 8546ddd3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1665,7 +1665,7 @@ v2 VIEW
v3	VIEW
show create view v1;
View	Create View
v1	CREATE ALGORITHM=UNDEFINED VIEW `test`.`v1` AS select `test`.`v3`.`a` AS `a`,`test`.`v3`.`b` AS `b`,`test`.`v3`.`c` AS `c` from `test`.`v3` where (`test`.`v3`.`b` in (1,2,3,4,5,6,7))
v1	CREATE ALGORITHM=UNDEFINED VIEW `test`.`v1` AS select `v3`.`a` AS `a`,`v3`.`b` AS `b`,`v3`.`c` AS `c` from `test`.`v3` where (`v3`.`b` in (1,2,3,4,5,6,7))
select * from v1;
a	b	c
1	2	one