diff options
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/type_hrtime.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/include/type_hrtime.inc b/mysql-test/include/type_hrtime.inc index 594b8b79ca2..05281814827 100644 --- a/mysql-test/include/type_hrtime.inc +++ b/mysql-test/include/type_hrtime.inc @@ -89,6 +89,7 @@ select * from v1; show columns from v1; create table t2 select * from v1; show create table t2; +select * from t2; drop view v1; drop table t1, t2; |