summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysql.test
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2011-05-10 18:17:43 +0300
committerMichael Widenius <monty@askmonty.org>2011-05-10 18:17:43 +0300
commitce3b7273a6b5b5bf3dc4a0f3c72ef9889d091f59 (patch)
treed7eed818fd8b648e5eabe0dbad53e61665d8dc37 /mysql-test/t/mysql.test
parent355e250544e69df7b547d8950bc9febfc5668be6 (diff)
parent82b49178600e3b21f378bef71b8f9e81bc7bcd3a (diff)
downloadmariadb-git-ce3b7273a6b5b5bf3dc4a0f3c72ef9889d091f59.tar.gz
Merge with MariaDB 5.2
Diffstat (limited to 'mysql-test/t/mysql.test')
-rw-r--r--mysql-test/t/mysql.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/t/mysql.test b/mysql-test/t/mysql.test
index 4f634cdda05..d1ae90be864 100644
--- a/mysql-test/t/mysql.test
+++ b/mysql-test/t/mysql.test
@@ -413,6 +413,12 @@ drop table t1;
--echo
--exec $MYSQL --skip-column-names --vertical test -e "select 1 as a"
+#
+# Bug#57450: mysql client enter in an infinite loop if the standard input is a directory
+#
+--error 1
+--exec $MYSQL < .
+
--echo
--echo #