diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-11-11 12:46:19 +0100 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-11-11 12:46:19 +0100 |
commit | b229781c2d58603cb39b9e4cee2ba1c20f9d183f (patch) | |
tree | be51be3c73d2493b0caba8ab93fcac69ac9861c8 /mysql-test/r/mysqltest.result | |
parent | 7bfd110102c62ee3b9811814e37872166961b280 (diff) | |
download | mariadb-git-b229781c2d58603cb39b9e4cee2ba1c20f9d183f.tar.gz |
Bug #48671 mysqltest fails on 'perl' in file sourced inside 'while'
Actually, fails on 'perl' in any while
Fixed essentially the same way as for append_file
Diffstat (limited to 'mysql-test/r/mysqltest.result')
-rw-r--r-- | mysql-test/r/mysqltest.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/mysqltest.result b/mysql-test/r/mysqltest.result index 2e3a9489593..671f88cb00a 100644 --- a/mysql-test/r/mysqltest.result +++ b/mysql-test/r/mysqltest.result @@ -553,6 +553,8 @@ hello mysqltest: At line 1: Max delimiter length(16) exceeded hello hello +val is 5 +val is 5 mysqltest: At line 1: test of die Some output create table t1( a int, b char(255), c timestamp); |