mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Disable test case for for bug 21042
This commit is contained in:
@ -114,5 +114,4 @@ a int(11) YES NULL
|
|||||||
b varchar(255) YES NULL
|
b varchar(255) YES NULL
|
||||||
c int(11) YES NULL
|
c int(11) YES NULL
|
||||||
drop table t1;
|
drop table t1;
|
||||||
ERROR 1049 (42000) at line 1: Unknown database 'verylongdatabasenamethatshouldblowthe256byteslongbufferincom_con'
|
|
||||||
End of 5.0 tests
|
End of 5.0 tests
|
||||||
|
@ -86,11 +86,13 @@ create table t1(a int, b varchar(255), c int);
|
|||||||
--exec $MYSQL test -e "desc t1\g"
|
--exec $MYSQL test -e "desc t1\g"
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
|
||||||
|
--disable_parsing
|
||||||
#
|
#
|
||||||
# Bug#21042 mysql client segfaults on importing a mysqldump export
|
# Bug#21042 mysql client segfaults on importing a mysqldump export
|
||||||
#
|
#
|
||||||
--error 1
|
--error 1
|
||||||
--exec $MYSQL test -e "connect verylongdatabasenamethatshouldblowthe256byteslongbufferincom_connectfunctionxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxendcccccccdxxxxxxxxxxxxxxxxxkskskskskkskskskskskskskskskskkskskskskkskskskskskskskskskend" 2>&1
|
--exec $MYSQL test -e "connect verylongdatabasenamethatshouldblowthe256byteslongbufferincom_connectfunctionxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxendcccccccdxxxxxxxxxxxxxxxxxkskskskskkskskskskskskskskskskkskskskskkskskskskskskskskskend" 2>&1
|
||||||
|
--enable_parsing
|
||||||
|
|
||||||
--echo End of 5.0 tests
|
--echo End of 5.0 tests
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user