diff options
author | Alexey Botchkov <holyfoot@mysql.com> | 2010-08-25 13:17:15 +0500 |
---|---|---|
committer | Alexey Botchkov <holyfoot@mysql.com> | 2010-08-25 13:17:15 +0500 |
commit | dff70499e8ad6d811948e009aa0d1630eb76d518 (patch) | |
tree | f2f62720b20d25a7ba0ff073163437da073d6f4a /mysql-test/t/mysql.test | |
parent | 29d01a11072ec8849f80b377895bee4767c4b0ca (diff) | |
download | mariadb-git-dff70499e8ad6d811948e009aa0d1630eb76d518.tar.gz |
mysql.test fixed.
Parts that aren't supposed to work on Windows moved to the separate
mysql_not_windows.test.
Diffstat (limited to 'mysql-test/t/mysql.test')
-rw-r--r-- | mysql-test/t/mysql.test | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mysql-test/t/mysql.test b/mysql-test/t/mysql.test index 765ef31f9fd..3a2084aef08 100644 --- a/mysql-test/t/mysql.test +++ b/mysql-test/t/mysql.test @@ -425,11 +425,5 @@ drop table t1; --echo --exec $MYSQL --skip-column-names --vertical test -e "select 1 as a" -# -# Bug #54466 client 5.5 built from source lacks "pager" support -# ---echo Bug #54466 client 5.5 built from source lacks "pager" support ---exec $MYSQL --pager test -e "select 1 as a" - --echo --echo End of tests |