mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge branch '10.1' into 10.2
This commit is contained in:
@@ -16,3 +16,9 @@ select c1 as c1u from t1 where c1 like 'ab\_def';
|
||||
# should return ab_def
|
||||
select c1 as c2h from t1 where c1 like 'ab#_def' escape '#';
|
||||
drop table t1;
|
||||
|
||||
#
|
||||
# MDEV-13335 UTF8 escape wildcard LIKE match has different behavior in different collations
|
||||
#
|
||||
SELECT @@collation_connection;
|
||||
SELECT '\%b' LIKE '%\%';
|
||||
|
||||
Reference in New Issue
Block a user