diff options
author | Sergey Glukhov <sergey.glukhov@oracle.com> | 2010-11-18 12:14:27 +0300 |
---|---|---|
committer | Sergey Glukhov <sergey.glukhov@oracle.com> | 2010-11-18 12:14:27 +0300 |
commit | 52e88852697896b7fd150faf28c60a56cda42ab8 (patch) | |
tree | 3e9798ec74b0e0d8d821075dc8feaed107d7d864 /mysql-test/r | |
parent | 2db0a406fd726e5bbbfef1ea9c01df12c24441fc (diff) | |
parent | 1c94d43bbb60817252a87453d3a1d1a7d0f2a35c (diff) | |
download | mariadb-git-52e88852697896b7fd150faf28c60a56cda42ab8.tar.gz |
5.1-security->5.5-security merge
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/ctype_latin1.result | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/r/ctype_latin1.result b/mysql-test/r/ctype_latin1.result index 6216819d172..c8182feaed2 100644 --- a/mysql-test/r/ctype_latin1.result +++ b/mysql-test/r/ctype_latin1.result @@ -410,6 +410,15 @@ hex(cast(_ascii 0x7f as char(1) character set latin1)) 7F End of 5.0 tests # +# Bug#58022 ... like ... escape export_set ( ... ) crashes when export_set returns warnings +# +SELECT '' LIKE '' ESCAPE EXPORT_SET(1, 1, 1, 1, ''); +'' LIKE '' ESCAPE EXPORT_SET(1, 1, 1, 1, '') +1 +Warnings: +Warning 1292 Truncated incorrect INTEGER value: '' +End of 5.1 tests +# # Start of 5.5 tests # # |