diff options
author | Tatiana A. Nurnberg <azundris@mysql.com> | 2009-01-09 23:06:07 +0100 |
---|---|---|
committer | Tatiana A. Nurnberg <azundris@mysql.com> | 2009-01-09 23:06:07 +0100 |
commit | 386ec13b590a29608bf8ddea39e1acc875c702a7 (patch) | |
tree | 58ec547f64c9d7db30e481af51b884b0881f869e /mysql-test/t/mysql.test | |
parent | 017577c1f4a3d44a57a7207e252a40b2e3f49b6c (diff) | |
parent | 529fff05bf172dd806c2a6ccbdcf3222a0b35ab7 (diff) | |
download | mariadb-git-386ec13b590a29608bf8ddea39e1acc875c702a7.tar.gz |
auto-merge
Diffstat (limited to 'mysql-test/t/mysql.test')
-rw-r--r-- | mysql-test/t/mysql.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/t/mysql.test b/mysql-test/t/mysql.test index 76941af893a..68a01a309d4 100644 --- a/mysql-test/t/mysql.test +++ b/mysql-test/t/mysql.test @@ -309,4 +309,9 @@ EOF --exec $MYSQL -c < $MYSQLTEST_VARDIR/tmp/bug38158.sql 2>&1 remove_file $MYSQLTEST_VARDIR/tmp/bug38158.sql; +# +# Bug #41437: Value stored in 'case' lacks charset, causees segfault +# +--exec $MYSQL -e "select @z:='1',@z=database()" + --echo End of 5.0 tests |