diff options
Diffstat (limited to 'mysql-test/t/union.test')
-rw-r--r-- | mysql-test/t/union.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/union.test b/mysql-test/t/union.test index 3666e3c3127..6acccaeafd5 100644 --- a/mysql-test/t/union.test +++ b/mysql-test/t/union.test @@ -763,3 +763,5 @@ insert into t1 (col1) values (2),(3),(4),(5),(6); select 99 union all select id from t1 order by 1; select id from t1 union all select 99 order by 1; drop table t1; + +# End of 4.1 tests |