mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 16:55:31 +02:00
func_like.result:
LIKE crashed mysqld for binary collations in some cases mysql-test/r/func_like.result: LIKE crashed mysqld for binary collations in some cases
This commit is contained in:
parent
eda663a155
commit
d8e4cad72e
2 changed files with 9 additions and 0 deletions
|
|
@ -90,3 +90,9 @@ select * from t1 where a like '%PES%';
|
|||
select * from t1 where a like '%PESKA%';
|
||||
select * from t1 where a like '%ESKA%';
|
||||
DROP TABLE t1;
|
||||
|
||||
#
|
||||
# LIKE crashed for binary collations in some cases
|
||||
#
|
||||
select _cp866'aaaaaaaaa' like _cp866'%aaaa%' collate cp866_bin;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue