diff options
author | Georgi Kodinov <joro@sun.com> | 2009-01-09 17:08:42 +0200 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-01-09 17:08:42 +0200 |
commit | af0e03b2622f2213d512bf5e11aecaaf401531fb (patch) | |
tree | 912ae16b2468520d67ac5fb5ea91d941fab450b5 /mysql-test/t/mysql.test | |
parent | af739b2cfb8c6d6ec18af35b1399dd4111164cce (diff) | |
parent | ac885d5dfbe4c094f693851433516265a57868d6 (diff) | |
download | mariadb-git-af0e03b2622f2213d512bf5e11aecaaf401531fb.tar.gz |
merged 41437 to 5.0-bugteam
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 |