mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
mysql.test fixed.
Parts that aren't supposed to work on Windows moved to the separate mysql_not_windows.test.
This commit is contained in:
@ -432,8 +432,5 @@ Bug #47147: mysql client option --skip-column-names does not apply to vertical o
|
|||||||
|
|
||||||
*************************** 1. row ***************************
|
*************************** 1. row ***************************
|
||||||
1
|
1
|
||||||
Bug #54466 client 5.5 built from source lacks "pager" support
|
|
||||||
a
|
|
||||||
1
|
|
||||||
|
|
||||||
End of tests
|
End of tests
|
||||||
|
5
mysql-test/r/mysql_not_windows.result
Normal file
5
mysql-test/r/mysql_not_windows.result
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Bug #54466 client 5.5 built from source lacks "pager" support
|
||||||
|
a
|
||||||
|
1
|
||||||
|
|
||||||
|
End of tests
|
@ -425,11 +425,5 @@ drop table t1;
|
|||||||
--echo
|
--echo
|
||||||
--exec $MYSQL --skip-column-names --vertical test -e "select 1 as a"
|
--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
|
||||||
--echo End of tests
|
--echo End of tests
|
||||||
|
15
mysql-test/t/mysql_not_windows.test
Normal file
15
mysql-test/t/mysql_not_windows.test
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
-- source include/not_windows.inc
|
||||||
|
# This test should work in embedded server after we fix mysqltest
|
||||||
|
-- source include/not_embedded.inc
|
||||||
|
#
|
||||||
|
# Testing the MySQL command line client(mysql)
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# 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
|
Reference in New Issue
Block a user