From 10ee3a50fcd4d26a95ab8e88a8871167c265a6bb Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 2 Aug 2006 08:46:58 +0200 Subject: [PATCH] Disable test case for for bug 21042 --- mysql-test/r/mysql.result | 1 - mysql-test/t/mysql.test | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mysql-test/r/mysql.result b/mysql-test/r/mysql.result index 9e426b6df46..c133e4eb2cb 100644 --- a/mysql-test/r/mysql.result +++ b/mysql-test/r/mysql.result @@ -114,5 +114,4 @@ a int(11) YES NULL b varchar(255) YES NULL c int(11) YES NULL drop table t1; -ERROR 1049 (42000) at line 1: Unknown database 'verylongdatabasenamethatshouldblowthe256byteslongbufferincom_con' End of 5.0 tests diff --git a/mysql-test/t/mysql.test b/mysql-test/t/mysql.test index 9d412c43bb5..cf6f72570ff 100644 --- a/mysql-test/t/mysql.test +++ b/mysql-test/t/mysql.test @@ -86,11 +86,13 @@ create table t1(a int, b varchar(255), c int); --exec $MYSQL test -e "desc t1\g" drop table t1; +--disable_parsing # # Bug#21042 mysql client segfaults on importing a mysqldump export # --error 1 --exec $MYSQL test -e "connect verylongdatabasenamethatshouldblowthe256byteslongbufferincom_connectfunctionxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxendcccccccdxxxxxxxxxxxxxxxxxkskskskskkskskskskskskskskskskkskskskskkskskskskskskskskskend" 2>&1 +--enable_parsing --echo End of 5.0 tests