mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-25829 Change default Unicode collation to uca1400_ai_ci
Step#3 The main patch
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
drop table if exists t1;
|
||||
set names latin1;
|
||||
#
|
||||
# Bug#31081 server crash in regexp function
|
||||
#
|
||||
drop table if exists t1;
|
||||
create table t1 as
|
||||
select repeat(' ', 64) as s1, repeat(' ',64) as s2
|
||||
|
Reference in New Issue
Block a user